Browse Source

修复element-plus菜单边框白色竖线

fix_bug_pro20231227
qb 1 year ago
parent
commit
b07ce76b67
  1. 2
      .gitignore
  2. 7
      src/page/index/sidebar/index.vue

2
.gitignore vendored

@ -19,6 +19,8 @@ package-lock.json
yarn.lock yarn.lock
pnpm-lock.yaml
# editor directories and files # editor directories and files
.idea .idea
.vscode .vscode

7
src/page/index/sidebar/index.vue

@ -38,4 +38,9 @@ export default {
}, },
}; };
</script> </script>
<style lang="scss" scoped></style> <style lang="scss" scoped>
// Element-plus线
.el-menu {
border-right: none;
}
</style>

Loading…
Cancel
Save