pull/34/head
ruibaby 2019-07-06 13:16:13 +08:00
parent 4b441e5b87
commit e3611a36b2
2 changed files with 2 additions and 2 deletions

View File

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

View File

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