若想单行溢出隐藏:overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
- <view style="margin-top: -50rpx;
- margin-left: 210rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;">
- {{item.note}}
- view>
-