浏览代码

fix:更新字体图标库新增字体类名与原背景图片类名冲突解决

yangfeng 3 年之前
父节点
当前提交
07a61816d5

+ 6 - 0
src/components/article-item/ArticleItem.vue

@@ -160,10 +160,16 @@ export default {
         background-size: contain;
         cursor: pointer;
         vertical-align: sub;
+        ::before{
+          content: ''
+        }
       }
       .icon-collect.checked{
         background: transparent url(https://cdn-ali.jianyu360.com/images/collected.png) center no-repeat;
         background-size: contain;
+        ::before{
+          content: ''
+        }
       }
 
       .tag,

+ 3 - 0
src/components/collect-info/CollectInfo.vue

@@ -1022,6 +1022,9 @@ export default {
         height: 15px;
         background: url('../../assets/images/icon/icon-warning1.png') no-repeat;
         background-size: contain;
+        ::before{
+          content: ''
+        }
     }
     .warm-text{
       // text-align: center;

+ 3 - 0
src/components/common/SpecCard.vue

@@ -87,6 +87,9 @@ export default {
       margin-right: 4px;
       background: url('~@/assets/images/icon/icon-crown.png') no-repeat center;
       background-size: cover;
+      ::before{
+        content: ''
+      }
     }
   }
 }

+ 3 - 0
src/components/forecast/ForeCast.vue

@@ -798,6 +798,9 @@ export default {
       background: url('~@/assets/images/icon/help.png') no-repeat center center;
       background-size: contain;
       cursor: pointer;
+      ::before{
+        content: ''
+      }
     }
   }
   .list_li_item{

+ 6 - 0
src/components/home/FloatSide.vue

@@ -142,6 +142,9 @@ export default {
       background: #b4b4bf;
       border-radius: 50%;
       margin-left: 8px;
+      ::before{
+        content: ''
+      }
     }
 
     .top-group {
@@ -180,6 +183,9 @@ export default {
       border: 1px solid #ffffff;
       border-radius: 50%;
       margin-left: 4px;
+      ::before{
+        content: ''
+      }
     }
     .color {
       &--gray {

+ 3 - 0
src/components/medical/FollowList.vue

@@ -379,6 +379,9 @@ export default {
       background: url('~@/assets/images/icon/help.png') no-repeat center center;
       background-size: contain;
       cursor: pointer;
+      ::before{
+        content: ''
+      }
     }
   }
 

文件差异内容过多而无法显示
+ 22 - 1
src/components/push-list/PushList.vue


+ 3 - 0
src/components/selector/BuyerclassSelectorContent.vue

@@ -314,6 +314,9 @@ export default {
       height: 18px;
       margin-left: 2px;
       cursor: pointer;
+      ::before{
+        content: ''
+      }
     }
   }
 

+ 6 - 0
src/components/work-desktop/CommonUse.vue

@@ -189,6 +189,9 @@ export default {
       margin-right: 6px;
       background: url('~@/assets/images/icon/icon-set.png') no-repeat center center;
       background-size: contain;
+      ::before{
+        content: ''
+      }
     }
   }
   .common-lists{
@@ -228,6 +231,9 @@ export default {
       height: 44px;
       background: url('~@/assets/images/icon/icon-add.png') no-repeat center center;
       background-size: contain;
+      ::before{
+        content: ''
+      }
     }
     .add-text{
       color: #686868;

+ 3 - 0
src/views/analysisReport/components/MarketOverview.vue

@@ -121,6 +121,9 @@ export default {
     }
   }
   .icon-reverse {
+    ::before{
+      content: ''
+    }
     .el-icon-top {
       transform: rotate(180deg);
     }

文件差异内容过多而无法显示
+ 21 - 0
src/views/portrayal/components/DynamicList.vue


+ 6 - 0
src/views/portrayal/components/DynamicListItem.vue

@@ -144,11 +144,17 @@ $border-color: #ECECEC;
     background-size: contain;
     cursor: pointer;
     vertical-align: sub;
+    ::before{
+      content: ''
+    }
   }
 
   .icon-collect.checked {
     background: transparent url(https://cdn-ali.jianyu360.com/images/collected.png) center no-repeat;
     background-size: contain;
+    ::before{
+      content: ''
+    }
   }
 
   .a-i-left {

+ 3 - 0
src/views/workspace/components/CommonUse.vue

@@ -155,6 +155,9 @@ $main: #2cb7ca;
   justify-content: center;
   width: 44px;
   height: 44px;
+  ::before{
+    content: ''
+  }
   ::v-deep {
     .el-image {
       width: 100%;

部分文件因为文件数量过多而无法显示