7.14 提交
This commit is contained in:
@@ -10,7 +10,9 @@
|
||||
{{message}}
|
||||
<!-- 1.使用设计工具的好处在于,当这些项目材料同时呈现,能够帮助我们进行模式识别\n2.并促进更多创新结合体的出现,这些是当资源隐藏分散在各种文件夹、笔记本和幻灯片里时难以实现的。 -->
|
||||
</text>
|
||||
<text wx:else class="msg">{{message}}</text>
|
||||
<scroll-view scroll-y="true" wx:else class="msgheight" wx:else>
|
||||
<rich-text class="msg " nodes="{{message}}"></rich-text>
|
||||
</scroll-view>
|
||||
</view>
|
||||
|
||||
<view class="footer">
|
||||
|
||||
@@ -74,4 +74,9 @@ color: #FFFFFF;
|
||||
font-size: 32rpx;
|
||||
font-weight: 400;
|
||||
color: #FF9C00;
|
||||
}
|
||||
.msgheight{
|
||||
max-height:640rpx;
|
||||
overflow-y: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
Reference in New Issue
Block a user