@@ -261,7 +261,7 @@ const showBack = computed(() => {
align-items: center;
text-decoration: none;
i {
- margin-right: 3px;
+ margin-right: 4px;
}
&:hover {
color: #0b467d;
@@ -3,6 +3,7 @@
<el-menu
:default-active="(router.currentRoute.value.name as string)"
@select="(name: string) => router.push({ name })"
+ style="border-right: none"
>
<sub-menu
v-for="route in routes"