添加注释如有多个著作人请用逗号分割
This commit is contained in:
parent
f4a512e83e
commit
d412986b29
@ -873,7 +873,7 @@ export default function BelongPeople(props: propsInfo) {
|
||||
}} */}
|
||||
{belongShow == '' ? <></> : <> <Row gutter={15}>
|
||||
<Col span={12}>
|
||||
<div className='blongNameInt blongSmallNamel'>
|
||||
<div className='blongNameInt blongSmallNamel promptBox'>
|
||||
{/* <div className='blongTitle blongsmallTitle '>姓名或公司名称:</div> */}
|
||||
<div className='blongTitle blongsmallTitle '>{belongShow == 'PERSONAL' ? '姓名' : '公司名称'}</div>
|
||||
|
||||
@ -887,7 +887,10 @@ export default function BelongPeople(props: propsInfo) {
|
||||
|
||||
disabled={belongTitle == '查看所属者' ? true : false}
|
||||
/>
|
||||
|
||||
</Form.Item>
|
||||
<div className='prompt'>(注:如有多个著作人请用逗号分割)</div>
|
||||
|
||||
</div>
|
||||
|
||||
</Col>
|
||||
|
@ -1186,7 +1186,7 @@ export default function ProjEditStep2(props: any) {
|
||||
}} */}
|
||||
{belongShow == '' ? <></> : <> <Row gutter={15}>
|
||||
<Col span={12}>
|
||||
<div className='blongNameInt blongSmallNamel'>
|
||||
<div className='blongNameInt blongSmallNamel promptBox'>
|
||||
{/* <div className='blongTitle blongsmallTitle '>姓名或公司名称:</div> */}
|
||||
<div className='blongTitle blongsmallTitle '>{belongShow == 'PERSONAL' ? '姓名' : '公司名称'}</div>
|
||||
|
||||
@ -1200,7 +1200,9 @@ export default function ProjEditStep2(props: any) {
|
||||
|
||||
disabled={belongTitle == '查看所属者' ? true : false}
|
||||
/>
|
||||
|
||||
</Form.Item>
|
||||
<div className='prompt'>(注:如有多个著作人请用逗号分割)</div>
|
||||
</div>
|
||||
|
||||
</Col>
|
||||
|
@ -154,10 +154,20 @@
|
||||
margin-left: 100px;
|
||||
/* height: 44px; */
|
||||
/* background-color: red; */
|
||||
margin-top: 10px;
|
||||
margin-top: 20px;
|
||||
|
||||
}
|
||||
|
||||
.promptBox{
|
||||
/* background-color: red; */
|
||||
position: relative;
|
||||
}
|
||||
.prompt{
|
||||
position: absolute;
|
||||
left: 135px;
|
||||
bottom: -18px;
|
||||
color: #999;
|
||||
font-size: 12px;
|
||||
}
|
||||
.blongsmallTitle {
|
||||
width: 140px;
|
||||
text-align: end;
|
||||
@ -168,7 +178,7 @@
|
||||
|
||||
.blongSmallNameR {
|
||||
margin-left: 17px;
|
||||
margin-top: 10px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.belongText {
|
||||
|
Loading…
Reference in New Issue
Block a user