This commit is contained in:
dap
2025-04-03 14:02:12 +08:00
9 changed files with 95 additions and 62 deletions

View File

@@ -110,3 +110,11 @@ html[data-vxe-ui-theme='dark'] .vxe-grid {
.vxe-tools--operate:not(:has(button)) {
margin-left: 0;
}
.vxe-grid--layout-header-wrapper {
overflow: visible;
}
.vxe-grid--layout-body-content-wrapper {
overflow: hidden;
}