暂存
This commit is contained in:
parent
5c0dbf01cc
commit
c341fc0b11
@ -235,21 +235,21 @@ export default function ProjNew() {
|
||||
/>
|
||||
</Form.Item>
|
||||
</div>
|
||||
{/* <div className='formItemOne' style={{ marginTop: 20, position: 'relative' }}>
|
||||
<div className='formItemOne' style={{ marginTop: 20, position: 'relative' }}>
|
||||
<div className='formItem-title '>
|
||||
优惠券*
|
||||
</div>
|
||||
<Form.Item<ProjInfo>
|
||||
name="coupon"
|
||||
// name="coupon"
|
||||
rules={[{ required: true, message: '请选择优惠券' }]}
|
||||
>
|
||||
<Input style={{ background: '#eeeeee', width: '800px', height: '50px', fontSize: '16px', color: '#3B3B3B' }} placeholder="请选择优惠券" disabled />
|
||||
|
||||
</Form.Item>
|
||||
<div style={{ position: 'absolute', right: 23, fontSize: 16, color: " #1F79FF", cursor: 'pointer' }} onClick={() => {
|
||||
setCouponModal(true)
|
||||
// setCouponModal(true)
|
||||
}}>选择</div>
|
||||
</div> */}
|
||||
</div>
|
||||
<div className='software-protocol'>
|
||||
<Form.Item
|
||||
name="agreement"
|
||||
|
Loading…
Reference in New Issue
Block a user