ui 优化

This commit is contained in:
eafonyang
2026-07-10 15:00:49 +08:00
parent f88ff46427
commit b9ba1d5ed4
10 changed files with 1146 additions and 587 deletions
+5 -3
View File
@@ -316,10 +316,12 @@ function handleUserMenuCommand(command) {
color: #e0f2fe;
background: linear-gradient(
90deg,
rgba(56, 189, 248, 0.22),
rgba(99, 102, 241, 0.14)
rgba(56, 189, 248, 0.18),
rgba(251, 113, 133, 0.12)
);
box-shadow: 0 0 0 1px rgba(56, 189, 248, 0.25) inset;
box-shadow:
0 0 0 1px rgba(56, 189, 248, 0.2) inset,
inset 3px 0 0 rgba(251, 113, 133, 0.6);
}
.sidebar-rail-item .el-icon {