k94314517
2025-04-21 16332a341801f80d27830d2ea4e683b4ab21167c
h5/pages/chart_details/chart_details.vue
@@ -190,11 +190,21 @@
                     {
                        name: '不符合数',
                        type: 'bar',
                        label: {
                           show: true,
                           color: '#3875C5',
                           position: 'right'
                        },
                        data: []
                     },
                     {
                        name: '已解决数',
                        type: 'bar',
                        label: {
                           show: true,
                           color: '#3875C5',
                           position: 'right'
                        },
                        data: []
                     }
                  ]
@@ -398,7 +408,7 @@
      .chat {
         width: 100%;
         height: 500rpx;
         height: 800rpx;
         padding: 0 30rpx;
         box-sizing: border-box;
         margin-top: 90rpx;