Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/lanecarford_front

This commit is contained in:
X1627315083
2025-10-31 23:47:12 +08:00
14 changed files with 229 additions and 43 deletions

View File

@@ -281,6 +281,7 @@
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
}
}
> .icon-selected {

View File

@@ -220,6 +220,7 @@
border: 0.24rem solid #000;
display: flex;
align-items: center;
background-color: #fff;
> .icon {
margin: 0 1.8rem;
}
@@ -246,6 +247,7 @@
display: flex;
align-items: center;
justify-content: center;
background-color: #fff;
}
}
}

View File

@@ -179,6 +179,7 @@ const { isLoading } = toRefs(data);
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
> .operation{
position: absolute;