diff --git a/src/css/app.scss b/src/css/app.scss index c6c0d487f..351eeb599 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -319,14 +319,7 @@ input::-webkit-inner-spin-button { .q-item > .q-item__section:has(.q-checkbox) { max-width: fit-content; } -.vn-row > * .q-checkbox r { - min-width: 80%; - display: flex; - justify-content: space-between; -} -.vn-row > .q-checkbox.row.items-center { - max-width: fit-content; -} + .q-field__inner { .q-field__control { min-height: auto !important; @@ -366,4 +359,4 @@ input::-webkit-inner-spin-button { display: flex; flex-wrap: wrap; justify-content: space-evenly; -} +} \ No newline at end of file diff --git a/src/pages/Supplier/Card/SupplierConsumption.vue b/src/pages/Supplier/Card/SupplierConsumption.vue index e500909ea..26fa50c51 100644 --- a/src/pages/Supplier/Card/SupplierConsumption.vue +++ b/src/pages/Supplier/Card/SupplierConsumption.vue @@ -283,10 +283,11 @@ const expanded = ref([]); @click="props.expand = !props.expand" > - diff --git a/src/pages/Zone/ZoneUpcoming.vue b/src/pages/Zone/ZoneUpcoming.vue index 78bbb3ecf..b8664dc2f 100644 --- a/src/pages/Zone/ZoneUpcoming.vue +++ b/src/pages/Zone/ZoneUpcoming.vue @@ -59,27 +59,11 @@ onMounted(() => weekdayStore.initStore()); v-for="(detail, index) in details" :key="index" class="full-width flex q-mb-lg" - style="flex-direction: column" > -
-
- - {{ getHeaderTitle(detail.shipped) }} - - - {{ getHeaderTitle(detail.shipped) }} - - - {{ getHeaderTitle(detail.shipped) }} - -
- -
+ + {{ getHeaderTitle(detail.shipped) }} + + @@ -87,7 +71,7 @@ onMounted(() => weekdayStore.initStore());