diff --git a/src/assets/scss/modules/management/edit-main.scss b/src/assets/scss/modules/management/edit-main.scss index 679eae0aa..10b616db9 100644 --- a/src/assets/scss/modules/management/edit-main.scss +++ b/src/assets/scss/modules/management/edit-main.scss @@ -25,6 +25,42 @@ height:350px; // line-height: 40px; } + + .div_map{ + margin-top:10px; + } + } + .item-image{ + /deep/ .el-form-item{ + height:185px; + // line-height: 40px; + } + + .item-imagebtn { + + display: flex; + justify-content: space-between; + padding: 11px 23px; + align-items: center; + } + + .d-img{ + height:140px; + // width:117px; + } + + .pic-btn { + width: 75px; + height: 25px; + background: linear-gradient(0deg, #32adab 0%, #2ad0cc 100%); + border-radius: 3px; + font-size: 14px; + font-family: Source Han Serif CN; + font-weight: 500; + color: #ffffff; + line-height: 23px; + text-align: center; + } } .item-textarea{ @@ -65,9 +101,6 @@ line-height: 26px; padding:0px; } - /deep/ .el-input__icon{ - // line-height: 5px - } /deep/ .el-input .el-input__count .el-input__count-inner { background:none; diff --git a/src/views/modules/base/community/buildForm.vue b/src/views/modules/base/community/buildForm.vue index 271d1b91a..b5c3ade3f 100644 --- a/src/views/modules/base/community/buildForm.vue +++ b/src/views/modules/base/community/buildForm.vue @@ -1,24 +1,23 @@