From 739399dcd212397ac3d6f84d997b8ac86a757b2a Mon Sep 17 00:00:00 2001 From: jiangyy Date: Wed, 25 May 2022 16:26:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A0=94=E5=88=A4=E5=88=86=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shijianchuli/event-info.vue | 19 ++++++++++++++++--- .../shijianchuli/shijianchulifenxi.vue | 2 +- src/views/modules/visual/cpts/analyse.vue | 18 +++++++++++------- 3 files changed, 28 insertions(+), 11 deletions(-) diff --git a/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue b/src/views/modules/visual/communityGovern/shijianchuli/event-info.vue index 704971b6..e9781601 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" />
+ class="analys-person analys-person_red">
{{userName}}
{{userTag}}
+ class="analys-person analys-person_orange">
{{userName}}
{{userTag}}
+ class="analys-person analys-person_yellow">
{{userName}}
{{userTag}}
@@ -172,7 +172,8 @@
-
+
@@ -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 {