feat: 隐藏不常用的功能,将主题设定从外面拿到菜单里

This commit is contained in:
gaoyunqi
2024-02-22 20:23:43 +08:00
parent d0392bd43a
commit df3152d77e
8 changed files with 2709 additions and 2363 deletions

View File

@ -38,7 +38,7 @@
</ARow>
<FormItem class="enter-x">
<Button :loading="loading" :style="{ 'border-radius': '35px' }" block class="sub-button" type="primary" @click="handleLogin">
<Button :loading="loading" :style="{ 'border-radius': '8px' }" block class="sub-button" type="primary" @click="handleLogin">
{{ t('登录') }}
</Button>
</FormItem>
@ -195,7 +195,7 @@
}
.sub-button {
height: 60px;
height: 48px;
font-size: 20px;
}