style: 修改登录样式
--bug=1049910 --user=王孝刚 【登录】oauth2缩写字号;整体颜色改为主色 B500 https://www.tapd.cn/57709429/s/1623524
This commit is contained in:
parent
695576bfbd
commit
0c817a8447
@ -67,7 +67,13 @@
|
|||||||
class="login-button-circle color-secondary"
|
class="login-button-circle color-secondary"
|
||||||
@click="changeMode(item)"
|
@click="changeMode(item)"
|
||||||
>
|
>
|
||||||
<span :style="{ 'font-size': item === 'OAUTH2' ? '8px' : '10px' }">{{ item }}</span>
|
<span
|
||||||
|
:style="{
|
||||||
|
'font-size': item === 'OAUTH2' ? '8px' : '10px',
|
||||||
|
color: user.themeInfo?.theme
|
||||||
|
}"
|
||||||
|
>{{ item }}</span
|
||||||
|
>
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-if="item === 'QR_CODE' && loginMode !== item"
|
v-if="item === 'QR_CODE' && loginMode !== item"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user