diff --git a/src/views/modules/communityService/shzz/cpts/edit.vue b/src/views/modules/communityService/shzz/cpts/edit.vue index af275e9dc..f92de0974 100644 --- a/src/views/modules/communityService/shzz/cpts/edit.vue +++ b/src/views/modules/communityService/shzz/cpts/edit.vue @@ -2,179 +2,217 @@
+ + +
+
+ + +
+ + + + + +
+
- - + --> - + + - -
- - - 查询 -
-
- 经度 - - - 纬度 - - -
-
-
+
取 消 确 定确 定 +
- diff --git a/src/views/modules/communityService/shzz/index.vue b/src/views/modules/communityService/shzz/index.vue index f8ce4fb51..9eb8398f2 100644 --- a/src/views/modules/communityService/shzz/index.vue +++ b/src/views/modules/communityService/shzz/index.vue @@ -1,89 +1,93 @@ @@ -200,16 +209,16 @@ @@ -467,10 +518,12 @@ export default { background: #ebecf1; border-radius: 2px; } + .el-tabs__nav-wrap::after, .el-tabs__active-bar { display: none; } + .el-tabs__nav-next, .el-tabs__nav-prev { line-height: 20px; @@ -480,16 +533,20 @@ export default { .resi-card-table { margin-top: 20px; } + .resi-row-btn { margin-bottom: 13px; + .upload-btn { display: inline-block; margin: 0 10px; } } + .resi-other { width: 100%; display: flex; + .resi-other-title { width: 100px; box-sizing: border-box; @@ -500,6 +557,7 @@ export default { color: #333; text-align: center; } + .tabs-other-info { // padding-left: 60px; } @@ -514,6 +572,7 @@ export default { position: relative; overflow: visible; } + .resi-down { position: absolute; left: 50%; @@ -528,30 +587,37 @@ export default { cursor: pointer; background: #ffffff; border-radius: 0 0 10px 10px; + img { display: block; } } + .resi-row-box { height: 104px; overflow: hidden; transition: height 0.5s; } + .resi-row-more { height: max-content; transition: height 0.5s; } + .resi-row { margin-bottom: 20px; } + .resi-search { .el-col { text-align: right; } } + .resi-cell { display: flex; align-items: center; + .resi-cell-label { width: 70px; box-sizing: border-box; @@ -559,25 +625,31 @@ export default { text-align: right; // line-height: 32; } + .resi-cell-value-radio { display: flex; align-items: center; min-height: 32px; } + .resi-cell-input { width: 180px; } + .resi-cell-select { width: 180px; box-sizing: border-box; margin-right: 10px; + &-middle { width: 130px; } + &-small { width: 88px; } } + .resi-cell-select:last-child { margin-right: 0; }