Taro ui里锦爵,如果在tabs組件里設(shè)置多行省略號的樣子,就不會換行,不知道是不是默認(rèn)加了 white-space: nowrap不能換行; 當(dāng)我把需要省略的項(xiàng)拿出tabs后就可以出現(xiàn)省略號,
<AtTabs current={current} tabList={tabList} onClick={this.handleClick}>
? ? ? ? ? <AtTabsPane current={this.state.current} index={0} >
? ? ? ? ? <View className="addr1">豪大酒店右側(cè)豪大酒店右側(cè)豪大酒店右側(cè)豪大酒店右側(cè)豪大酒店右側(cè)豪大酒店右側(cè)</View>
</AtTabsPane>
</AtTabs>
解決辦法: 樣式上加 white-space: normal 初始化;