jiangping
2025-04-18 015b4f31cebbecf6f6da760ed2f8af3da721e802
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;