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