mirror of https://github.com/halo-dev/halo-admin
JSLint.
parent
4b441e5b87
commit
e3611a36b2
|
@ -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;
|
||||
|
|
|
@ -300,4 +300,3 @@ a{
|
|||
text-overflow: ellipsis;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in New Issue