@mythpe/quasar-ui-qui 0.1.41 → 0.1.42
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
|
@@ -163,7 +163,7 @@ watch(url, (url) => {
|
|
|
163
163
|
<MTransition>
|
|
164
164
|
<div
|
|
165
165
|
key="top"
|
|
166
|
-
class="row justify-between items-center"
|
|
166
|
+
class="row justify-between items-center q-mb-lg"
|
|
167
167
|
>
|
|
168
168
|
<div
|
|
169
169
|
:class="{
|
|
@@ -193,7 +193,7 @@ watch(url, (url) => {
|
|
|
193
193
|
<div
|
|
194
194
|
v-if="!!errorMessage"
|
|
195
195
|
key="signature-errors"
|
|
196
|
-
class="text-negative text-caption q-mb-
|
|
196
|
+
class="text-negative text-caption q-mb-lg"
|
|
197
197
|
>
|
|
198
198
|
<q-icon
|
|
199
199
|
name="ion-ios-information-circle-outline"
|