style:调整按钮大小
This commit is contained in:
parent
9a91a81cb6
commit
c7728902bb
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<LangSelect title="多语言设置" class="langSet" />
|
<LangSelect title="多语言设置" class="langSet" />
|
||||||
<el-form-item prop="username">
|
<el-form-item prop="username">
|
||||||
<el-input v-model="loginForm.username" type="text" size="large" auto-complete="off" :placeholder="$t('login.account')">
|
<el-input v-model="loginForm.username" type="text" size="default" auto-complete="off" :placeholder="$t('login.account')">
|
||||||
<template #prefix>
|
<template #prefix>
|
||||||
<svg-icon name="user" class="el-input__icon input-icon" />
|
<svg-icon name="user" class="el-input__icon input-icon" />
|
||||||
</template>
|
</template>
|
||||||
@ -16,7 +16,7 @@
|
|||||||
<el-input
|
<el-input
|
||||||
v-model="loginForm.password"
|
v-model="loginForm.password"
|
||||||
type="password"
|
type="password"
|
||||||
size="large"
|
size="default"
|
||||||
auto-complete="off"
|
auto-complete="off"
|
||||||
:placeholder="$t('login.password')"
|
:placeholder="$t('login.password')"
|
||||||
@keyup.enter="handleLogin">
|
@keyup.enter="handleLogin">
|
||||||
@ -28,7 +28,7 @@
|
|||||||
<el-form-item prop="code" v-if="captchaOnOff != 'off'">
|
<el-form-item prop="code" v-if="captchaOnOff != 'off'">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="loginForm.code"
|
v-model="loginForm.code"
|
||||||
size="large"
|
size="default"
|
||||||
auto-complete="off"
|
auto-complete="off"
|
||||||
:placeholder="$t('login.captcha')"
|
:placeholder="$t('login.captcha')"
|
||||||
style="width: 63%"
|
style="width: 63%"
|
||||||
@ -48,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<el-form-item style="width: 100%">
|
<el-form-item style="width: 100%">
|
||||||
<el-button :loading="loading" size="large" type="primary" style="width: 100%" @click.prevent="handleLogin">
|
<el-button :loading="loading" size="default" type="primary" style="width: 100%" @click.prevent="handleLogin">
|
||||||
<span v-if="!loading">{{ $t('login.btnLogin') }}</span>
|
<span v-if="!loading">{{ $t('login.btnLogin') }}</span>
|
||||||
<span v-else>登 录 中...</span>
|
<span v-else>登 录 中...</span>
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user