From 2f4248be4c50d3fef7f576db57b6f8ab7c0d4a9f Mon Sep 17 00:00:00 2001 From: Gridfas <809418027@qq.com> Date: Thu, 26 May 2022 17:26:43 +0800 Subject: [PATCH 01/26] update code and push --- src/pages/iframe/iframe.vue | 97 ++++++++++++++++++++++++++----------- 1 file changed, 70 insertions(+), 27 deletions(-) diff --git a/src/pages/iframe/iframe.vue b/src/pages/iframe/iframe.vue index 684f89f..2bff631 100644 --- a/src/pages/iframe/iframe.vue +++ b/src/pages/iframe/iframe.vue @@ -1,53 +1,96 @@ \ No newline at end of file -- Gitee From 8df9534db3561abe872cf89b712557e34b2d021b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=91=AB?= <18827029354@163.com> Date: Fri, 27 May 2022 17:14:47 +0800 Subject: [PATCH 12/26] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E3=80=81=E4=BC=98=E5=8C=96=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/form/form.vue | 4 ++-- src/pages/login/login.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/form/form.vue b/src/pages/form/form.vue index d0a0013..dab15a7 100644 --- a/src/pages/form/form.vue +++ b/src/pages/form/form.vue @@ -190,8 +190,8 @@ watch(() => form.type, .form-container { height: 100%; padding-left: 5%; - margin-top: 5%; - + padding-top: 20px; + .el-row { margin-top: 20px; diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue index c0c7520..727536d 100644 --- a/src/pages/login/login.vue +++ b/src/pages/login/login.vue @@ -63,7 +63,7 @@ -- Gitee From 2e4b05fb7e222f0c2a6d36235c6e52c791b2a4f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=91=AB?= <18827029354@163.com> Date: Fri, 27 May 2022 17:18:12 +0800 Subject: [PATCH 13/26] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BE=B9=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/form/form.vue | 352 ++++++++++++++++++++-------------------- 1 file changed, 179 insertions(+), 173 deletions(-) diff --git a/src/pages/form/form.vue b/src/pages/form/form.vue index dab15a7..93dbaf3 100644 --- a/src/pages/form/form.vue +++ b/src/pages/form/form.vue @@ -1,143 +1,146 @@ @@ -190,52 +193,55 @@ watch(() => form.type, .form-container { height: 100%; padding-left: 5%; - padding-top: 20px; - - .el-row { - margin-top: 20px; - &:first-child { - margin-top: 0; - } - } + .form-content { + margin-top: 20px; - .title-section { - display: flex; - justify-content: flex-start; - align-items: center; - height: 100%; - line-height: 100%; + .el-row { + margin-top: 20px; - .require { - color: red; - margin-right: 5px; + &:first-child { + margin-top: 0; + } } - .title { - font-size: 15px; - font-weight: 550; + .title-section { + display: flex; + justify-content: flex-start; + align-items: center; + height: 100%; + line-height: 100%; + + .require { + color: red; + margin-right: 5px; + } + + .title { + font-size: 15px; + font-weight: 550; + } } - } - .content-section { - display: flex; - justify-content: flex-start; - align-items: center; + .content-section { + display: flex; + justify-content: flex-start; + align-items: center; - .text-input { - width: 250px; - } + .text-input { + width: 250px; + } - .desc { - font-size: 13px; - color: gray; - margin-left: 10px; + .desc { + font-size: 13px; + color: gray; + margin-left: 10px; + } } - } - .btn-section { - margin-top: 40px; + .btn-section { + margin-top: 40px; + } } } \ No newline at end of file -- Gitee From 00492b9ccb5519439ceb0542e7b2de8117b2f9e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=91=AB?= <18827029354@163.com> Date: Fri, 27 May 2022 17:24:30 +0800 Subject: [PATCH 14/26] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/contact/contact.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/contact/contact.vue b/src/pages/contact/contact.vue index 31acfcf..d7dd3d2 100644 --- a/src/pages/contact/contact.vue +++ b/src/pages/contact/contact.vue @@ -5,6 +5,7 @@

关于作者

1、如果你有好的想法或建议、好的工作推荐或者不懂的地方,欢迎添加作者微信。

2、如果通过该项目学到了新的知识或者对工作有帮助,欢迎打赏作者一杯咖啡。

+

3、如果你对于项目构建、部署遇到难题或疑问,可以联系作者免费答疑。

-- Gitee From c384f2429b51cb1fb2569ecc677694cc6c3470d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=91=AB?= <18827029354@163.com> Date: Fri, 27 May 2022 17:36:35 +0800 Subject: [PATCH 15/26] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=BB=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/home.vue | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/src/pages/home/home.vue b/src/pages/home/home.vue index 0adfbae..ac5dc3a 100644 --- a/src/pages/home/home.vue +++ b/src/pages/home/home.vue @@ -1,9 +1,20 @@