This commit is contained in:
2026-06-24 20:50:15 +08:00
parent 41623ecb32
commit 9e9826acbb
9 changed files with 738 additions and 586 deletions
+5 -2
View File
@@ -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;