审核缴费凭证样式调整

This commit is contained in:
zhaoxiao
2021-12-17 19:56:56 +08:00
parent 5367eaa298
commit 9d6cbac5d7
@@ -9,7 +9,10 @@
@cancel="handleCancel"
okText="保存"
cancelText="关闭">
<div class="project-name">{{ model.chargeProject }}</div>
<div class="project-name">
<div>{{ model.chargeProject }}</div>
<div>{{ model.chargeCompanyTemporaryName }}</div>
</div>
<a-form :form="form">
<h3 class="title">凭证信息</h3>
@@ -193,16 +196,21 @@ export default {
*/
proofSrc(imgId) {
return `${ window._CONFIG['domianURL'] }/sys/common/download/${ imgId }`
},
}
}
}
</script>
<style scoped lang="less">
.ant-form-item {
margin-bottom: 10px;
}
.project-name {
font-size: 16px;
line-height: 30px;
font-weight: 700;
padding-bottom: 20px;
padding-bottom: 10px;
}
h3 {