@ -9,7 +9,7 @@ window.$mapCfg = {
};
window.$SYSTEMCONFIG = {
SYS_NAME: "vue", //"镇海平安企业(园区)", //系统名称
SYS_NAME: "镇海平安企业(园区)", //"镇海平安企业(园区)", //系统名称
window.$SERVICE = {
@ -85,7 +85,7 @@ export default {
margin-top: 10px;
display: flex;
flex-direction: column;
height: vw(58);
height: vw(70);
background: url("~@/assets/images/topic/cust.png") no-repeat center center;
background-size: 100% 100%;
padding: 0 8px;
@ -7,7 +7,7 @@
<div class="label">事件类型:</div>
<div class="value">{{ item.flowType }}</div>
</div>
<div class="item">
<div class="item" style="flex: 1.3">
<div class="label">关联企业:</div>
<div class="value">{{ item.cmy }}</div>
@ -76,7 +76,7 @@ export default {
padding: 8px;
@ -94,6 +94,9 @@ export default {
color: #d0deee;
}
.value {
margin-right: vw(6);
word-break: keep-all;
overflow: hidden;
flex: 1;
color: #ffffff;