Merge branch 'dev' of fanxb/bookmark into master

This commit is contained in:
fanxb 2022-07-08 10:27:54 +08:00 committed by Gogs
commit 39e9f8221a

View File

@ -7,7 +7,7 @@
<router-link to="/public/register">注册</router-link> <router-link to="/public/register">注册</router-link>
</div> </div>
<div v-else class="topAction"> <div v-else class="topAction">
<a-tooltip> <a-tooltip style="margin-right: 1em">
<template #title>书签管理</template> <template #title>书签管理</template>
<router-link to="/manage"> <router-link to="/manage">
<a-icon class="bookmarkIcon" type="setting" /> <a-icon class="bookmarkIcon" type="setting" />
@ -75,8 +75,6 @@ export default {
font-size: 2em; font-size: 2em;
background-color: rgb(74, 74, 74, 0.5); background-color: rgb(74, 74, 74, 0.5);
color: rgba(255, 255, 255, 0.8); color: rgba(255, 255, 255, 0.8);
margin-right: 1em;
cursor: pointer;
} }
} }
} }