Explorar el Código

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

朱鑫波 hace 3 años
padre
commit
717c7b5dbd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/jeecgbiz/JSelectBizComponent/index.vue

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

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