feat: 添加布局顶部栏的登录和注册链接样式
This commit is contained in:
@@ -102,11 +102,11 @@ onMounted(() => {
|
||||
<Menu ref="userMenuRef" :model="userMenuItems" popup />
|
||||
</template>
|
||||
<template v-else>
|
||||
<router-link to="/auth/login" class="layout-topbar-action">
|
||||
<router-link to="/auth/login" class="layout-topbar-action layout-topbar-action-text">
|
||||
<i class="pi pi-sign-in"></i>
|
||||
<span>登录</span>
|
||||
</router-link>
|
||||
<router-link to="/auth/register" class="layout-topbar-action">
|
||||
<router-link to="/auth/register" class="layout-topbar-action layout-topbar-action-text">
|
||||
<i class="pi pi-user-plus"></i>
|
||||
<span>注册</span>
|
||||
</router-link>
|
||||
|
||||
Reference in New Issue
Block a user