chore: user

This commit is contained in:
dap
2024-10-05 20:46:31 +08:00
parent 107035a9d9
commit d965ea6d1e
4 changed files with 51 additions and 8 deletions

View File

@@ -63,3 +63,17 @@
.dot-before-green {
@apply dot-before-common before:bg-green-500;
}
/**
vxe表格右上角toolbar 间距
*/
.vxe-button + .vxe-button.type--button {
margin-left: 8px !important;
}
/**
vxe表格右上角toolbar和左边元素的间距
*/
.vxe-tools--operate {
margin-left: 8px;
}