fix: 列表功能样式优化完善。

This commit is contained in:
tianyongbao
2026-02-05 22:21:57 +08:00
parent 921e8569e8
commit 1a6a62835c
18 changed files with 65 additions and 32 deletions

View File

@@ -900,7 +900,11 @@ page {
}
.item-body {
padding: 20rpx 24rpx;
padding: 24rpx;
background: #fafbfc;
border: 2rpx solid #f0f2f5;
margin: 15rpx 16rpx 12rpx;
border-radius: 12rpx;
.detail-label {
display: flex;