调整 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" ref="sidebar"
:canCommandSave="canCommandSave" :canCommandSave="canCommandSave"
:quickcommandInfo="quickcommandInfo" :quickcommandInfo="quickcommandInfo"
class="absolute-left shadow-10" class="absolute-left shadow-1"
:style="{ :style="{
width: sideBarWidth + 'px', width: sideBarWidth + 'px',
zIndex: 1, zIndex: 1,