This commit is contained in:
xixi 2024-08-30 11:57:33 +08:00
parent 5c0dbf01cc
commit c341fc0b11

View File

@ -235,21 +235,21 @@ export default function ProjNew() {
/> />
</Form.Item> </Form.Item>
</div> </div>
{/* <div className='formItemOne' style={{ marginTop: 20, position: 'relative' }}> <div className='formItemOne' style={{ marginTop: 20, position: 'relative' }}>
<div className='formItem-title '> <div className='formItem-title '>
* *
</div> </div>
<Form.Item<ProjInfo> <Form.Item<ProjInfo>
name="coupon" // name="coupon"
rules={[{ required: true, message: '请选择优惠券' }]} rules={[{ required: true, message: '请选择优惠券' }]}
> >
<Input style={{ background: '#eeeeee', width: '800px', height: '50px', fontSize: '16px', color: '#3B3B3B' }} placeholder="请选择优惠券" disabled /> <Input style={{ background: '#eeeeee', width: '800px', height: '50px', fontSize: '16px', color: '#3B3B3B' }} placeholder="请选择优惠券" disabled />
</Form.Item> </Form.Item>
<div style={{ position: 'absolute', right: 23, fontSize: 16, color: " #1F79FF", cursor: 'pointer' }} onClick={() => { <div style={{ position: 'absolute', right: 23, fontSize: 16, color: " #1F79FF", cursor: 'pointer' }} onClick={() => {
setCouponModal(true) // setCouponModal(true)
}}></div> }}></div>
</div> */} </div>
<div className='software-protocol'> <div className='software-protocol'>
<Form.Item <Form.Item
name="agreement" name="agreement"