fix: ui issues

This commit is contained in:
jialin
2026-02-06 11:13:49 +08:00
parent d54722609c
commit 7f3d6bb55f
35 changed files with 364 additions and 141 deletions
+5 -2
View File
@@ -181,8 +181,11 @@ const SelectWrapper = styled.div`
}
&.validate-status-error {
&.dropdown-visible {
.ant-select-dropdown {
.ant-select-dropdown {
border-color: var(--ant-color-error) !important;
}
.__wrapper__ {
.ant-cascader.ant-select.ant-select-outlined {
border-color: var(--ant-color-error) !important;
}
}