From 408b27f9586786aa64ae3cd5cf5eecf32fd5dcc2 Mon Sep 17 00:00:00 2001 From: wangqing Date: Wed, 16 Dec 2020 16:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=80=E9=83=A8=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/form/home.scss | 1 - src/views/account/login.vue | 2 +- src/views/form/ProjectForm.vue | 21 +++++---------- src/views/form/publish.vue | 11 +++++++- src/views/project/MyProject.vue | 45 +++++++++++++++++++++++++++----- 5 files changed, 56 insertions(+), 24 deletions(-) diff --git a/src/assets/styles/form/home.scss b/src/assets/styles/form/home.scss index 02acc58..ecddcca 100644 --- a/src/assets/styles/form/home.scss +++ b/src/assets/styles/form/home.scss @@ -260,7 +260,6 @@ $lighterBlue: #4aa0fa; .form-name-text { padding: 6px 10px; border: 1px dashed transparent; - width: 80%; line-height: 30px; margin: 0; } diff --git a/src/views/account/login.vue b/src/views/account/login.vue index 9687b6b..e576055 100644 --- a/src/views/account/login.vue +++ b/src/views/account/login.vue @@ -86,7 +86,7 @@ - + 忘记密码? diff --git a/src/views/form/ProjectForm.vue b/src/views/form/ProjectForm.vue index 1cb2635..1796222 100644 --- a/src/views/form/ProjectForm.vue +++ b/src/views/form/ProjectForm.vue @@ -12,19 +12,12 @@ :src="projectTheme.headImgUrl" style="width: 100%" fit="scale-down"> - - -

- {{ formConf.title }}

-
-
- - -

- {{ formConf.description }} -

-
-
+

+ {{ formConf.title }} +

+

+ {{ formConf.description }} +

@@ -96,7 +89,7 @@ export default { if (this.projectConfig && this.projectConfig.projectKey) { this.projectKey = this.projectConfig.projectKey // this.formConf.formBtns = this.projectConfig.showBtns - //不存去路由中尝试获取 ifreme + //不存去路由中尝试获取 iframe } else if (this.$route.query.key) { this.projectKey = this.$route.query.key this.formConf.formBtns = true diff --git a/src/views/form/publish.vue b/src/views/form/publish.vue index 7ebf1e3..c284ebc 100644 --- a/src/views/form/publish.vue +++ b/src/views/form/publish.vue @@ -30,7 +30,10 @@ - 查看反馈 + 查看反馈 + @@ -55,6 +58,7 @@