Skip to content

Commit 87a07e1

Browse files
fix 文章列表的样式
1 parent b80f83d commit 87a07e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/articles.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@ export default class Articles extends Vue {
211211
li {
212212
line-height: 20px;
213213
position: relative;
214-
width: 100%;
214+
// width: 100%;
215215
padding: 15px 0px;
216+
padding-right: 150px;
216217
border-bottom: 1px solid #f0f0f0;
217218
word-wrap: break-word;
218219
cursor: pointer;

0 commit comments

Comments
 (0)