瀏覽代碼

style(RealTimeStatus): 调整子元素高度比例以优化布局

huoyi 4 周之前
父節點
當前提交
7a2713f572
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/dataBigScreen/dashboard/components/pageView/RealTimeStatus.vue

+ 2 - 2
src/views/dataBigScreen/dashboard/components/pageView/RealTimeStatus.vue

@@ -68,12 +68,12 @@ useTimeOut(() => {
68 68
 
69 69
     &>*:nth-child(1) {
70 70
       width: 100%;
71
-      height: 36%;
71
+      height: 50%;
72 72
     }
73 73
 
74 74
     &>*:nth-child(2) {
75 75
       width: 100%;
76
-      height: 32%;
76
+      height: 50%;
77 77
     }
78 78
 
79 79
     &>*:nth-child(3) {