|
|
@@ -3,13 +3,16 @@ $vxe-primary-color: #2c9049;
|
|
|
[data-vxe-table-theme="default"] {
|
|
|
--vxe-modal-header-background-color: #fff;
|
|
|
--vxe-table-row-hover-background-color:#fafafa;
|
|
|
-
|
|
|
+ --vxe-table-border-color:#666;
|
|
|
+ --vxe-font-color:#555;
|
|
|
--vxe-font-family: PingFang, PingFang SC, Microsoft YaHei, Arial, sans-serif, Helvetica Neue, Helvetica, Hiragino Sans GB;
|
|
|
}
|
|
|
[data-vxe-ui-theme=light] {
|
|
|
--vxe-table-row-checkbox-checked-background-color: #e6f7ff;
|
|
|
--vxe-table-row-hover-checkbox-checked-background-color: #e6f7ff;
|
|
|
+ --vxe-font-color:#555;
|
|
|
--vxe-font-family: PingFang, PingFang SC, Microsoft YaHei, Arial, sans-serif, Helvetica Neue, Helvetica, Hiragino Sans GB;
|
|
|
+ --vxe-table-border-color:#666
|
|
|
}
|
|
|
.table-box-row-highlight {
|
|
|
--vxe-table-row-radio-checked-background-color: #e6f7ff;
|