chore: vxe表格loading 只加载表格 不加载上面的表单
This commit is contained in:
parent
330dcf480e
commit
e224971975
@ -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)
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user