1
0
mirror of synced 2025-12-08 06:38:39 +08:00
This commit is contained in:
xuliangzhan
2024-05-26 12:26:38 +08:00
parent a56eb8bddb
commit a79108bd96
16 changed files with 56 additions and 26 deletions

View File

@@ -608,7 +608,7 @@
}
}
&.cell--area {
.vxe-table--main-wrapper {
.vxe-body--row {
user-select: none;
}
}

View File

@@ -1,6 +1,6 @@
@import '../variable.scss';
[data-vxe-table-theme="dark"] {
[data-vxe-ui-theme="dark"] {
color-scheme: dark;
/*font*/

View File

@@ -1,6 +1,6 @@
@import '../variable.scss';
[data-vxe-table-theme="default"] {
[data-vxe-ui-theme="light"] {
/*font*/
--vxe-font-family: #{$vxe-font-family};
--vxe-font-size: #{$vxe-font-size};