Skip to content

Commit

Permalink
style(SPA): 修改动态详情没有内容时的占位图
Browse files Browse the repository at this point in the history
issue #512
  • Loading branch information
mutoe committed Dec 13, 2018
1 parent c503432 commit aad0d97
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
5 changes: 0 additions & 5 deletions resources/spa/src/page/feed/FeedDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -684,10 +684,5 @@ export default {
height: 100px;
line-height: 100px;
}
}
.m-no-content {
height: 600px;
width: 100%;
}
</style>
5 changes: 0 additions & 5 deletions resources/spa/src/page/news/NewsDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,4 @@ export default {
.m-main {
padding-bottom: 36px;
}
.m-no-content {
height: 600px;
width: 100%;
}
</style>
2 changes: 2 additions & 0 deletions resources/spa/src/style/common.less
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,8 @@
background: url("../images/[email protected]") center / 400px no-repeat;
}
.m-no-content {
width: 100%;
height: 600px;
background: @gray-bg url('../images/[email protected]') center / 400px no-repeat;
}
.c_59b6d7 {
Expand Down

0 comments on commit aad0d97

Please sign in to comment.