修改样式
This commit is contained in:
parent
a2433030b8
commit
2ce34a22d0
@ -74,13 +74,15 @@
|
|||||||
</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">
|
||||||
<span>其他登录方式</span>
|
<n-space :size="10">
|
||||||
<n-icon size="20" color="#1890ff" style="cursor: pointer">
|
<span>其他登录方式</span>
|
||||||
<GithubOutlined />
|
<n-icon size="20" color="#1890ff" style="cursor: pointer">
|
||||||
</n-icon>
|
<GithubOutlined />
|
||||||
<n-icon size="20" color="#1890ff" style="cursor: pointer">
|
</n-icon>
|
||||||
<AlipayCircleOutlined />
|
<n-icon size="20" color="#1890ff" style="cursor: pointer">
|
||||||
</n-icon>
|
<AlipayCircleOutlined />
|
||||||
|
</n-icon>
|
||||||
|
</n-space>
|
||||||
</div>
|
</div>
|
||||||
<div style="cursor: pointer" @click="goRegister">注册账号</div>
|
<div style="cursor: pointer" @click="goRegister">注册账号</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user