chore: vxe默认圆角

This commit is contained in:
dap 2024-10-08 11:19:07 +08:00
parent f3cad9ab97
commit 297c0ecbea

View File

@ -84,3 +84,10 @@ vxe表格右上角toolbar和左边元素的间距
.vxe-toolbar {
padding: 0 0 0.6em !important;
}
/**
vxe默认圆角
*/
html {
--vxe-ui-border-radius: 8px !important;
}