<SectionList
ref="table"
class="table"
api="page-requirement-list"
:columns="columns"
@on-load="onLoads"
pageBar
/>
columns: [
{
title: '反馈内容',
key: 'content',
align: 'left',
400,
className: 'table-content',
}]
.table {
.table-content {
.ivu-table-cell {
300px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
span {
display: inline !important;
}
}
}
}