样式修改

This commit is contained in:
lyp 2025-03-03 11:24:57 +08:00
parent de66480741
commit 47d77340cd

View File

@ -472,6 +472,23 @@ export default function ProjNew() {
}} }}
autoComplete="off" autoComplete="off"
> >
<div style={{
width: 800,
marginLeft: 130,
display: 'flex',
justifyContent: 'center',
marginBottom: 30,
fontWeight: 'bold',
fontSize: 16,
marginTop:5
}}>
<img src={homes} width={19} height={19} style={{
marginTop: 4,
marginRight: 5,
}} alt="" />
<div> </div>
</div>
<div style={{ position: 'relative' }}> <div style={{ position: 'relative' }}>
<div className='formItemOne'> <div className='formItemOne'>
@ -823,7 +840,7 @@ export default function ProjNew() {
marginTop: 4, marginTop: 4,
marginRight: 5, marginRight: 5,
}} alt="" /> }} alt="" />
<div> </div> <div> </div>
</div> </div>
<div style={{ <div style={{
@ -894,6 +911,14 @@ export default function ProjNew() {
</Checkbox> </Checkbox>
</Form.Item> </Form.Item>
</div> </div>
<div style={{
height: 2,
background: '#E9E9E9',
// width: 900,
marginLeft: 50,
marginTop: 20,
marginBottom: 20,
}}></div>
{/* <div className='formItemTwo'> {/* <div className='formItemTwo'>
<div className='formItem-title '></div> <div className='formItem-title '></div>
<Form.Item<ProjInfo> <Form.Item<ProjInfo>