Merge pull request 'dengjie' (#224) from dengjie into dev

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/224
This commit is contained in:
odjbin
2024-01-08 04:44:39 +00:00
4 changed files with 11 additions and 10 deletions

View File

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

View File

@@ -135,12 +135,13 @@ function setPoint() {
display: block; display: block;
height: 20px; height: 20px;
width: 2px; width: 2px;
background: #7EDFEC; background: #fff;
position: absolute; position: absolute;
bottom: 2px; bottom: 2.5px;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
box-shadow: 0 0 10px #7EDFEC; box-shadow: 0 0 10px #fff;
border-radius: 4px;
} }
.info { .info {
width: 200px; width: 200px;

View File

@@ -168,10 +168,10 @@ let isWaringC = 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: 1px;
left: 1px; left: 1px;
} }

View File

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