优化配色

This commit is contained in:
zqm
2025-11-17 09:35:52 +08:00
parent 5502db6d42
commit b4b2e75fef
3 changed files with 4 additions and 4 deletions

View File

@@ -728,7 +728,7 @@ watch(activeDockZone, (newZone) => {
/* 半透明区域框样式 */
.dock-preview-area {
background-color: rgba(161, 169, 196, 0.3); /* 半透明背景 */
background-color: rgba(148, 204, 255, 0.3); /* 半透明背景 */
border: 2px dashed #61697E; /* 虚线边框 */
box-sizing: border-box;
z-index: 9998; /* 确保在指示器下方 */