|
@@ -39,7 +39,7 @@
|
|
|
</div>
|
|
|
<div class="task-item" @click="disasterAssessment">
|
|
|
<div class="icon">
|
|
|
- <div class="icon3"></div>
|
|
|
+ <div class="icon6"></div>
|
|
|
</div>
|
|
|
<div class="task-text gradient-text">灾害评估</div>
|
|
|
</div>
|
|
@@ -251,7 +251,8 @@ const updatePlan = (data: { eventId: string }) => {
|
|
|
.icon2,
|
|
|
.icon3,
|
|
|
.icon4,
|
|
|
- .icon5 {
|
|
|
+ .icon5,
|
|
|
+ .icon6 {
|
|
|
position: absolute;
|
|
|
width: 223px;
|
|
|
height: 238px;
|
|
@@ -276,6 +277,10 @@ const updatePlan = (data: { eventId: string }) => {
|
|
|
background: url('@/assets/images/emergencyCommandMap/icon5.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
+ .icon6 {
|
|
|
+ background: url('@/assets/images/emergencyCommandMap/icon6.png') no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
+ }
|
|
|
.task-text {
|
|
|
font-size: 48px !important;
|
|
|
}
|