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

@@ -454,8 +454,12 @@ page {
}
}
.card-body {
.card-body {
padding: 24rpx;
background: #fafbfc;
border: 2rpx solid #f0f2f5;
margin: 15rpx 16rpx 2rpx;
border-radius: 12rpx;
}
.info-row {