样式修改
This commit is contained in:
parent
de66480741
commit
47d77340cd
@ -472,6 +472,23 @@ export default function ProjNew() {
|
||||
}}
|
||||
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 className='formItemOne'>
|
||||
@ -823,7 +840,7 @@ export default function ProjNew() {
|
||||
marginTop: 4,
|
||||
marginRight: 5,
|
||||
}} alt="" />
|
||||
<div> 知识产权选择</div>
|
||||
<div> 知识产权</div>
|
||||
|
||||
</div>
|
||||
<div style={{
|
||||
@ -894,6 +911,14 @@ export default function ProjNew() {
|
||||
</Checkbox>
|
||||
</Form.Item>
|
||||
</div>
|
||||
<div style={{
|
||||
height: 2,
|
||||
background: '#E9E9E9',
|
||||
// width: 900,
|
||||
marginLeft: 50,
|
||||
marginTop: 20,
|
||||
marginBottom: 20,
|
||||
}}></div>
|
||||
{/* <div className='formItemTwo'>
|
||||
<div className='formItem-title '>简单描述</div>
|
||||
<Form.Item<ProjInfo>
|
||||
|
Loading…
Reference in New Issue
Block a user