mirror of
https://github.com/iczer/vue-antd-admin
synced 2025-04-05 07:27:06 +08:00
fix: table header style problem in night mode; 🐛
修复:表头黑夜模式下的样式问题;
This commit is contained in:
parent
4877f13239
commit
f9aa9e2c53
22
src/theme/antd/ant-table.less
Normal file
22
src/theme/antd/ant-table.less
Normal file
@ -0,0 +1,22 @@
|
||||
|
||||
.ant-table-thead{
|
||||
tr{
|
||||
th{
|
||||
&.ant-table-column-has-actions{
|
||||
&.ant-table-column-has-sorters:hover{
|
||||
background-color: @background-color-base;
|
||||
}
|
||||
&.ant-table-column-has-filters{
|
||||
&:hover{
|
||||
.anticon-filter, .anticon-filter:hover{
|
||||
background-color: @background-color-base;
|
||||
}
|
||||
}
|
||||
.anticon-filter.ant-table-filter-open{
|
||||
background-color: @background-color-base;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -1,2 +1,3 @@
|
||||
@import "ant-time-picker";
|
||||
@import "ant-message";
|
||||
@import "ant-table";
|
||||
|
Loading…
x
Reference in New Issue
Block a user