- migliorata grafica prodotti
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<q-btn-toggle
|
||||
v-model="cosa"
|
||||
push
|
||||
size="0.75rem"
|
||||
:size="tools.isMobile() ? '0.75rem' : '1rem'"
|
||||
rounded
|
||||
glossy
|
||||
dense
|
||||
@@ -59,6 +59,7 @@
|
||||
<q-input
|
||||
filled
|
||||
stack-label
|
||||
:dense="tools.isMobile() ? true : false"
|
||||
:label="t('ecomm.code_o_text_search')"
|
||||
v-model="search"
|
||||
class="q-ml-md"
|
||||
@@ -73,7 +74,7 @@
|
||||
<q-btn
|
||||
:push="cat === reccat.value"
|
||||
dense
|
||||
size="0.70rem"
|
||||
:size="tools.isMobile() ? '0.70rem' : '1rem'"
|
||||
:icon="reccat.icon"
|
||||
:color="reccat.color ? reccat.color : undefined"
|
||||
:text-color="cat === reccat.value ? 'blue' : 'black'"
|
||||
@@ -92,9 +93,9 @@
|
||||
})
|
||||
}}{{}}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row justify-around">
|
||||
<div
|
||||
class="q-pa-md row items-start q-gutter-md"
|
||||
class="q-pa-md row items-start"
|
||||
v-for="(product, index) in getArrProducts"
|
||||
:key="index"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user