Prechádzať zdrojové kódy

修改搜索框超出

chenrui  2 rokov pred
rodič
commit
b62103523c

+ 3 - 0
src/views/system/securityCheck/components/securityCheckHeader.vue

@@ -485,6 +485,9 @@ export default {
     // height: 32px;
     // line-height: 30px;
   }
+  ::v-deep .ant-select-selection--single {
+    overflow: hidden;
+  }
   .form {
     z-index: 999;
     > .but {