Skip to content

Commit

Permalink
优化菜单
Browse files Browse the repository at this point in the history
  • Loading branch information
jianyun8023 committed Aug 4, 2024
1 parent 9905521 commit 16e08f0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion app/calibre-pages/src/components/Sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,15 @@ export default {
}
</script>

<style scoped></style>
<style scoped>
.el-menu {
width: 100%;
}
@media (max-width: 768px) {
.el-menu {
width: 100%;
}
}
</style>

0 comments on commit 16e08f0

Please sign in to comment.