Authored by 毕凯

Merge branch 'feature/fraud' into 'release/5.6'

防诈骗订单列表页遮盖问题



See merge request !484
... ... @@ -62,3 +62,4 @@
</div>
</div>
</div>
<input type="hidden" id="no-download">
... ...
... ... @@ -95,7 +95,7 @@ const mayLikelife = (page, limit) => {
return formData;
} else {
logger.error('mayLikelife code no 200');
return {};
}
});
};
... ...
... ... @@ -22,6 +22,7 @@
margin-top: 16px;
color: #b0b0b0;
font-size: 22px;
width: 94%;
}
.iconfont {
... ...