fix: BUG修改
This commit is contained in:
parent
8c7e68e975
commit
9fd68116a2
@ -163,29 +163,32 @@ watch(
|
|||||||
margin: 13% 5%;
|
margin: 13% 5%;
|
||||||
}
|
}
|
||||||
.numData1 {
|
.numData1 {
|
||||||
left: 8%;
|
left: 5%;
|
||||||
top: -10%;
|
top: -10%;
|
||||||
}
|
}
|
||||||
.numData2 {
|
.numData2 {
|
||||||
left: 40%;
|
left: 35%;
|
||||||
top: -10%;
|
top: -10%;
|
||||||
}
|
}
|
||||||
.numData3 {
|
.numData3 {
|
||||||
left: 70%;
|
left: 65%;
|
||||||
top: -10%;
|
top: -10%;
|
||||||
}
|
}
|
||||||
.numData {
|
.numData {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 60%;
|
height: 60%;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
.text {
|
.text {
|
||||||
margin-top: 18%;
|
margin-top: 18%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
.num {
|
.num {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-top: 20%;
|
margin-top: 18%;
|
||||||
margin-left: 10%;
|
// margin-left: 10%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user