parent
1d714a3773
commit
72248f2635
|
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
|
||||
.merchant-goods {
|
||||
padding: 8px;
|
||||
margin: 8px;
|
||||
columns: 2;
|
||||
gap: 16px;
|
||||
overflow-x: hidden;
|
||||
|
|
@ -24,6 +24,7 @@
|
|||
.merchant-good {
|
||||
width: 100%;
|
||||
display: grid;
|
||||
break-inside: avoid;
|
||||
grid-template-columns: 32px 1fr 32px;
|
||||
grid-template-rows: 16px 16px;
|
||||
grid-template-areas: "img title options" "img price options";
|
||||
|
|
|
|||
Loading…
Reference in New Issue