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

This commit is contained in:
2026-03-01 15:49:38 +08:00
parent 3132f013b7
commit f9312475d0
@@ -340,7 +340,7 @@
#shop-modal-inner { #shop-modal-inner {
background: #fff; background: #fff;
border-radius: 8px; border-radius: 8px;
width: 520px; width: 800px;
max-width: 95vw; max-width: 95vw;
max-height: 84vh; max-height: 84vh;
display: flex; display: flex;
@@ -421,7 +421,7 @@
overflow-y: auto; overflow-y: auto;
padding: 10px 12px; padding: 10px 12px;
display: grid; display: grid;
grid-template-columns: 1fr 1fr; grid-template-columns: repeat(4, 1fr);
gap: 8px; gap: 8px;
align-content: start; align-content: start;
background: #f6faff; background: #f6faff;