Sfoglia il codice sorgente

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

cuiyalong 1 anno fa
parent
commit
b8c0663a05

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