chore: 覆盖vxe-table的toolbar样式 由于默认已经有了padding 需要去除上边的padding
This commit is contained in:
parent
037b118301
commit
2c3e9c5161
@ -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;
|
||||||
|
}
|
||||||
|
975
pnpm-lock.yaml
975
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user