瀏覽代碼

feat: pc端详情页无href属性鼠标样式调整

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

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

@@ -301,6 +301,7 @@ const isUseBIActions =
     font-weight: 400;
     line-height: 18px;
     text-decoration: none;
+    &:not([href]),
     &[href*='javascript'] {
       cursor: unset;
     }