优化:商店浮窗宽度 520→800px,网格 2列→4列
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user