@mythpe/quasar-ui-qui 0.4.61 → 0.4.63
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
|
@@ -1597,7 +1597,7 @@ defineExpose({
|
|
|
1597
1597
|
v-model="formDialogModel"
|
|
1598
1598
|
v-bind="pluginOptions.dt?.formDialogProps"
|
|
1599
1599
|
>
|
|
1600
|
-
<q-card class="q-dialog-plugin">
|
|
1600
|
+
<q-card class="q-dialog-plugin m-datatable__form-dialog">
|
|
1601
1601
|
<MContainer
|
|
1602
1602
|
dense
|
|
1603
1603
|
fluid
|
|
@@ -1738,7 +1738,7 @@ defineExpose({
|
|
|
1738
1738
|
v-bind="pluginOptions.dt?.showDialogProps"
|
|
1739
1739
|
>
|
|
1740
1740
|
<q-card
|
|
1741
|
-
class="m-dialog-card q-dialog-plugin"
|
|
1741
|
+
class="m-dialog-card q-dialog-plugin m-datatable__show-dialog"
|
|
1742
1742
|
flat
|
|
1743
1743
|
>
|
|
1744
1744
|
<MContainer
|
package/src/index.sass
CHANGED
|
File without changes
|