Ver Fonte

调整看板高度

yanghao há 1 semana atrás
pai
commit
fe34c118f4
1 ficheiros alterados com 4 adições e 2 exclusões
  1. 4 2
      src/views/pms/qhse/kanban/index.vue

+ 4 - 2
src/views/pms/qhse/kanban/index.vue

@@ -1456,7 +1456,9 @@ onUnmounted(() => {
   gap: 24px;
   align-content: start;
 }
-
+.left-column {
+  height: 540px;
+}
 .board-panel {
   min-height: 258px;
 }
@@ -1529,7 +1531,7 @@ onUnmounted(() => {
 }
 
 .qhse-trend-chart-panel {
-  height: 150px;
+  height: 220px;
   // margin-top: 14px;
 }