Ver código fonte

文本分析图片

natasha 1 ano atrás
pai
commit
04f29e341d

+ 5 - 1
src/components/Adult/preview/ArticleViewChs/index.vue

@@ -14,7 +14,7 @@
               tokenData.popedom_code_list.indexOf(2100001) != -1
           "
         >
-          <img src="../../../../assets/NPC/wbfx-icon.png" alt="" />
+          <!-- <img src="../../../../assets/NPC/wbfx-icon.png" alt="" /> -->
           文本分析
         </div>
       </div>
@@ -637,6 +637,10 @@ export default {
       font-size: 16px;
       line-height: 24px;
       font-weight: bold;
+      background: url("../../../../assets/NPC/wbfx-icon.png") left center
+        no-repeat;
+      background-size: 20px;
+      padding-left: 24px;
       img {
         width: 20px;
         height: 20px;

+ 5 - 1
src/components/Adult/preview/DialogueArticleViewChs/index.vue

@@ -18,7 +18,7 @@
               tokenData.popedom_code_list.indexOf(2100001) != -1
           "
         >
-          <img src="../../../../assets/NPC/wbfx-icon.png" alt="" />
+          <!-- <img src="../../../../assets/NPC/wbfx-icon.png" alt="" /> -->
           文本分析
         </div>
       </div>
@@ -681,6 +681,10 @@ export default {
       font-size: 16px;
       line-height: 24px;
       font-weight: bold;
+      background: url("../../../../assets/NPC/wbfx-icon.png") left center
+        no-repeat;
+      background-size: 20px;
+      padding-left: 24px;
       img {
         width: 20px;
         height: 20px;