chore: vxe-table的头部颜色和antd保持一致

This commit is contained in:
dap
2024-11-29 11:52:14 +08:00
parent f2692d4a85
commit 07325d4c5e
2 changed files with 5 additions and 9 deletions

View File

@@ -78,14 +78,6 @@ html {
--vxe-ui-border-radius: 8px !important;
}
/**
vxe表格头部背景色 与antd保持一致 只需要处理light模式 夜间模式用vxe默认的
*/
html[data-vxe-ui-theme='light'] {
/** 只支持hsl格式 */
--vxe-ui-table-header-background-color: hsl(0deg 0% 98%) !important;
}
/**
vxe表格loading 只加载表格 不加载上面的表单
*/