fix: 列表功能样式优化完善。
This commit is contained in:
@@ -402,7 +402,10 @@ page {
|
||||
|
||||
.card-body {
|
||||
padding: 24rpx;
|
||||
background: #fff;
|
||||
background: #fafbfc;
|
||||
margin: 15rpx 16rpx 2rpx;
|
||||
border: 2rpx solid #f0f2f5;
|
||||
border-radius: 12rpx;
|
||||
display: flex;
|
||||
gap: 16rpx;
|
||||
}
|
||||
|
||||
@@ -482,7 +482,10 @@ page {
|
||||
|
||||
.card-body {
|
||||
padding: 24rpx;
|
||||
background: #fff;
|
||||
background: #fafbfc;
|
||||
border: 2rpx solid #f0f2f5;
|
||||
border-radius: 12rpx;
|
||||
margin: 15rpx 16rpx 2rpx;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 16rpx 24rpx;
|
||||
|
||||
Reference in New Issue
Block a user