修复bug

This commit is contained in:
zhouyanli
2026-08-06 10:36:06 +08:00
parent 81e0ccf574
commit d44ebd075e
8 changed files with 121 additions and 78 deletions

View File

@@ -449,8 +449,9 @@
.photo-list {
display: flex;
flex-direction: column;
gap: 20rpx;
/* gap: 20rpx; */
margin-top: 20rpx;
}
.photo-item {
@@ -458,6 +459,10 @@
height: 170px;
background-color: #f6f6f6;
border-radius: 8rpx;
margin-bottom: 20rpx;
}
.photo-item:last-child{
margin-bottom: 0;
}
.bottom-btn-wrap {