This commit is contained in:
2024-01-08 11:52:50 +08:00
parent bfab09fdd4
commit 5cc5f8b81b
65 changed files with 9011 additions and 1788 deletions

View File

@@ -174,6 +174,7 @@
display: flex;
/* #endif */
flex-direction: row;
align-items: center;
}
.uni-numbox-btns {
@@ -197,7 +198,7 @@
height: $box-height;
line-height: $box-height;
text-align: center;
font-size: 14px;
font-size: 16px;
border-left-width: 0;
border-right-width: 0;
color: $color;
@@ -215,9 +216,9 @@
.uni-numbox--text {
// fix nvue
line-height: 20px;
line-height: 30px;
font-size: 20px;
font-size: 40px;
font-weight: 300;
color: $color;
}