@afeefa/vue-app 0.0.122 → 0.0.124
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.124
|
package/package.json
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
v-if="icon"
|
28
28
|
color="#FFFFFF"
|
29
29
|
size="2rem"
|
30
|
-
class="ml-n1
|
30
|
+
class="mr-2 ml-n1"
|
31
31
|
>
|
32
32
|
<v-icon
|
33
33
|
:color="icon.color"
|
@@ -64,7 +64,7 @@ export default class ADialog extends Mixins(UsesPositionServiceMixin, ComponentW
|
|
64
64
|
modal = false
|
65
65
|
position = null
|
66
66
|
|
67
|
-
cwm_maxWidth_ =
|
67
|
+
cwm_maxWidth_ = 1000
|
68
68
|
|
69
69
|
created () {
|
70
70
|
this.modal = this.show
|