组对
This commit is contained in:
@@ -372,12 +372,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
.edit-grid {
|
||||
.edit-scroll {
|
||||
flex: 1;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.edit-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, calc(25% - 20rpx));
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
gap: 20rpx;
|
||||
padding: 24rpx 0 160rpx;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user