细节调整
This commit is contained in:
@@ -133,7 +133,7 @@ const rowCount = new Array(6).fill(0);
|
||||
display: flex;
|
||||
}
|
||||
.container > view:nth-child(2) > view text {
|
||||
width: 32px;
|
||||
width: 36px;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
@@ -146,13 +146,13 @@ const rowCount = new Array(6).fill(0);
|
||||
}
|
||||
.container > view:nth-child(3) {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding-left: 10px;
|
||||
width: 100%;
|
||||
}
|
||||
.container > view:nth-child(3) > text:first-child {
|
||||
width: 40px;
|
||||
}
|
||||
.container > view:nth-child(3) > text:last-child {
|
||||
width: 60px;
|
||||
.container > view:nth-child(3) > text {
|
||||
text-align: center;
|
||||
margin: 5px 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user