소스 검색

fix: top 组件有时候会显示出来

wll8 5 달 전
부모
커밋
94f236e729
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/page3/index.vue

+ 1 - 1
src/views/page3/index.vue

@@ -532,7 +532,7 @@ export default {
   }
   ::v-deep {
     .top {
-      display: none;
+      display: none !important;
     }
     *[aria-hidden='true'] {
       display: none;