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

master
dap 1 year ago
parent 037b118301
commit 2c3e9c5161

@ -65,7 +65,7 @@
}
/**
vxetoolbar
vxetoolbar
*/
.vxe-button + .vxe-button.type--button {
margin-left: 8px !important;
@ -77,3 +77,10 @@ vxe表格右上角toolbar和左边元素的间距
.vxe-tools--operate {
margin-left: 8px;
}
/**
vxe-tabletoolbar padding padding
*/
.vxe-toolbar {
padding: 0 0 0.6em !important;
}

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save