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