From 4436d377723b012c6279f9c97a6172ffa9b792e9 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 14 十一月 2025 10:08:28 +0800
Subject: [PATCH] 调试

---
 components/mold.vue |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/components/mold.vue b/components/mold.vue
index adb7d1a..d3a022a 100644
--- a/components/mold.vue
+++ b/components/mold.vue
@@ -646,7 +646,6 @@
 </script>
 
 <style scoped>
-    /* 浼樺寲椤堕儴琛ㄥ崟鍖哄煙鏍峰紡 */
     .top-section-grid {
         display: flex;
         flex-direction: column;
@@ -654,15 +653,15 @@
         align-items: center;
         gap: 12px;
         margin-bottom: 2vh;
-        width: 95vw;
-        max-width: 1600px;
+        width: 99vw; /* 鍘�95vw锛屾敼涓�99vw */
+        max-width: 1920px; /* 鍘�1600px锛屾敼涓�1920px */
         margin-left: auto;
         margin-right: auto;
         padding: 12px;
         background: #f8f9fa;
         border-radius: 8px;
         border: 1px solid #e9ecef;
-        font-size: 32px; /* 鏁翠綋澶у箙璋冨ぇ琛ㄥ崟鍖哄瓧浣� */
+        font-size: 32px;
     }
 
     /* 琛ㄥ崟琛屾牱寮忎紭鍖� */
@@ -1078,6 +1077,4 @@
     .highlight-label {
         color: #1890ff !important;
     }
-</style>
-
 </style>
\ No newline at end of file

--
Gitblit v1.9.3