From 9ee1a92a78bc9f45c8f71b66f08c2a00049b4fd2 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 7 Sep 2023 16:19:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=B8=8A=E8=A7=92=E7=BB=84=E7=BB=87?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E9=95=BF=E5=BA=A6=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E9=9A=8F=E5=86=85=E5=AE=B9=E5=AE=BD=E5=BA=A6,=E5=9B=9E?= =?UTF-8?q?=E8=AE=BF=E8=AE=B0=E5=BD=95=E6=9F=A5=E7=9C=8B=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E4=B8=8E=E5=9B=9E=E8=AE=BF=E5=88=97=E8=A1=A8=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/common.scss | 2 +- .../scss/modules/management/list-main.scss | 3 + src/views/main-navbar.vue | 2 +- .../communitySelfInsp/followList.vue | 287 ++++++++++++ .../communitySelfInsp/followUpDetail.vue | 202 +++++++++ .../communitySelfInsp/formList.vue | 10 +- .../satisfaction/communitySelfInsp/index.vue | 211 ++++----- .../satisfactionProvince/formList.vue | 169 +++++++ .../satisfactionProvince/index.vue | 416 ++++++++++++++++++ 9 files changed, 1199 insertions(+), 103 deletions(-) create mode 100644 src/views/modules/satisfaction/communitySelfInsp/followList.vue create mode 100644 src/views/modules/satisfaction/communitySelfInsp/followUpDetail.vue create mode 100644 src/views/modules/satisfaction/satisfactionProvince/formList.vue create mode 100644 src/views/modules/satisfaction/satisfactionProvince/index.vue diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index 03ec9ab7b..8ae8f3c06 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -300,7 +300,7 @@ img { align-items: center; padding: 5px 0 5px 16px; margin: 0; - width: 60%; + width: fit-content; height: 100%; font-size: 20px; text-transform: uppercase; diff --git a/src/assets/scss/modules/management/list-main.scss b/src/assets/scss/modules/management/list-main.scss index 34df8a10b..26cde2db0 100644 --- a/src/assets/scss/modules/management/list-main.scss +++ b/src/assets/scss/modules/management/list-main.scss @@ -244,6 +244,9 @@ .f-right10 { margin-right: 10px !important; } +.f-right16 { + margin-right: 16px !important; +} .f-margin30 { margin: 30px; } diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue index d723b278f..a7103e11b 100644 --- a/src/views/main-navbar.vue +++ b/src/views/main-navbar.vue @@ -4,7 +4,7 @@
diff --git a/src/views/modules/satisfaction/communitySelfInsp/followList.vue b/src/views/modules/satisfaction/communitySelfInsp/followList.vue new file mode 100644 index 000000000..5204c5e8d --- /dev/null +++ b/src/views/modules/satisfaction/communitySelfInsp/followList.vue @@ -0,0 +1,287 @@ + +