From cb0098757a9da230cc8e1f02e36814bcde2c65e9 Mon Sep 17 00:00:00 2001 From: zqm Date: Thu, 30 Oct 2025 21:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Panel=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=EF=BC=9A=E7=AE=80=E5=8C=96=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E3=80=81=E4=BF=AE=E5=A4=8DDOM=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E9=97=AE=E9=A2=98=E3=80=81=E5=B0=86v-show=E6=94=B9?= =?UTF-8?q?=E4=B8=BAv-if?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Windows/Robot/Web/src/DockLayout/Panel.js | 62 +++++++++++-------- 1 file changed, 35 insertions(+), 27 deletions(-) diff --git a/AutoRobot/Windows/Robot/Web/src/DockLayout/Panel.js b/AutoRobot/Windows/Robot/Web/src/DockLayout/Panel.js index 962a822..4659e9e 100644 --- a/AutoRobot/Windows/Robot/Web/src/DockLayout/Panel.js +++ b/AutoRobot/Windows/Robot/Web/src/DockLayout/Panel.js @@ -185,10 +185,7 @@ export default defineComponent({ @click.stop="handleToggleCollapse" aria-label="折叠/展开" > - - - - +
@@ -197,12 +194,7 @@ export default defineComponent({ @click.stop="handleMaximize" aria-label="最大化" > - +
@@ -211,11 +203,7 @@ export default defineComponent({ @click.stop="handleClose" aria-label="关闭" > - - - - - +
@@ -231,25 +219,45 @@ export default defineComponent({ @click.stop="handleToggleToolbar" aria-label="展开工具栏" > - - - - - - - - - - - + - + + -
+
+ + ` });