From d0f926159bd2c47d619a1a1bd343f2ffd8e2c8a7 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 18 Nov 2022 17:29:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/management/edit-main.scss | 90 +++ .../base/community/communityForm copy.vue | 575 ++++++++++++++++++ .../modules/base/community/communityForm.vue | 120 ++-- 3 files changed, 723 insertions(+), 62 deletions(-) create mode 100644 src/assets/scss/modules/management/edit-main.scss create mode 100644 src/views/modules/base/community/communityForm copy.vue diff --git a/src/assets/scss/modules/management/edit-main.scss b/src/assets/scss/modules/management/edit-main.scss new file mode 100644 index 000000000..679eae0aa --- /dev/null +++ b/src/assets/scss/modules/management/edit-main.scss @@ -0,0 +1,90 @@ + +@import "@/assets/scss/c/config.scss"; +@import "@/assets/scss/c/function.scss"; + + +.m-edit{ + + .m-form{ + padding-left:20px; + padding-right:25px; + } + + + /deep/ .el-form .el-form-item{ + border: 1px solid #D3DCE6; + margin-bottom: 0; + margin-top:2px; + height:47px; + // line-height: 40px; + } + + + .item-map{ + /deep/ .el-form-item{ + height:350px; + // line-height: 40px; + } + } + + .item-textarea{ + /deep/ .el-form-item{ + height:89px; + // line-height: 40px; + } + + /deep/ .el-input__countx { + background:none; + } + } + + /deep/ .el-form-item__label{ + background: #D6E2F8; + height:100%; + line-height: 40px; + } + /deep/ .el-form-item__content{ + width:660px; + margin:5px 6px; + background: #F6F6F6; + padding:0 16px; + line-height: 36px + } + /deep/ .el-input__inner{ + width:100%; + background-color: #F6F6F6; + border:0px; + line-height: 26px; + padding:0px; + } + /deep/ .el-textarea__inner { + + width:100%; + background-color: #F6F6F6; + border:0px; + line-height: 26px; + padding:0px; + } + /deep/ .el-input__icon{ + // line-height: 5px + } + + /deep/ .el-input .el-input__count .el-input__count-inner { + background:none; + } + +} + +.edit_item_width_1{ + width:100%; +} +//带着按钮 +.edit_item_btn_width_1{ + width:550px; +} + +.edit-btn-1{ + float:right; + margin-right:10px; +} + diff --git a/src/views/modules/base/community/communityForm copy.vue b/src/views/modules/base/community/communityForm copy.vue new file mode 100644 index 000000000..9a0d1418c --- /dev/null +++ b/src/views/modules/base/community/communityForm copy.vue @@ -0,0 +1,575 @@ + + + + + + + diff --git a/src/views/modules/base/community/communityForm.vue b/src/views/modules/base/community/communityForm.vue index 9a0d1418c..042a85705 100644 --- a/src/views/modules/base/community/communityForm.vue +++ b/src/views/modules/base/community/communityForm.vue @@ -1,24 +1,22 @@