diff --git a/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue b/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue index 704971b6d..e97816011 100644 --- a/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue +++ b/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue @@ -147,7 +147,9 @@ :singleList="yanPan.singleList" :hasEvent="yanPan.hasEvent" :bcLimit="yanPan.resiReportEventCount" - @user="toUserInfo" /> + :isUserClick="true" + @user="toUserInfo" + @toMiddleUserInfo="toMiddleUserInfo" />
@@ -422,17 +423,20 @@ export default {
}
}
- .analys-person-orange {
+ .analys-person_orange {
background: url("../../../../assets/img/shuju/measure/zhuhu_orange.png")
no-repeat center;
+ background-size: cover;
}
- .analys-person-yellow {
+ .analys-person_yellow {
background: url("../../../../assets/img/shuju/measure/zhuhu_yellow.png")
no-repeat center;
+ background-size: cover;
}
- .analys-person-red {
+ .analys-person_red {
background: url("../../../../assets/img/shuju/measure/zhuhu_red.png")
no-repeat center;
+ background-size: cover;
}
.analys-cate {