Browse Source

Merge branch 'develop' of http://120.55.44.4:10080/xujunjie/gt_client_pad into develop

ZhaoJun 1 year ago
parent
commit
dc9353f41c
1 changed files with 8 additions and 1 deletions
  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;
+      }
     }
   }
 }