添加注释如有多个著作人请用逗号分割

This commit is contained in:
xixi 2024-10-21 11:06:33 +08:00
parent f4a512e83e
commit d412986b29
3 changed files with 20 additions and 5 deletions

View File

@ -873,7 +873,7 @@ export default function BelongPeople(props: propsInfo) {
}} */} }} */}
{belongShow == '' ? <></> : <> <Row gutter={15}> {belongShow == '' ? <></> : <> <Row gutter={15}>
<Col span={12}> <Col span={12}>
<div className='blongNameInt blongSmallNamel'> <div className='blongNameInt blongSmallNamel promptBox'>
{/* <div className='blongTitle blongsmallTitle '>姓名或公司名称:</div> */} {/* <div className='blongTitle blongsmallTitle '>姓名或公司名称:</div> */}
<div className='blongTitle blongsmallTitle '>{belongShow == 'PERSONAL' ? '姓名' : '公司名称'}</div> <div className='blongTitle blongsmallTitle '>{belongShow == 'PERSONAL' ? '姓名' : '公司名称'}</div>
@ -887,7 +887,10 @@ export default function BelongPeople(props: propsInfo) {
disabled={belongTitle == '查看所属者' ? true : false} disabled={belongTitle == '查看所属者' ? true : false}
/> />
</Form.Item> </Form.Item>
<div className='prompt'>(:如有多个著作人请用逗号分割)</div>
</div> </div>
</Col> </Col>

View File

@ -1186,7 +1186,7 @@ export default function ProjEditStep2(props: any) {
}} */} }} */}
{belongShow == '' ? <></> : <> <Row gutter={15}> {belongShow == '' ? <></> : <> <Row gutter={15}>
<Col span={12}> <Col span={12}>
<div className='blongNameInt blongSmallNamel'> <div className='blongNameInt blongSmallNamel promptBox'>
{/* <div className='blongTitle blongsmallTitle '>姓名或公司名称:</div> */} {/* <div className='blongTitle blongsmallTitle '>姓名或公司名称:</div> */}
<div className='blongTitle blongsmallTitle '>{belongShow == 'PERSONAL' ? '姓名' : '公司名称'}</div> <div className='blongTitle blongsmallTitle '>{belongShow == 'PERSONAL' ? '姓名' : '公司名称'}</div>
@ -1200,7 +1200,9 @@ export default function ProjEditStep2(props: any) {
disabled={belongTitle == '查看所属者' ? true : false} disabled={belongTitle == '查看所属者' ? true : false}
/> />
</Form.Item> </Form.Item>
<div className='prompt'>(:如有多个著作人请用逗号分割)</div>
</div> </div>
</Col> </Col>

View File

@ -154,10 +154,20 @@
margin-left: 100px; margin-left: 100px;
/* height: 44px; */ /* height: 44px; */
/* background-color: red; */ /* 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 { .blongsmallTitle {
width: 140px; width: 140px;
text-align: end; text-align: end;
@ -168,7 +178,7 @@
.blongSmallNameR { .blongSmallNameR {
margin-left: 17px; margin-left: 17px;
margin-top: 10px; margin-top: 20px;
} }
.belongText { .belongText {