ZaiZai 1 rok temu
rodzic
commit
18d62f6760

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240130183722"
+  "value": "20240131104833"
 }

+ 1 - 1
src/config/index.json

@@ -1,6 +1,6 @@
 {
     "version": "202304141558",
-    "target": "http://192.168.0.152:8090",
+    "target": "http://192.168.0.109:8090",
     "smsPhone": "",
     "vite": {
         "port": 5175,

+ 3 - 0
src/global/components/echarts/echarts.vue

@@ -62,6 +62,9 @@ const setOptions = (option) => {
 onMounted(() => {
     initChart()
     windowResize()
+    setTimeout(() => {
+        chart?.resize()
+    }, 500)
 })
 
 //被卸载

+ 1 - 1
src/views/home/components/paper.vue

@@ -47,7 +47,7 @@ const setOptions = (names, data1, data2) => {
             top: '60px',
             left: '20px',
             right: '20px',
-            bottom: '30px',
+            bottom: '20px',
             containLabel: true,
         },
         legend: {