From aacf32ac61dcea94c5710f46eee9a1ade52105d3 Mon Sep 17 00:00:00 2001 From: Alirea <2981883527@qq.com> Date: Wed, 17 Sep 2025 01:16:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=20=E9=87=8D=E5=B8=83=E5=B1=80?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E8=AE=B0=E5=BD=95=EF=BC=8C=E4=BD=BF=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=8B=A5=E6=9C=89=E6=9B=B4=E5=A4=A7=E7=9A=84=E6=A8=AA?= =?UTF-8?q?=E5=90=91=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/History.vue | 142 ++++++++++++++++----------------- 1 file changed, 70 insertions(+), 72 deletions(-) diff --git a/frontend/src/views/History.vue b/frontend/src/views/History.vue index 900cb83..43baa91 100644 --- a/frontend/src/views/History.vue +++ b/frontend/src/views/History.vue @@ -92,7 +92,7 @@
- +
- +
@@ -194,79 +194,73 @@
- - - - - - -
+ + + + +
+ + + + + +
+
+ +
+
+ + + + + +
+ + - + -
-
- -
-
- - - - - - - -
- - - - - - - - - -
-
- -
-
-
- + + +
+
+ +
+
@@ -822,7 +816,8 @@ const getDateStatusColor = (users: Record) => { /* 记录条目区域 */ .records-area { - flex: 1; + width: 400px; + flex-shrink: 0; display: flex; flex-direction: column; gap: 16px; @@ -929,6 +924,9 @@ const getDateStatusColor = (users: Record) => { .statistics-section { flex: 1; min-height: 0; + display: flex; + flex-direction: column; + gap: 16px; } .stat-card { @@ -960,8 +958,8 @@ const getDateStatusColor = (users: Record) => { /* 日志区域 */ .log-area { - width: 400px; - flex-shrink: 0; + flex: 1; + min-width: 300px; display: flex; flex-direction: column; }