Przeglądaj źródła

字体修改 盲推一波

bding 2 lat temu
rodzic
commit
d4a4c0990d
1 zmienionych plików z 9 dodań i 5 usunięć
  1. 9 5
      src/views/cygxPc/report.vue

+ 9 - 5
src/views/cygxPc/report.vue

@@ -53,7 +53,9 @@ const lookDeeperReport = () => {
     },
   });
 };
-
+const scrolltop = () => {
+  document.body.scrollTop = document.documentElement.scrollTop = 0;
+};
 onMounted(() => {
   if (localStorage.getItem("cygx_token")) {
     rerportId.value = route.query.id;
@@ -298,10 +300,12 @@ const { reportInfo, reportResearch } = toRefs(state);
     line-height: 40px;
   }
   .detail-report {
-    p,
-    span {
-      font-size: 14px !important;
-    }
+    font-size: 14px !important;
+    // p,
+    // span,
+    // li {
+    //   font-size: 14px !important;
+    // }
     img {
       width: 100% !important;
     }