master
e 11 months ago
parent dacd2bbb93
commit 16b635c798

@ -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>
</div>
@ -76,7 +76,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: 8px;
@ -94,6 +94,9 @@ export default {
color: #d0deee;
}
.value {
margin-right: vw(6);
word-break: keep-all;
overflow: hidden;
flex: 1;
color: #ffffff;
}

16580
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save