pull/3445/head
ruibaby 2019-07-06 13:16:13 +08:00
parent 90192373d6
commit 21fdcb229e
2 changed files with 2 additions and 2 deletions

View File

@ -408,6 +408,7 @@ const columns = [
{ {
title: '标题', title: '标题',
dataIndex: 'title', dataIndex: 'title',
width: '150px',
scopedSlots: { customRender: 'postTitle' } scopedSlots: { customRender: 'postTitle' }
}, },
{ {
@ -659,7 +660,7 @@ a {
text-decoration: none; text-decoration: none;
} }
.post-title { .post-title {
max-width: 100px; max-width: 150px;
display: block; display: block;
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;

View File

@ -300,4 +300,3 @@ a{
text-overflow: ellipsis; text-overflow: ellipsis;
} }
</style> </style>