修改全局圆角样式。

This commit is contained in:
XiaLangQing 2024-09-18 17:05:38 +08:00
parent f0a8af1d4c
commit 990c7c9038

View File

@ -15,3 +15,7 @@
.ant-app .form-valid-error .ant-select-selector { .ant-app .form-valid-error .ant-select-selector {
border-color: hsl(var(--destructive)); border-color: hsl(var(--destructive));
} }
:root {
--ad-border-radius: 5px;
}