fix: BUG修改

This commit is contained in:
kun 2024-04-09 17:37:28 +08:00
parent 2e30e3afe0
commit d24a686c11

View File

@ -171,29 +171,32 @@ watch(
margin: 13% 5%;
}
.numData1 {
left: 8%;
left: 5%;
top: -10%;
}
.numData2 {
left: 40%;
left: 35%;
top: -10%;
}
.numData3 {
left: 70%;
left: 65%;
top: -10%;
}
.numData {
position: absolute;
height: 60%;
width: 30%;
display: flex;
flex-direction: column;
align-items: center;
.text {
margin-top: 18%;
font-size: 16px;
}
.num {
font-size: 20px;
margin-top: 20%;
margin-left: 10%;
margin-top: 18%;
// margin-left: 10%;
}
}
}