黔西南大屏

This commit is contained in:
yanran200730
2023-05-05 17:03:20 +08:00
parent ed46bece45
commit 2248485801

View File

@@ -256,6 +256,10 @@
<img src="https://cdn.cunwuyun.cn/dvcp/dv/qxn/close.png" @click="isShow = false" />
<h3 :title="eventInfo.desc">{{ eventInfo.desc }}</h3>
<div class="info-wrapper">
<div class="info-wrapper__item">
<label>上报人</label>
<span style="color: #02FEFF">{{ eventInfo.reporter_name }}</span>
</div>
<div class="info-wrapper__item">
<label>办理状态</label>
<span :style="{color: mapStatus(eventInfo.status, 'color')}">{{ mapStatus(eventInfo.status, 'name') }}</span>
@@ -1192,7 +1196,7 @@
}
.info-wrapper {
margin-top: 18px;
margin-top: 12px;
.info-wrapper__item {
display: flex;
@@ -1220,6 +1224,9 @@
text-align: right;
font-size: 14px;
color: #fff;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
}