diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index da854f7f6..fe59ed0f7 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -914,6 +914,6 @@ export default { margin-right: 0; } .el-tabs__item ::v-deep .is-active{ - color:#0056d6 ; + color: #0056D6; } diff --git a/src/views/modules/base/resi.vue b/src/views/modules/base/resi.vue index 04039d1d1..f95d42ab9 100644 --- a/src/views/modules/base/resi.vue +++ b/src/views/modules/base/resi.vue @@ -1477,17 +1477,7 @@ export default { margin-right: 0; } .tabs-other-info { - ::v-deep .el-tabs__item { - // width: 50px; - height: 24px; - box-sizing: border-box; - padding: 0 10px !important; - font-size: 16px; - font-weight: 400; - color: #666666; - line-height: 24px; - border-radius: 2px; - } + // ::v-deep .el-tabs__nav-wrap::after, ::v-deep .el-tabs__active-bar_active { @@ -1502,10 +1492,27 @@ export default { background: rgba(30, 122, 254, 0.2); // border-radius: 50%; } - ::v-deep .el-tabs__item.is-active { - color: #3e8ef7; - } + } +::v-deep .el-tabs__item { + // width: 50px; + box-sizing: border-box; + padding: 0 10px !important; + font-size: 14px; + font-weight: 600; + color: #666666; + border-radius: 2px; + &:hover{ + color: #0056D6; + } + } +::v-deep .el-tabs__item.is-active { + color: #0056D6; + + } + ::v-deep .el-tabs__active-bar{ + background-color: #0056D6; + } .resi-container .resi-card { position: relative; overflow: visible; diff --git a/src/views/modules/shequ/cpts/peopleDetail.vue b/src/views/modules/shequ/cpts/peopleDetail.vue index ad177aa06..75d38ebc3 100644 --- a/src/views/modules/shequ/cpts/peopleDetail.vue +++ b/src/views/modules/shequ/cpts/peopleDetail.vue @@ -2,7 +2,7 @@
-
+
居民详情 @@ -13,7 +13,7 @@ class="diy-button--search" @click="handleTuomin">显示脱敏信息
--> -
基本信息
+
基本信息
@@ -44,8 +44,9 @@ v-if="info[field.columnName]!=0" > {{field.label}} - - {{ info[field.columnName]||'--'}} + + + 显示 {{ info[field.columnName]||'--'}} {{index==0? '分类信息':'其他信息'}} -
居民分类:
+
居民分类:
- + + style="width: 100%; margin-bottom:50px"> + style="width: 100%; margin-bottom:50px"> + style="width: 100%; margin-bottom:50px">
- - - 关闭 - +
- + + 关闭 +
@@ -326,7 +320,11 @@ export default { startGroupIndex: 0, info: {}, allInfo: {}, - + moreImgFlag:false, + moreImg:{ + src1:require("../../../../assets/images/index/i-menu.png"), + src2:require("../../../../assets/images/index/i-menu2.png") + }, xiaoquList: [], louList: [], danyuanList: [], @@ -427,6 +425,10 @@ export default { handlDropdownTabs(index){ this.groupIndex = index }, + handelmoreImgFlag(){ + + console.log(this.moreImgFlag); + }, async handleTuomin (item) { console.log(); const url = "/data/aggregator/epmetuser/detailByType"; @@ -742,7 +744,10 @@ export default { .el-tabs ::v-deep .el-tabs__content { position: absolute; right: 23px; - top: 14px; + top: 13px; +} +.el-tabs__item ::v-deep .is-active { + color: #0056D6; } .m-pop .wrap{ width: 820px; @@ -766,4 +771,10 @@ height: 848px; .div-mult-table section { color: #ccc; } + .footer-Close-box{ + position: relative; + top: -51px; + right: 22px; + z-index: 9; + }