chore: 表格样式

master
dap 1 year ago
parent db5c1487cb
commit 75779da35c

@ -92,9 +92,14 @@
padding: 0;
}
.vxe-buttons--wrapper:not(:empty),
.vxe-tools--wrapper:not(:empty) {
padding: 0.6em 0;
/** 关闭搜索表单 */
.vxe-grid:not(.vxe-grid--form-wrapper form) .vxe-toolbar {
padding: 0.6em 0 !important;
}
/** 开启搜索表单 */
.vxe-grid:has(.vxe-grid--form-wrapper form) .vxe-toolbar {
padding: 0 0 0.6em !important;
}
.vxe-tools--operate:not(:has(button)) {

@ -71,14 +71,6 @@ vxe表格右上角toolbar元素之间的间距
margin-left: 8px !important;
}
/**
vxe-tabletoolbar padding padding
*/
.vxe-grid:has(.vxe-grid--form-wrapper form) .vxe-toolbar {
padding: 0 0 0.6em !important;
}
/**
vxe
*/

Loading…
Cancel
Save