feat: 主题支持次色可配置

This commit is contained in:
就眠儀式
2022-02-23 18:38:47 +08:00
parent df565ca61d
commit ee2e03febc
50 changed files with 153 additions and 25 deletions

View File

@@ -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,