diff --git a/src/components/BelongPeople/BelongPeople.tsx b/src/components/BelongPeople/BelongPeople.tsx index 1adf9c5..f27b68a 100644 --- a/src/components/BelongPeople/BelongPeople.tsx +++ b/src/components/BelongPeople/BelongPeople.tsx @@ -873,7 +873,7 @@ export default function BelongPeople(props: propsInfo) { }} */} {belongShow == '' ? <> : <> -
+
{/*
姓名或公司名称:
*/}
{belongShow == 'PERSONAL' ? '姓名' : '公司名称'}
@@ -887,7 +887,10 @@ export default function BelongPeople(props: propsInfo) { disabled={belongTitle == '查看所属者' ? true : false} /> + +
(注:如有多个著作人请用逗号分割)
+
diff --git a/src/route/proj/edit/ProjEditStep2.tsx b/src/route/proj/edit/ProjEditStep2.tsx index 99e8745..3a504c9 100644 --- a/src/route/proj/edit/ProjEditStep2.tsx +++ b/src/route/proj/edit/ProjEditStep2.tsx @@ -1186,7 +1186,7 @@ export default function ProjEditStep2(props: any) { }} */} {belongShow == '' ? <> : <> -
+
{/*
姓名或公司名称:
*/}
{belongShow == 'PERSONAL' ? '姓名' : '公司名称'}
@@ -1200,7 +1200,9 @@ export default function ProjEditStep2(props: any) { disabled={belongTitle == '查看所属者' ? true : false} /> + +
(注:如有多个著作人请用逗号分割)
diff --git a/src/route/proj/edit/proj-edit-step.css b/src/route/proj/edit/proj-edit-step.css index ff1b86d..2bd0d37 100644 --- a/src/route/proj/edit/proj-edit-step.css +++ b/src/route/proj/edit/proj-edit-step.css @@ -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 {