Browse Source

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

huoyi 4 weeks ago
parent
commit
7a2713f572

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

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