瀏覽代碼

修改搜索框超出

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 {