Skip to content

Commit c7f3db2

Browse files
committed
优化ui
1 parent 5dd6c5a commit c7f3db2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CrazyCarBackground/src/views/login/index.vue

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form" auto-complete="on" label-position="left">
44

55
<div class="title-container">
6-
<h3 class="title">Login Form</h3>
6+
<h3 class="title">Crazy Car Background</h3>
77
</div>
88

99
<el-form-item prop="username">
@@ -43,11 +43,6 @@
4343

4444
<el-button :loading="loading" type="primary" style="width:100%;margin-bottom:30px;" @click.native.prevent="handleLogin">Login</el-button>
4545

46-
<div class="tips">
47-
<span style="margin-right:20px;">username: admin</span>
48-
<span> password: any</span>
49-
</div>
50-
5146
</el-form>
5247
</div>
5348
</template>

0 commit comments

Comments
 (0)