Browse Source

feat: 修改水位时间坐标轴颜色

hum 1 năm trước cách đây
mục cha
commit
ad954ab7e9
1 tập tin đã thay đổi với 2 bổ sung26 xóa
  1. 2 26
      ruoyi-ui/src/views/analysis/water-time/chart.vue

+ 2 - 26
ruoyi-ui/src/views/analysis/water-time/chart.vue

@@ -55,42 +55,18 @@ export default {
             type: 'category',
             axisLine: {
               lineStyle: {
-                color: '#FF8500'
-              }
-            },
-            axisTick: {
-              lineStyle: {
-                color: '#8D99A4'
+                color: '#54606C'
               }
             },
-            axisLabel: {
-              color: '#54606C'
-            },
-            nameTextStyle: {
-              color: '#54606C'
-            }
           },
           yAxis: [
             {
               name: '水位(m)',
               axisLine: {
-                show: true,
                 lineStyle: {
-                  color: '#FF8500'
+                  color: '#54606C'
                 }
               },
-              axisTick: {
-                show: true,
-                lineStyle: {
-                  color: '#8D99A4'
-                }
-              },
-              axisLabel: {
-                color: '#54606C'
-              },
-              nameTextStyle: {
-                color: '#54606C'
-              },
               min: 'dataMin',
               max: 'dataMax',
             },