更新文案

This commit is contained in:
xianyi
2025-11-28 17:31:23 +08:00
parent dd11e23685
commit 66e01c3446

View File

@@ -525,22 +525,26 @@ const UI7: React.FC = () => {
</span>
<DecorLine />
<div className="ui7-text-wrapper">
{isInstructionStep ? (
<div
style={{
padding: "40px",
fontSize: "28px",
lineHeight: "48px",
color: "#333",
}}
>
<p></p>
{/* <p style={{ marginTop: "12px" }}>
每次签名都会保存,全部完成后会一次性提交签名列表。
</p> */}
</div>
) : (
{isInstructionStep && (
<div
style={{
padding: "40px",
fontSize: "28px",
lineHeight: "48px",
color: "#333",
}}
>
<br />
<br />
<br />
{/* <p style={{ textAlign: "center", fontSize: "36px" }}>
请仔细阅读后签字确认
</p> */}
</div>
)}
{!isInstructionStep && (
<div className="ui7-text-wrapper">
<div className="ui7-text-content">
<PdfRenderer
pdfFile={currentPdfFile}
@@ -552,13 +556,11 @@ const UI7: React.FC = () => {
documentKey={`pdf-step-${currentStep}`}
/>
</div>
)}
</div>
</div>
)}
<span className="ui7-text_4">
{isInstructionStep
? "请确认已阅读总说明后在下方签名"
: `当前展示第 ${currentStep + 1}/${totalRequiredSignatures}份,请签名确认`}
</span>
<div className="ui7-signature-wrapper">