优化:商店浮窗宽度 520→800px,网格 2列→4列

This commit is contained in:
2026-03-01 15:49:38 +08:00
parent 3132f013b7
commit f9312475d0

View File

@@ -340,7 +340,7 @@
#shop-modal-inner {
background: #fff;
border-radius: 8px;
width: 520px;
width: 800px;
max-width: 95vw;
max-height: 84vh;
display: flex;
@@ -421,7 +421,7 @@
overflow-y: auto;
padding: 10px 12px;
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-columns: repeat(4, 1fr);
gap: 8px;
align-content: start;
background: #f6faff;