feat: 主题支持次色可配置
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import "../../theme/variable.less";
|
||||
|
||||
.laytable-cell-checkbox {
|
||||
width: 34px;
|
||||
}
|
||||
@@ -32,7 +34,7 @@
|
||||
.layui-table-total,
|
||||
.layui-table-total tr,
|
||||
.layui-table[lay-even] tr:nth-child(even) {
|
||||
background-color: #fafafa;
|
||||
background-color: @global-neutral-color-1;
|
||||
}
|
||||
|
||||
.layui-table td,
|
||||
|
||||
Reference in New Issue
Block a user