7.14 提交

This commit is contained in:
zoujiandong
2025-07-14 17:16:32 +08:00
parent 5a56083d0c
commit c542b5e0ed
37 changed files with 1267 additions and 733 deletions
+3 -1
View File
@@ -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">
+5
View File
@@ -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;
}