ui 优化
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user