Переглянути джерело

Merge branch 'yx' of http://61.161.152.110:10101/r/electronic-map into sl3

shilin 3 роки тому
батько
коміт
49654861f4

+ 3 - 3
src/components/chart/line/double-line-chart.vue

@@ -232,8 +232,8 @@ export default {
         },
         grid: {
           top: 16,
-          left: 32,
-          right: 8,
+          left: 40,
+          right: 15,
           bottom: 24,
         },
         xAxis: [
@@ -244,7 +244,7 @@ export default {
               formatter: "{value}",
               textStyle: {
                 color: partten.getColor("gray"),
-                fontSize: util.vh(14),
+                fontSize: util.vh(10),
               },
             },
             data: this.xdata,

Різницю між файлами не показано, бо вона завелика
+ 477 - 378
src/components/other/healthReport/index.vue


+ 1 - 0
src/views/WindSite/pages/Map.vue

@@ -556,6 +556,7 @@ export default {
         .table-form {
           .text,
           .unit {
+            min-width: 60px;
             font-weight: 400;
           }