From 57948cf6e3e6fc7a7977e13a3d10bf203b75fd16 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Wed, 4 Mar 2020 15:45:13 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B5=D0=BB=D0=BA=D0=B8=D0=B9=20=D1=80?= =?UTF-8?q?=D0=B5=D1=84=D0=B0=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D0=BD=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/share/StdDialog.vue | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/client/components/share/StdDialog.vue b/client/components/share/StdDialog.vue index 1f4bcc97..d61aeedd 100644 --- a/client/components/share/StdDialog.vue +++ b/client/components/share/StdDialog.vue @@ -3,7 +3,7 @@ -
+
@@ -16,7 +16,7 @@
-
+
@@ -26,7 +26,7 @@
-
+
@@ -39,7 +39,7 @@
-
+
@@ -50,7 +50,7 @@
-
+
@@ -63,7 +63,7 @@
-
+
{{ error }}
@@ -99,7 +99,6 @@ class StdDialog extends Vue { inputValue = ''; error = ''; iconColor = ''; - style = ''; created() { if (this.$root.addKeyHook) { @@ -123,10 +122,6 @@ class StdDialog extends Vue { } } - get dialogStyle() { - return 'min-height: 150px'; - } - onHide() { if (this.hideTrigger) { this.hideTrigger();