chore: vxe表格loading 只加载表格 不加载上面的表单

This commit is contained in:
dap
2024-10-22 17:46:10 +08:00
parent 330dcf480e
commit e224971975
2 changed files with 8 additions and 0 deletions

View File

@@ -100,3 +100,10 @@ html[data-vxe-ui-theme='light'] {
/** 只支持hsl格式 */
--vxe-ui-table-header-background-color: hsl(0deg 0% 98%) !important;
}
/**
vxe表格loading 只加载表格 不加载上面的表单
*/
.vxe-grid.is--loading::before {
content: none !important;
}