Skip to content

Commit

Permalink
fix login
Browse files Browse the repository at this point in the history
  • Loading branch information
canghai908 committed Jan 23, 2024
1 parent eb283bc commit a2bd71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/login/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="login">
<a-form @submit="onSubmit" :form="form">
<a-tabs size="large" :tabBarStyle="{textAlign: 'center'}" style="padding: 0 2px;">
<a-tab-pane tab="登录" key="1">i
<a-tab-pane tab="登录" key="1">
<a-alert type="error" :closable="true" v-show="error" :message="error" showIcon style="margin-bottom: 24px;" />
<a-form-item>
<a-input autocomplete="autocomplete" size="large" v-decorator="['name', {rules: [{ required: true, message: '请输入账户名', whitespace: true}]}]">
Expand Down

0 comments on commit a2bd71b

Please sign in to comment.