fix(style): 去除审批面板边缘光晕

desktop-approval-sheet 的 box-shadow 从大范围彩色扩散光晕
替换为项目既有的 var(--shadow-strong) 中性克制投影。
This commit is contained in:
JOJO 2026-06-09 11:46:20 +08:00
parent d5bf110b88
commit ff7108738e

View File

@ -1916,7 +1916,7 @@
height: 100%;
max-width: 92vw;
background: var(--claude-panel);
box-shadow: -10px 0 28px color-mix(in srgb, var(--text-primary) 22%, transparent);
box-shadow: var(--shadow-strong);
overflow: hidden;
display: flex;
flex-direction: column;