Skip to content

Commit

Permalink
Merge pull request #61 from terwer/v4.x
Browse files Browse the repository at this point in the history
Fix admin style
  • Loading branch information
terwer authored Mar 22, 2019
2 parents fa80e1e + f26ac21 commit 149c130
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jvue-admin/src/components/common/MHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
<h3 class="title">
<img src="../../assets/logo.png" alt="logo" />
Jvue Admin
Jvue
</h3>
<ul class="header-right">
<li>
Expand Down Expand Up @@ -104,5 +104,8 @@ export default {
.collapse {
display: block;
}
.title{
width: 120px;
}
}
</style>

0 comments on commit 149c130

Please sign in to comment.