refactor: login page

This commit is contained in:
xiaoxian521
2021-11-06 19:15:10 +08:00
parent 544e474e98
commit aa7a073b4a
20 changed files with 351 additions and 117 deletions

View File

@@ -19,7 +19,7 @@ const title =
class="sidebar-logo-link"
to="/"
>
<Icon svg :width="35" :height="35" content="team-iconshuiyuandi" />
<Icon svg :width="35" :height="35" content="team-iconlogo" />
<span class="sidebar-title">{{ title }}</span>
</router-link>
<router-link
@@ -29,7 +29,7 @@ const title =
class="sidebar-logo-link"
to="/"
>
<Icon svg :width="35" :height="35" content="team-iconshuiyuandi" />
<Icon svg :width="35" :height="35" content="team-iconlogo" />
<span class="sidebar-title">{{ title }}</span>
</router-link>
</transition>