b2nil / taro-ui-vue3

采用 Vue 3.0 重写的 Taro UI 组件库
https://b2nil.github.io/taro-ui-vue3/
MIT License
160 stars 51 forks source link

h5 和支付宝小程序端 AtNoticeBar 跑马灯文字方向错误 #18

Closed b2nil closed 3 years ago

b2nil commented 4 years ago

编译到 h5 和 alipay 后,跑马灯的文字变成了纵向。

b2nil commented 3 years ago

在支付宝小程序端,Text 组件的样式被默认设置成了:

.text-no-space {
  white-spaces: preline;
}

应该给 Text 添加 style="white-spaces: nowrap;"