参考文档:http://www.cnblogs.com/hanyining/p/5919690.html

 

<style>
input {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
border-left: 0px;
border-top: 0px;
border-right: 0px;
border-bottom: 0px;
height: 34px;
}

</style>
<input type="text" style="width: 90px"
value="${(o.logisticName)!}"
onmouseover="this.title=this.value"
readonly>

相关文章:

  • 2021-06-03
  • 2022-12-23
  • 2022-03-05
  • 2021-07-23
  • 2021-12-30
  • 2022-12-23
  • 2021-08-10
  • 2022-01-23
猜你喜欢
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案