master
e 11 months ago
parent dacd2bbb93
commit 16b635c798

@ -9,7 +9,7 @@ window.$mapCfg = {
}; };
window.$SYSTEMCONFIG = { window.$SYSTEMCONFIG = {
SYS_NAME: "vue", //"镇海平安企业(园区)", //系统名称 SYS_NAME: "镇海平安企业(园区)", //"镇海平安企业(园区)", //系统名称
}; };
window.$SERVICE = { window.$SERVICE = {

@ -85,7 +85,7 @@ export default {
margin-top: 10px; margin-top: 10px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: vw(58); height: vw(70);
background: url("~@/assets/images/topic/cust.png") no-repeat center center; background: url("~@/assets/images/topic/cust.png") no-repeat center center;
background-size: 100% 100%; background-size: 100% 100%;
padding: 0 8px; padding: 0 8px;

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

16580
yarn.lock

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