🎨 调整监控组件的阴影效果

This commit is contained in:
hi2hi 2024-12-13 02:56:40 +00:00
parent 18df1e3cec
commit 97e6e0e7a7

View File

@ -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);
}
}