From e3d399af4e02ad697d3e4a88c125b232a2c56363 Mon Sep 17 00:00:00 2001 From: fofolee Date: Sun, 9 Feb 2025 22:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20CommandEditor=20=E4=BE=A7?= =?UTF-8?q?=E8=BE=B9=E6=A0=8F=E9=98=B4=E5=BD=B1=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CommandEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommandEditor.vue b/src/components/CommandEditor.vue index 64e68b2..0156542 100644 --- a/src/components/CommandEditor.vue +++ b/src/components/CommandEditor.vue @@ -9,7 +9,7 @@ ref="sidebar" :canCommandSave="canCommandSave" :quickcommandInfo="quickcommandInfo" - class="absolute-left shadow-10" + class="absolute-left shadow-1" :style="{ width: sideBarWidth + 'px', zIndex: 1,