瀏覽代碼

feat: 修复样式问题

zhangyuhan 1 年之前
父節點
當前提交
86fdc9bbd1
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      apps/bigmember_pc/src/views/article-content/components/ContentHeader.vue

+ 6 - 0
apps/bigmember_pc/src/views/article-content/components/ContentHeader.vue

@@ -262,6 +262,12 @@ const InWhichContainer = window.parent !== window ? 'in-app' : 'in-web'
     font-style: normal;
     font-style: normal;
     font-weight: 400;
     font-weight: 400;
     line-height: 36px;
     line-height: 36px;
+    ::v-deep {
+      .keyword.keyword-underline {
+        border-width: 0;
+        cursor: unset;
+      }
+    }
   }
   }
   .tags {
   .tags {
     margin-top: 12px;
     margin-top: 12px;