@ -19,6 +19,8 @@ package-lock.json
yarn.lock
pnpm-lock.yaml
# editor directories and files
.idea
.vscode
@ -38,4 +38,9 @@ export default {
},
};
</script>
<style lang="scss" scoped></style>
<style lang="scss" scoped>
// 去除Element-plus菜单右侧白色竖线
.el-menu {
border-right: none;
}
</style>