Browse Source

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

朱鑫波 3 năm trước cách đây
mục cha
commit
b16342f7f4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
     }
   }