修改样式

This commit is contained in:
陈红丽 2024-12-17 14:16:53 +08:00
parent a2433030b8
commit 2ce34a22d0

View File

@ -74,6 +74,7 @@
</n-form> </n-form>
<div class="flex items-center justify-between"> <div class="flex items-center justify-between">
<div class="flex items-center"> <div class="flex items-center">
<n-space :size="10">
<span>其他登录方式</span> <span>其他登录方式</span>
<n-icon size="20" color="#1890ff" style="cursor: pointer"> <n-icon size="20" color="#1890ff" style="cursor: pointer">
<GithubOutlined /> <GithubOutlined />
@ -81,6 +82,7 @@
<n-icon size="20" color="#1890ff" style="cursor: pointer"> <n-icon size="20" color="#1890ff" style="cursor: pointer">
<AlipayCircleOutlined /> <AlipayCircleOutlined />
</n-icon> </n-icon>
</n-space>
</div> </div>
<div style="cursor: pointer" @click="goRegister">注册账号</div> <div style="cursor: pointer" @click="goRegister">注册账号</div>
</div> </div>