We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd6c5a commit c7f3db2Copy full SHA for c7f3db2
CrazyCarBackground/src/views/login/index.vue
@@ -3,7 +3,7 @@
3
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" auto-complete="on" label-position="left">
4
5
<div class="title-container">
6
- <h3 class="title">Login Form</h3>
+ <h3 class="title">Crazy Car Background</h3>
7
</div>
8
9
<el-form-item prop="username">
@@ -43,11 +43,6 @@
43
44
<el-button :loading="loading" type="primary" style="width:100%;margin-bottom:30px;" @click.native.prevent="handleLogin">Login</el-button>
45
46
- <div class="tips">
47
- <span style="margin-right:20px;">username: admin</span>
48
- <span> password: any</span>
49
- </div>
50
-
51
</el-form>
52
53
</template>
0 commit comments