From d412986b290b79969e6a5a4385db5895568ece2f Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Mon, 21 Oct 2024 11:06:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A=E5=A6=82?= =?UTF-8?q?=E6=9C=89=E5=A4=9A=E4=B8=AA=E8=91=97=E4=BD=9C=E4=BA=BA=E8=AF=B7?= =?UTF-8?q?=E7=94=A8=E9=80=97=E5=8F=B7=E5=88=86=E5=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BelongPeople/BelongPeople.tsx | 5 ++++- src/route/proj/edit/ProjEditStep2.tsx | 4 +++- src/route/proj/edit/proj-edit-step.css | 16 +++++++++++++--- 3 files changed, 20 insertions(+), 5 deletions(-) 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 {