From 15940581e6ec2bb04ff054e727b86d41d3efb4a6 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 29 Jun 2022 15:30:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=88=B1=E5=BF=83=E4=BA=92=E5=8A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/management/form-main.scss | 11 + .../communityParty/heart/heartForm.vue | 819 ++++++++++++++++++ .../communityParty/heart/heartList.vue | 495 +++++++++++ .../communityParty/heart/heartReview.vue | 450 ++++++++++ .../modules/workPc/guidance/DetailForm.vue | 2 +- 5 files changed, 1776 insertions(+), 1 deletion(-) create mode 100644 src/views/modules/communityParty/heart/heartForm.vue create mode 100644 src/views/modules/communityParty/heart/heartList.vue create mode 100644 src/views/modules/communityParty/heart/heartReview.vue diff --git a/src/assets/scss/modules/management/form-main.scss b/src/assets/scss/modules/management/form-main.scss index 6e0cfa6fa..d4fe24c3d 100644 --- a/src/assets/scss/modules/management/form-main.scss +++ b/src/assets/scss/modules/management/form-main.scss @@ -21,6 +21,10 @@ .list_item_width_2 { width: 135px; } + + .item_width_5{ + width: 320px; + } } @@ -51,7 +55,14 @@ } } +.form_flex{ + display:flex; + justify-content: space-around; + .form_item{ +width:50%; + } +} .twoline { display: -webkit-box; diff --git a/src/views/modules/communityParty/heart/heartForm.vue b/src/views/modules/communityParty/heart/heartForm.vue new file mode 100644 index 000000000..0feba9631 --- /dev/null +++ b/src/views/modules/communityParty/heart/heartForm.vue @@ -0,0 +1,819 @@ + + + + + + diff --git a/src/views/modules/communityParty/heart/heartList.vue b/src/views/modules/communityParty/heart/heartList.vue new file mode 100644 index 000000000..4cb2d955a --- /dev/null +++ b/src/views/modules/communityParty/heart/heartList.vue @@ -0,0 +1,495 @@ + + + + diff --git a/src/views/modules/communityParty/heart/heartReview.vue b/src/views/modules/communityParty/heart/heartReview.vue new file mode 100644 index 000000000..ec45e380c --- /dev/null +++ b/src/views/modules/communityParty/heart/heartReview.vue @@ -0,0 +1,450 @@ + + + + + + diff --git a/src/views/modules/workPc/guidance/DetailForm.vue b/src/views/modules/workPc/guidance/DetailForm.vue index 8b878642b..8bea54ce7 100644 --- a/src/views/modules/workPc/guidance/DetailForm.vue +++ b/src/views/modules/workPc/guidance/DetailForm.vue @@ -334,7 +334,7 @@ export default { this.$message.error(msg) } }, - dormatHtml(content) { + dormatHtml (content) { let c = '' if (content.indexOf('DOCTYPE') != -1) { c = content.slice(45, -16);