@mythpe/quasar-ui-qui 0.2.85 → 0.2.86
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
|
@@ -353,7 +353,9 @@ defineOptions({
|
|
|
353
353
|
<MContainer>
|
|
354
354
|
<MRow class="items-center">
|
|
355
355
|
<q-btn
|
|
356
|
+
:class="{'full-width':!$q.screen.xs}"
|
|
356
357
|
:label="__('labels.done')"
|
|
358
|
+
:size="$q.screen.xs ? 'lg' : undefined"
|
|
357
359
|
color="primary"
|
|
358
360
|
@click="onDoneOptions()"
|
|
359
361
|
/>
|