邓洁: 修改阈值颜色

This commit is contained in:
邓洁
2024-01-08 12:44:30 +08:00
parent c600454b52
commit 4745b8b146
2 changed files with 6 additions and 5 deletions

View File

@@ -168,10 +168,10 @@ let isWaringC = computed(() => {
.point {
position: absolute;
height: 20px;
background: #92D18F;
background: #fff;
width: 3px;
border-radius: 4px;
box-shadow: 0 0 10px #92D18F;
box-shadow: 0 0 10px #fff;
top: 1px;
left: 1px;
}