style: 修改登录样式

--bug=1049910 --user=王孝刚 【登录】oauth2缩写字号;整体颜色改为主色 B500 https://www.tapd.cn/57709429/s/1623524
This commit is contained in:
wxg0103 2024-12-03 16:07:44 +08:00 committed by wxg
parent 695576bfbd
commit 0c817a8447

View File

@ -67,7 +67,13 @@
class="login-button-circle color-secondary"
@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
v-if="item === 'QR_CODE' && loginMode !== item"