吉安感知网项目-前端
罗广辉
2026-01-21 03dc3414b542ff8aea0709527eaa8de65071ea82
applications/drone-command/src/views/basicManage/deviceStock/DeviceChart3.vue
@@ -73,7 +73,7 @@
            show: false,
         },
         axisLabel: {
            color: '#FFFFFF',
            color: '#B4C0CC',
            fontSize: 12,
            interval: 0,
            rotate: 25,
@@ -87,10 +87,10 @@
      },
      yAxis: {
         type: 'value',
         min: 1,
         max: Math.ceil(Math.max(...values) * 1.2),
         minInterval: 1,
         axisLabel: {
            color: '#FFFFFF',
            color: '#B4C0CC',
            fontSize: 12,
         },
         axisLine: {
@@ -100,8 +100,12 @@
            show: false,
         },
         splitLine: {
            show: false,
         },
            show: true,
            lineStyle: {
               color: "rgba(93, 106, 143, .5)",
               type: "dashed"
            }
         }
      },
      series: [
         {
@@ -147,6 +151,7 @@
.deviceChart {
   width: 638px;
}
.titleBg {
   width: 618px;
   height: 34px;