Improve forget page CSS.

This commit is contained in:
Gucheng Wang
2021-11-28 14:11:09 +08:00
parent bfd5d0172a
commit 7923bffa6d
2 changed files with 48 additions and 30 deletions

View File

@ -137,11 +137,14 @@ export const CountDownInput = (props) => {
visible={visible}
okText={i18next.t("user:OK")}
cancelText={i18next.t("user:Cancel")}
onCancel={handleCancel}
onOk={handleOk}
onCancel={handleCancel}
okButtonProps={{disabled: key.length !== 5}}
width={248}
>
{renderCheck()}
{
renderCheck()
}
</Modal>
</div>
);