瀏覽代碼

fix:代码合并遗漏

zhangsiya 10 月之前
父節點
當前提交
06172ce496
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/bigmember_pc/src/components/article-item/ArticleItem.vue

+ 1 - 1
apps/bigmember_pc/src/components/article-item/ArticleItem.vue

@@ -469,7 +469,7 @@ export default {
       if (inFile) {
         const keyword = keywords[0]
         if (keyword?.length > 3) {
-          return `(<span class="highlight-text">${keyword.substring(
+          return `(<span class="highlight-text-orange-bd">${keyword.substring(
             0,
             3
           )}</span>...在附件中)`