Pārlūkot izejas kodu

调整看板高度

yanghao 1 nedēļu atpakaļ
vecāks
revīzija
fe34c118f4
1 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  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;
 }