提交 fc3ad76a 编写于 作者: DCloud_iOS_XHY's avatar DCloud_iOS_XHY

合并 rich-text.uvue 解决冲突

上级 6d9db730
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
<text id='rich-text-str'>{{richTextStr}}</text> <text id='rich-text-str'>{{richTextStr}}</text>
</view> </view>
</view> </view>
<view class="text-box2">
<rich-text style="height: 80px;" :selectable="true"
:nodes="text"></rich-text>
</view>
</view> </view>
</view> </view>
<rich-text v-if="autoTest" id="test-rich-text" :nodes="testNodes" :selectable="true" @itemclick="itemClickForTest" style="position: fixed;width: 100px;height: 100px;"></rich-text> <rich-text v-if="autoTest" id="test-rich-text" :nodes="testNodes" :selectable="true" @itemclick="itemClickForTest" style="position: fixed;width: 100px;height: 100px;"></rich-text>
...@@ -89,4 +93,10 @@ ...@@ -89,4 +93,10 @@
padding: 20px 0; padding: 20px 0;
background-color: white; background-color: white;
} }
.text-box2 {
top: 20px;
background-color: white;
}
</style> </style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册