mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 22:55:36 +00:00
style(baTable):通用搜索按钮样式优化 !142
This commit is contained in:
parent
29ce90fcaa
commit
1e86db5173
@ -85,6 +85,7 @@
|
||||
:class="props.buttons.includes('comSearch') ? 'right-border' : ''"
|
||||
color="#dcdfe6"
|
||||
plain
|
||||
v-blur
|
||||
>
|
||||
<Icon size="14" name="el-icon-Grid" />
|
||||
</el-button>
|
||||
@ -114,6 +115,7 @@
|
||||
@click="baTable.table.showComSearch = !baTable.table.showComSearch"
|
||||
color="#dcdfe6"
|
||||
plain
|
||||
v-blur
|
||||
>
|
||||
<Icon size="14" name="el-icon-Search" />
|
||||
</el-button>
|
||||
@ -235,7 +237,7 @@ html.dark {
|
||||
background-color: var(--el-color-info-light-7);
|
||||
}
|
||||
button {
|
||||
background-color: #898a8d;
|
||||
background-color: var(--ba-bg-color-overlay);
|
||||
el-icon {
|
||||
color: white !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user