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

@ -24,6 +24,7 @@
- 登录页 租户选择框浮层固定高度[256px] 超过高度自动滚动 - 登录页 租户选择框浮层固定高度[256px] 超过高度自动滚动
- 表单的Label默认方向改为`top` 支持\n换行 - 表单的Label默认方向改为`top` 支持\n换行
- 所有表格的搜索加上allowClear属性 支持清除 - 所有表格的搜索加上allowClear属性 支持清除
- vxe表格loading 只加载表格 不加载上面的表单
# 1.0.0-beta (2024-10-8) # 1.0.0-beta (2024-10-8)

View File

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