diff --git a/src/store/modules/table.js b/src/store/modules/table.js index ed50400f55e4dfb662eac2ea3631f55dc6495ab7..09bc33ff955a54a4c5e393bdf1b4568392a7a094 100644 --- a/src/store/modules/table.js +++ b/src/store/modules/table.js @@ -1,5 +1,5 @@ const state = { - fontSize: localStorage.getItem("fontSize") || 1, + fontSize: localStorage.getItem("fontSize") || 14, selectedIndex: sessionStorage.getItem("selectedIndex") || "", refreshFlag: 0, } diff --git a/src/views/Home/HealthPopularization/index.vue b/src/views/Home/HealthPopularization/index.vue index 3a0e0930286231e7a0a25f62baa757654ff7a390..427f01e9b43480b4c9638bf6a6fb27dad0900d0d 100644 --- a/src/views/Home/HealthPopularization/index.vue +++ b/src/views/Home/HealthPopularization/index.vue @@ -14,7 +14,7 @@
{{ leftBar[activeBar].name }}
-