소스 검색

修改搜索框超出

chenrui  2 년 전
부모
커밋
b62103523c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/views/system/securityCheck/components/securityCheckHeader.vue

+ 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 {