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 @@