mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
feat: add @table-bg
This commit is contained in:
parent
aedea846fc
commit
f47a22e888
@ -445,6 +445,7 @@
|
|||||||
|
|
||||||
// Table
|
// Table
|
||||||
// --
|
// --
|
||||||
|
@table-bg: @component-background;
|
||||||
@table-header-bg: @background-color-light;
|
@table-header-bg: @background-color-light;
|
||||||
@table-header-color: @heading-color;
|
@table-header-color: @heading-color;
|
||||||
@table-header-sort-bg: @background-color-base;
|
@table-header-sort-bg: @background-color-base;
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
// weak priority
|
// weak priority
|
||||||
td {
|
td {
|
||||||
background: @component-background;
|
background: @table-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-cell-ellipsis {
|
&-cell-ellipsis {
|
||||||
|
Loading…
Reference in New Issue
Block a user