소스 검색

fix: form verification style fails in pop-up window (#4452)

Vben 1 년 전
부모
커밋
68dbe04bef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/styles/src/antd/index.css

+ 1 - 1
packages/styles/src/antd/index.css

@@ -12,6 +12,6 @@
   @apply dark:border-border/60 dark:border;
 }
 
-.ant-app .form-valid-error .ant-select-selector {
+.form-valid-error .ant-select-selector {
   border-color: hsl(var(--destructive));
 }