|
|
@ -47,7 +47,7 @@ |
|
|
|
<div class="span-sty">付款单位</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.payCompany }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="8" class="tlineheightb"> |
|
|
|
<div class="span-sty">付款申请备注</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.remarks }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
@ -352,4 +352,17 @@ export default { |
|
|
|
.addinputInfo { |
|
|
|
margin-left: 140px !important; |
|
|
|
} |
|
|
|
.tlineheightb { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: flex-start; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
/deep/ .tlineheightb .el-form-item .el-form-item__content .addinputInfo { |
|
|
|
line-height: 15px !important; |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: flex-start; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
</style> |
|
|
|