From ed8b76fe5ffc8aa280c8621544bf760353c9944f Mon Sep 17 00:00:00 2001 From: zhangquan <2523589960@qq.com> Date: Tue, 22 Jul 2025 14:55:17 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=B7=A5=E5=85=B7=E6=A0=8F=E7=9A=84=E6=9F=90?= =?UTF-8?q?=E4=B8=AA=E5=B7=A5=E5=85=B7=E5=A6=82=E6=9E=9C=E6=9C=89=E4=BA=8C?= =?UTF-8?q?=E7=BA=A7=E8=8F=9C=E5=8D=95=EF=BC=8C=E6=94=B9=E4=B8=BA=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E7=82=B9=E5=87=BB=E5=B7=A5=E5=85=B7=E5=B1=95=E5=BC=80?= =?UTF-8?q?=E5=92=8C=E6=94=B6=E8=B5=B7=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../forestFire/Toolbar/Toolbar.vue | 83 +++++++++++++------ 1 file changed, 56 insertions(+), 27 deletions(-) diff --git a/src/views/systemTemplate/forestFire/Toolbar/Toolbar.vue b/src/views/systemTemplate/forestFire/Toolbar/Toolbar.vue index 019c695..c192993 100644 --- a/src/views/systemTemplate/forestFire/Toolbar/Toolbar.vue +++ b/src/views/systemTemplate/forestFire/Toolbar/Toolbar.vue @@ -11,16 +11,16 @@ v-for="tool in options" :key="tool.id" class="tool-wrapper" - :class="{'open': isOpen}" + :class="{'open': isOpen, 'active': tool.expand}" > -
+
{{ tool.label }}
-