暂存样式修改

This commit is contained in:
2025-02-27 17:37:12 +08:00
parent 902b4726c6
commit edcaa7701c
25 changed files with 240 additions and 128 deletions

View File

@@ -23,13 +23,9 @@
}
.tbody {
width: 890rpx;
}
.tbody .tr {
padding: 20rpx;
border-bottom: 1rpx solid #EEEEEE;
box-sizing: border-box;
display: flex;
align-items: center;
flex-wrap: nowrap;
@@ -53,6 +49,7 @@
.customTableTile {
background-color: var(--light-green);
box-sizing: border-box;
font-weight: 700;
}
.tableTitleRow {
@@ -60,7 +57,14 @@
}
.tableRow {
padding: 16rpx;
border: 1rpx solid #ccc;
border-top: 0rpx;
}
font-size: 32rpx;
}
page {
background-color: rgb(228,240,236);
font-size: 32rpx;
}