修改
This commit is contained in:
parent
be828e097d
commit
7c9248eeaf
@ -535,14 +535,14 @@ export default function Payment(props: IPaymentProps) {
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div className='payBoxTitle'>付款方信息</div>
|
<div className='payBoxTitle'>付款方信息</div>
|
||||||
<table className="pay-table">
|
<table className="pay-table" >
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="100" />
|
<col width="100" />
|
||||||
<col />
|
<col />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td className="table-label">公司名称 *</td>
|
<td className="table-label">公司名称 <span style={{color:'red'}}>*</span></td>
|
||||||
<td>
|
<td>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
name="orgName"
|
name="orgName"
|
||||||
@ -554,7 +554,7 @@ export default function Payment(props: IPaymentProps) {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td className="table-label">开户银行 *</td>
|
<td className="table-label">开户银行 <span style={{color:'red'}}>*</span></td>
|
||||||
<td>
|
<td>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
name="orgBank"
|
name="orgBank"
|
||||||
@ -566,7 +566,7 @@ export default function Payment(props: IPaymentProps) {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td className="table-label">银行账号 *</td>
|
<td className="table-label">银行账号 <span style={{color:'red'}}>*</span></td>
|
||||||
<td>
|
<td>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
name="orgNumber"
|
name="orgNumber"
|
||||||
@ -578,7 +578,7 @@ export default function Payment(props: IPaymentProps) {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td className="table-label">打款时间 *</td>
|
<td className="table-label">打款时间 <span style={{color:'red'}}>*</span></td>
|
||||||
<td>
|
<td>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
name="rechargeFinalTime"
|
name="rechargeFinalTime"
|
||||||
@ -595,7 +595,7 @@ export default function Payment(props: IPaymentProps) {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td className="table-label">打款凭证 *</td>
|
<td className="table-label">打款凭证<span style={{color:'red'}}>*</span></td>
|
||||||
<td>
|
<td>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
name="rechargeVoucher"
|
name="rechargeVoucher"
|
||||||
@ -703,7 +703,7 @@ export default function Payment(props: IPaymentProps) {
|
|||||||
<div className='codeTitle'>支付Pay</div>
|
<div className='codeTitle'>支付Pay</div>
|
||||||
<div style={{
|
<div style={{
|
||||||
background: '#FAFCFF',
|
background: '#FAFCFF',
|
||||||
height: '630px',
|
height: '610px',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pay-table tr td {
|
.pay-table tr td {
|
||||||
padding: 10px 10px;
|
padding: 6px 10px;
|
||||||
/* border: 1px solid var(--color-border); */
|
/* border: 1px solid var(--color-border); */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user