😎vxetable样式调整

This commit is contained in:
zuohuaijun 2024-07-05 02:35:47 +08:00
parent fc638a9a49
commit 19639ccc91
2 changed files with 23 additions and 7 deletions

View File

@ -8,4 +8,4 @@
@import './dark.scss';
@import './iconfont/font_2298093_rnp72ifj3ba.scss';
@import './font-awesome/font-awesome.scss';
@import './vxe.scss';
@import './vxeTable.scss';

View File

@ -1,6 +1,22 @@
@import 'vxe-table/styles/all.scss';
@import 'vxe-pc-ui/styles/all.scss';
:root {
--vxe-ui-font-family: var(--el-font-family);
// --vxe-ui-font-color: var(--el-text-color-primary); // #606266;
// --vxe-ui-primary-color: var(--el-color-primary); // #409eff;
// --vxe-ui-primary-lighten-color: var(--el-color-primary);
// --vxe-ui-table-row-height-small: 36px; // 40px
// --vxe-ui-table-row-height-mini: 32px; // 36px
// --vxe-ui-table-row-line-height: 18px; // 22px
// // --vxe-ui-table-header-font-weight: 500; // 700
// --vxe-ui-table-font-color: var(--el-text-color-primary);
// --vxe-ui-table-header-font-color: var(--el-text-color-primary);
// --vxe-ui-table-footer-font-color: var(--el-text-color-primary);
// --vxe-ui-table-cell-padding-left: 8px; // 10px
// --vxe-ui-table-cell-padding-right: 8px; // 10px
}
.vxe-toolbar {
padding: 0 0 6px 0;
}
@ -61,9 +77,9 @@
color: unset !important;
}
:deep(.xGrid-style .vxe-body--row.warning-row) {
background-color: var(--el-color-warning-light-9);
}
:deep(.xGrid-style .vxe-body--row.success-row) {
background-color: var(--el-color-success-light-9);
}
// :deep(.xGrid-style .vxe-body--row.warning-row) {
// background-color: var(--el-color-warning-light-9);
// }
// :deep(.xGrid-style .vxe-body--row.success-row) {
// background-color: var(--el-color-success-light-9);
// }