This commit is contained in:
kron
2025-06-16 11:26:57 +08:00
parent e4c49a3772
commit 4e522cf300
5 changed files with 46 additions and 11 deletions

View File

@@ -192,6 +192,7 @@ const backToHome = () => {
width: 40%;
color: #fff;
font-size: 14px;
margin: 35% 0;
}
.scan-code > view:first-child > image {
width: 100%;
@@ -270,6 +271,13 @@ const backToHome = () => {
margin-bottom: 5px;
border-radius: 10px;
}
.device-binded > view > text {
width: 120px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
.device-binded > image {
width: 16vw;
margin: 0 20px;