diff --git a/src/assets/style/common.scss b/src/assets/style/common.scss
index 54977f8..99192bb 100644
--- a/src/assets/style/common.scss
+++ b/src/assets/style/common.scss
@@ -61,7 +61,6 @@ body,
a {
text-decoration: none
-
}
.form-item {
@@ -81,3 +80,11 @@ a {
}
}
+.NCC-dialog.NCC-dialog_center {
+ .NCC-dialog-content {
+ padding: 20px 50px 0 !important;
+ margin: 0 !important;
+ width: 100%;
+ }
+}
+
diff --git a/src/components/InfoForm/index.vue b/src/components/InfoForm/index.vue
index 76a4118..1aa5ed3 100644
--- a/src/components/InfoForm/index.vue
+++ b/src/components/InfoForm/index.vue
@@ -15,7 +15,8 @@
class="NCC-dialog NCC-dialog_center dialog-box"
destroy-on-close
>
-
+
-
+
+