|
@@ -129,7 +129,7 @@
|
|
|
<div v-for="item,index in ['重大风险','较大风险', '一般风险', '较低风险', '低风险']">
|
|
|
<div :class="{
|
|
|
[`card_bg${index}`]: true
|
|
|
- }" > <div style="margin-top: 50px; display: flex; flex-direction: column; align-items: center;">
|
|
|
+ }" > <div style="margin-top: 50px; display: flex; flex-direction: column; align-items: center;" @click="showStice(item)">
|
|
|
{{ showValue(item) }} <div style="color:#fff;font-size: 18px;margin-top: 10px;">栋</div>
|
|
|
</div> </div>
|
|
|
</div>
|
|
@@ -172,7 +172,7 @@ import toolUtils from "@/utils/echartsTooltip";
|
|
|
|
|
|
import img5 from '../../../assets/images/bg/重大风险.png';
|
|
|
import img4 from '../../../assets/images/bg/一般风险.png';
|
|
|
-import img3 from '../../../assets/images/bg/低风险.png';
|
|
|
+import img3 from '../../../assets/images/greed-ls.png';
|
|
|
import img2 from '../../../assets/images/bg/较低风险.png';
|
|
|
import img1 from '../../../assets/images/bg/较大风险.png';
|
|
|
|
|
@@ -618,7 +618,7 @@ background-size: 100% 100%;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.card_bg4 {
|
|
|
- background: url('../../../assets/images/bg/低风险.png') no-repeat;
|
|
|
+ background: url('../../../assets/images/greed-ls.png') no-repeat;
|
|
|
width: 61px;
|
|
|
height: 190px;
|
|
|
background-size: 100% 100%;
|