Skip to content

Commit

Permalink
[*] 修改样式
Browse files Browse the repository at this point in the history
  • Loading branch information
pwcong committed Feb 10, 2019
1 parent 8ff8a77 commit 770fe6d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/src/components/NavHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
position: absolute;
left: 0;
top: 0;
width: 100%;
right: 0;
box-shadow: 0 1px 1px #ccc;
.nav-item {
Expand Down
4 changes: 4 additions & 0 deletions view/src/pages/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,10 @@ body {
box-sizing: border-box;
}
}
.el-pager li.active {
color: #20b2aa;
}
</style>

<script>
Expand Down
6 changes: 6 additions & 0 deletions view/src/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@
flex: 1;
padding: 0 8px;
border: 1px solid #aaa;
outline: none;
transition: all .3s;
&:hover,
&:focus {
border-color: #20b2aa;
}
}
.upload-toolbar-btn {
Expand Down
2 changes: 1 addition & 1 deletion view/src/pages/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
.list-wrap {
min-height: 300px;
min-height: 70vh;
padding: 16px;
.el-card {
Expand Down

0 comments on commit 770fe6d

Please sign in to comment.