From 00a50858f81b94c9800513af6eb8ae6e49e9a2bb Mon Sep 17 00:00:00 2001 From: liuguancen Date: Wed, 8 Apr 2026 20:39:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E5=AF=BC=E8=88=AA=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- chat_web_front/src/components/Operates.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/chat_web_front/src/components/Operates.vue b/chat_web_front/src/components/Operates.vue index bf3b143..91621c4 100644 --- a/chat_web_front/src/components/Operates.vue +++ b/chat_web_front/src/components/Operates.vue @@ -158,7 +158,7 @@ watch( margin-left: 20px; .operates { width: 76px; - height: 657px; + height: 600px; max-height: 100vh; background: #fafbff; box-shadow: 0px 0px 8px 1px rgba(180, 189, 221, 0.56); @@ -168,7 +168,8 @@ watch( display: flex; flex-direction: column; align-items: center; - justify-content: space-between; + justify-content: flex-start; + gap: 55px; z-index: 999; .titleImg { width: 44px; @@ -278,7 +279,7 @@ watch( } } .el-divider--horizontal { - margin: 0px; + margin: -40px; width: 28px; } }