style: 删除debug调试代码

This commit is contained in:
zhengkunwang223
2023-02-09 16:13:06 +08:00
committed by zhengkunwang223
parent aa26b13fad
commit f6feac6106
8 changed files with 13 additions and 9 deletions

View File

@@ -15,7 +15,7 @@
<el-icon :size="20"><HomeFilled /></el-icon>
</el-link>
</span>
<span v-for="item in paths" :key="item.url">
<span v-for="item in paths" :key="item.url" class="other">
<span class="split">></span>
<el-link @click="jump(item.url)">{{ item.name }}</el-link>
</span>
@@ -497,8 +497,12 @@ onMounted(() => {
border-radius: 2px !important;
.root {
vertical-align: middle;
margin-left: 10px;
}
.other {
vertical-align: middle;
}
.split {
margin-left: 5px;
margin-right: 5px;