@mythpe/quasar-ui-qui 0.3.16 → 0.3.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1476,7 +1476,7 @@ defineExpose({
|
|
|
1476
1476
|
>
|
|
1477
1477
|
<q-card class="m-dialog-card">
|
|
1478
1478
|
<q-card-section ref="formTitle">
|
|
1479
|
-
<q-toolbar :class="{'q-pa-none': isSmall}">
|
|
1479
|
+
<q-toolbar :class="['m-container__fluid', {'q-pa-none': isSmall}]">
|
|
1480
1480
|
<slot
|
|
1481
1481
|
:dt="datatableItemsScope"
|
|
1482
1482
|
:form="useFormContext"
|
|
@@ -1559,7 +1559,7 @@ defineExpose({
|
|
|
1559
1559
|
<q-card-actions
|
|
1560
1560
|
ref="formActions"
|
|
1561
1561
|
align="between"
|
|
1562
|
-
class="m-datatable-form-actions print-hide"
|
|
1562
|
+
class="m-datatable-form-actions print-hide m-container__fluid"
|
|
1563
1563
|
>
|
|
1564
1564
|
<slot
|
|
1565
1565
|
:dt="datatableItemsScope"
|