<style>
/*中间内容显示不完*/
.list-content-scroll li{
flex-wrap: nowrap;
display: block!important;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
</style>

<li class="list-item" data-bind="click: $root.GetWidgetInfo, attr: { class: 'list-item WIDGETID' + WIDGET_ID}">
<span data-bind="html: WIDGET_NAME,attr:{ title: WIDGET_NAME}" ></span>
</li>

相关文章:

  • 2021-10-18
  • 2021-04-06
  • 2022-12-23
  • 2021-11-18
  • 2021-07-16
  • 2021-10-12
  • 2021-12-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2021-12-20
  • 2021-11-18
  • 2021-10-12
  • 2022-12-23
相关资源
相似解决方案