소스 검색

样式修改

xujunjie 1 년 전
부모
커밋
0b0b7a95bc
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 8 1
      src/pages/SmartOps/index.less

+ 8 - 1
src/pages/SmartOps/index.less

@@ -165,7 +165,14 @@
       margin: 0 0.25rem 0 0.1rem;
     }
     .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
-      height: 0.42rem;
+      height: 0.48rem;
+      .ant-select-selection-search-input {
+        height: 100%;
+      }
+      .ant-select-selection-placeholder,
+      .ant-select-selection-item {
+        line-height: 0.38rem;
+      }
     }
   }
 }