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