Commit 28844119 authored by 李苏's avatar 李苏 💬

gavel-clouderp-vue 登录样式调整

parent 142f3e04
Pipeline #314 failed with stages
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
:loading="loading" :loading="loading"
size="medium" size="medium"
type="primary" type="primary"
style="width:100%;" style="width:100%;margin-bottom: 30px;"
@click.native.prevent="handleLogin1" @click.native.prevent="handleLogin1"
> >
<span v-if="!loading">登 录</span> <span v-if="!loading">登 录</span>
...@@ -124,11 +124,12 @@ ...@@ -124,11 +124,12 @@
<el-checkbox v-model="loginForm.rememberMe" style="margin:0px 0px 25px 0px;">记住密码</el-checkbox> <el-checkbox v-model="loginForm.rememberMe" style="margin:0px 0px 25px 0px;">记住密码</el-checkbox>
<el-form-item style="width:60%;margin: 0 auto;"> <el-form-item style="width:60%;margin: 0 auto;">
<el-button <el-button
class="btn btn-primary btn-shine" class="btn btn-primary btn-shine"
:loading="loading" :loading="loading"
size="medium" size="medium"
type="primary" type="primary"
style="width:100%;" style="width:100%;margin-bottom: 30px;"
@click.native.prevent="handleLogin2" @click.native.prevent="handleLogin2"
> >
<span v-if="!loading">登 录</span> <span v-if="!loading">登 录</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment