Skip to content

Commit

Permalink
fix(site): modify the width of nav
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Nov 8, 2021
1 parent e2807f6 commit af0bfbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions packages/varlet-cli/site/pc/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,14 +209,14 @@ iframe {
display: flex;
background: var(--site-config-color-body);
margin-top: 60px;
margin-left: 220px;
margin-left: 240px;
}
&-doc-container {
flex: 1 0 0;
overflow-y: auto;
min-width: 500px;
padding: 0 30px;
padding: 0 25px;
overflow-x: hidden;
&::-webkit-scrollbar {
Expand Down Expand Up @@ -354,7 +354,6 @@ iframe {
.card {
margin-bottom: 24px;
padding: 0 4px;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-cli/site/pc/components/AppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
.varlet-site-sidebar {
padding: 0 0 15px;
position: fixed;
width: 220px;
width: 240px;
top: 60px;
bottom: 0;
left: 0;
Expand Down

0 comments on commit af0bfbe

Please sign in to comment.