custom/西部信托0401

This commit is contained in:
lys 2025-10-11 15:53:31 +08:00
parent 7827c32fde
commit c773ffe6ed
2 changed files with 8 additions and 8 deletions

View File

@ -97,9 +97,9 @@ class Index extends Component {
>
<WeaSearchGroup needTigger={false} title="" showGroup>
<WeaFormItem
label={getLabel(111, "验证码")}
labelCol={{ span: 8 }}
wrapperCol={{ span: 16 }}
label={getLabel(111, "请输入短信验证码")}
labelCol={{ span: 10 }}
wrapperCol={{ span: 14 }}
>
<WeaError tipPosition="bottom" ref="weaError" error={getLabel(111, "验证码未填写")}>
<div className="captchaInputBox">
@ -120,4 +120,4 @@ class Index extends Component {
}
}
export default Index;
export default Index;

View File

@ -8,9 +8,9 @@ export const captchaCondition = [
colSpan: 1,
conditionType: "INPUT",
domkey: ["mobileCode"],
fieldcol: 18,
label: getLabel(111, "验证码"),
labelcol: 6,
fieldcol: 14,
label: getLabel(111, "请输入短信验证码"),
labelcol: 10,
detailtype: 1,
rules: "required|string",
viewAttr: 3
@ -92,4 +92,4 @@ export const condition = [
title: "",
defaultshow: true
}
];
];