Sfoglia il codice sorgente

修改/jeecgbiz/JSelectBizComponent/index.vue中 /deep/为::v-deep

朱鑫波 3 anni fa
parent
commit
717c7b5dbd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/components/jeecgbiz/JSelectBizComponent/index.vue

+ 1 - 1
src/components/jeecgbiz/JSelectBizComponent/index.vue

@@ -158,7 +158,7 @@
       width: 100%;
       width: 100%;
     }
     }
 
 
-    /deep/ .ant-select-search__field {
+    ::v-deep .ant-select-search__field {
       display: none !important;
       display: none !important;
     }
     }
   }
   }