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 @@ + + + + + + + + {{ dataForm.agencyName }} + + + + + + + + + + + + + + + + + 生成 + + + + + 下载 + + + + + + + + 添加物业 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 取 消 + 确 定 + + + + + + + + + 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 @@ - + + label-width="90px" + class="m-form"> {{ dataForm.agencyName }} - @@ -32,9 +30,8 @@ - - - 生成 @@ -67,9 +63,8 @@ - - 添加物业 + prop="realBuilding"> - - - - - - - - - + + + + + + + + + + + + - - - - - + + + + + @@ -153,12 +149,11 @@ + class="m-form"> - @@ -169,10 +164,10 @@ 取 消 确 定 @@ -569,6 +564,7 @@ export default {