Преглед изворни кода

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

liujt пре 5 месеци
родитељ
комит
2076270c86
1 измењених фајлова са 2 додато и 2 уклоњено
  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;
 }
 
 /* 响应式适配 */