소스 검색

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;
     }