From 3793029491e22a4fe44fddda30ab3f19467d14f1 Mon Sep 17 00:00:00 2001 From: Yang Luo Date: Tue, 27 Apr 2021 22:35:14 +0800 Subject: [PATCH] Adjust register page text. --- web/src/auth/RegisterPage.js | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/web/src/auth/RegisterPage.js b/web/src/auth/RegisterPage.js index 1ee4cc94..7450c5ca 100644 --- a/web/src/auth/RegisterPage.js +++ b/web/src/auth/RegisterPage.js @@ -85,7 +85,8 @@ class RegisterPage extends React.Component { width: 80, }} > - + + ); @@ -98,13 +99,13 @@ class RegisterPage extends React.Component { onFinish={(values) => this.onFinish(values)} onFinishFailed={(errorInfo) => this.onFinishFailed(errorInfo.values, errorInfo.errorFields, errorInfo.outOfDate)} initialValues={{ - prefix: '001', + prefix: '86', }} style={{width: !Setting.isMobile() ? "400px" : "250px"}} size="large" >