修复bug
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user