Skip to content

Commit 6a9ec45

Browse files
committed
fix: 修复思考过程内容首行换行问题
1 parent 581382b commit 6a9ec45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/pro-components/chat/chat-thinking/chat-thinking.wxml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
/>
2323
</view>
2424
</view>
25-
<view hidden="{{!(!localCollapsed)}}" class="{{_.cls(classPrefix + '__bd', [layout])}}" style="{{(contentStyle)}}">
26-
{{''+(content.text||"")+''}}
27-
</view>
25+
<view hidden="{{!(!localCollapsed)}}" class="{{_.cls(classPrefix + '__bd', [layout])}}" style="{{contentStyle}}">{{content.text||""}}</view>
2826
</view>
2927
</view>

0 commit comments

Comments
 (0)