소스 검색

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

liujt 7 달 전
부모
커밋
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;
 }
 
 /* 响应式适配 */