修改样式

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

View File

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