Skip to content

Commit

Permalink
[fix]styles;
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyLover committed Apr 1, 2019
1 parent 30037d2 commit 8b18119
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fe/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div>
</el-header>
<el-container>
<el-aside class="app-menu">
<el-aside class="app-menu" width="20%">
<el-row>
<el-col :span="24">
<el-menu class="menu" :router="true" :default-active="$route.path">
Expand Down Expand Up @@ -92,5 +92,7 @@ export default {
.app .app-menu {
background: $white;
max-width: 300px;
min-width: 200px;
}
</style>
3 changes: 3 additions & 0 deletions fe/src/views/Mock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ export default {
.el-checkbox__label {
font-size: 16px;
&:hover {
color: $main;
}
}
}
Expand Down

0 comments on commit 8b18119

Please sign in to comment.