Browse Source

style(生产看板): 调整图表容器最小高度从260px改为160px

liujt 7 tháng trước cách đây
mục cha
commit
2076270c86
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/bpm/vis-page/productionDailyDashboard.vue

+ 2 - 2
src/views/bpm/vis-page/productionDailyDashboard.vue

@@ -1095,13 +1095,13 @@ export default {
 .product-top10-chart-container {
   width: 100%;
   height: 100%;
-  min-height: 260px;
+  min-height: 160px;
 }
 
 .qualification-rate-chart-container {
   width: 100%;
   height: 100%;
-  min-height: 260px;
+  min-height: 160px;
 }
 
 /* 响应式适配 */