fix: responsive scroll
This commit is contained in:
parent
43c2a12613
commit
dadad2e489
1 changed files with 4 additions and 1 deletions
|
|
@ -475,7 +475,10 @@ onMounted(async () => {
|
||||||
</nav>
|
</nav>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
<div class="surface-1 q-pa-md full-width">
|
<div
|
||||||
|
class="surface-1 q-pa-md full-width"
|
||||||
|
style="overflow-x: scroll"
|
||||||
|
>
|
||||||
<ProductItem
|
<ProductItem
|
||||||
:agent-price="agentPrice"
|
:agent-price="agentPrice"
|
||||||
@delete="toggleDeleteProduct"
|
@delete="toggleDeleteProduct"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue