chore: 覆盖vxe-table的toolbar样式 由于默认已经有了padding 需要去除上边的padding

This commit is contained in:
dap 2024-10-07 20:49:13 +08:00
parent 037b118301
commit 2c3e9c5161
2 changed files with 152 additions and 832 deletions

View File

@ -65,7 +65,7 @@
} }
/** /**
vxe表格右上角toolbar 间距 vxe表格右上角toolbar元素之间的间距
*/ */
.vxe-button + .vxe-button.type--button { .vxe-button + .vxe-button.type--button {
margin-left: 8px !important; margin-left: 8px !important;
@ -77,3 +77,10 @@ vxe表格右上角toolbar和左边元素的间距
.vxe-tools--operate { .vxe-tools--operate {
margin-left: 8px; margin-left: 8px;
} }
/**
覆盖vxe-table的toolbar样式 由于默认已经有了padding 需要去除上边的padding
*/
.vxe-toolbar {
padding: 0 0 0.6em !important;
}

File diff suppressed because it is too large Load Diff