Skip to content

Commit

Permalink
fix 文章列表的样式
Browse files Browse the repository at this point in the history
  • Loading branch information
biaochenxuying committed Jul 30, 2019
1 parent b80f83d commit 87a07e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/articles.vue
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,9 @@ export default class Articles extends Vue {
li {
line-height: 20px;
position: relative;
width: 100%;
// width: 100%;
padding: 15px 0px;
padding-right: 150px;
border-bottom: 1px solid #f0f0f0;
word-wrap: break-word;
cursor: pointer;
Expand Down

0 comments on commit 87a07e1

Please sign in to comment.