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; }