From df3dc1bbc3f4fd5d53adb6e1bead5f11d9f20fc4 Mon Sep 17 00:00:00 2001 From: bemege Date: Tue, 29 Jun 2021 21:32:03 +0800 Subject: [PATCH 01/18] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A1=88=E5=88=97?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=B0=83=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/official/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/official/index.vue b/src/views/official/index.vue index f3b7a5d..1618df6 100644 --- a/src/views/official/index.vue +++ b/src/views/official/index.vue @@ -643,7 +643,7 @@ export default { margin-top: 200px; img { - width: 100%; + width: 80%; } } } @@ -800,6 +800,9 @@ export default { } .content-wrapper-company { margin-top: 80px !important; + img { + width: 100% !important; + } } .footer-page { text-align: center; From e8c24f8d3ef818281e5c97ad0aca19ed2adb46f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E5=91=A8?= <8909799+daoist-philosopher-1st@user.noreply.gitee.com> Date: Thu, 1 Jul 2021 11:08:03 +0000 Subject: [PATCH 02/18] =?UTF-8?q?=E5=85=88=E4=BB=8Eexcel=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E4=B8=80=E5=88=97=E6=95=B0=E6=8D=AE=EF=BC=8C=E7=84=B6=E5=90=8E?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E7=B2=98=E8=B4=B4=E5=88=B0=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/form/editor/RightPanel.vue | 2822 +++++++++++++++----------- 1 file changed, 1613 insertions(+), 1209 deletions(-) diff --git a/src/views/form/editor/RightPanel.vue b/src/views/form/editor/RightPanel.vue index 4ee6816..9ac79d9 100644 --- a/src/views/form/editor/RightPanel.vue +++ b/src/views/form/editor/RightPanel.vue @@ -1,1275 +1,1679 @@ From 6442392983c65964f372bfeeab93a298c6d1d032 Mon Sep 17 00:00:00 2001 From: Bemege Date: Fri, 2 Jul 2021 17:58:06 +0800 Subject: [PATCH 03/18] =?UTF-8?q?=E9=97=AE=E5=8D=B7=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=88=86=E6=9E=90=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/form/statistics/analysis.vue | 211 +++++++++++++++++++++++++ src/views/form/statistics/index.vue | 7 +- 2 files changed, 217 insertions(+), 1 deletion(-) create mode 100644 src/views/form/statistics/analysis.vue diff --git a/src/views/form/statistics/analysis.vue b/src/views/form/statistics/analysis.vue new file mode 100644 index 0000000..526d6ae --- /dev/null +++ b/src/views/form/statistics/analysis.vue @@ -0,0 +1,211 @@ + + + + + \ No newline at end of file diff --git a/src/views/form/statistics/index.vue b/src/views/form/statistics/index.vue index 179bd32..b67fcf7 100644 --- a/src/views/form/statistics/index.vue +++ b/src/views/form/statistics/index.vue @@ -7,6 +7,9 @@ + + + @@ -14,12 +17,14 @@