邓洁: 修改阈值颜色
This commit is contained in:
@@ -128,9 +128,9 @@ const setValue = () => {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 3px;
|
width: 3px;
|
||||||
background: #92D18F;
|
background: #fff;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: 0 0 10px #92D18F;
|
box-shadow: 0 0 10px #fff;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -123,11 +123,11 @@ let isWaring = computed(() => {
|
|||||||
#point {
|
#point {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
background: #92D18F;
|
background: #fff;
|
||||||
width: 3px;
|
width: 3px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: 0 0 10px #92D18F;
|
box-shadow: 0 0 10px #fff;
|
||||||
top: 1px;
|
top: 2px;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user