From 363b3c998e03129b7ebf87ae1f9f750e0472e681 Mon Sep 17 00:00:00 2001 From: JenniferW <1627055433@qq.com> Date: Mon, 8 Sep 2025 15:58:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E4=BD=93=E5=B8=83=E5=B1=80=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BigScreen.vue | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/src/views/BigScreen.vue b/src/views/BigScreen.vue index 96a43e5d..a821d97d 100644 --- a/src/views/BigScreen.vue +++ b/src/views/BigScreen.vue @@ -38,14 +38,14 @@ - +
-
- -
-
- -
+ +
+ + +
+
@@ -137,21 +137,9 @@ export default { // 第一、三行:独占一行(内容较多,需全屏宽度) &.first-row, - &.second-row { - width: 100%; - } - - // 第一行:左右两列布局 + &.second-row, &.third-row { - flex-direction: row; - gap: 20px; - - .dashboard-col { - flex: 1; // 两列等宽 - display: flex; - flex-direction: column; - gap: 12px; - } + width: 100%; } }