细节调整

This commit is contained in:
kron
2025-07-11 00:47:34 +08:00
parent e764160633
commit 566f07080a
17 changed files with 113 additions and 110 deletions

View File

@@ -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>