调整 CommandEditor 侧边栏阴影样式

This commit is contained in:
fofolee 2025-02-09 22:16:05 +08:00
parent 742b5122c2
commit e3d399af4e

View File

@ -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,