提交 f8729ea6 编写于 作者: 雪洛's avatar 雪洛

fix: text组件截断示例宽度应限制为100%

上级 1c27ddc1
......@@ -28,7 +28,7 @@
<text class="uni-subtitle-text">截断(clip)</text>
</view>
<view class="text-box">
<text class="uni-flex-item" style="text-overflow: clip;white-space: nowrap;">{{
<text class="uni-flex-item" style="width: 100%;text-overflow: clip;white-space: nowrap;">{{
multiLineText
}}</text>
</view>
......@@ -37,7 +37,7 @@
<text class="uni-subtitle-text">截断(ellipsis)</text>
</view>
<view class="text-box">
<text class="uni-flex-item" style="text-overflow: ellipsis;white-space: nowrap;">{{
<text class="uni-flex-item" style="width: 100%;text-overflow: ellipsis;white-space: nowrap;">{{
multiLineText
}}</text>
</view>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册