mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-12 07:10:43 +08:00
🎨 调整监控组件的阴影效果
This commit is contained in:
parent
18df1e3cec
commit
97e6e0e7a7
@ -427,7 +427,7 @@ onUnmounted(() => {
|
||||
|
||||
.switch-dot {
|
||||
left: 16px;
|
||||
box-shadow: 1px 1px 2px #000;
|
||||
box-shadow: 1px 1px 2px rgba(#000, 0.4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -497,7 +497,7 @@ onUnmounted(() => {
|
||||
|
||||
&.active {
|
||||
color: #fff;
|
||||
text-shadow: 1px 1px 2px #000;
|
||||
text-shadow: 1px 1px 2px rgba(#000, 0.6);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user