feat: 对话页面的消息样式兼容调整

This commit is contained in:
2026-05-12 15:50:41 +08:00
parent 0dc18bc9a5
commit f0b6e86e64
5 changed files with 62 additions and 35 deletions

View File

@@ -1,7 +1,10 @@
<template>
<view class="chat-mine bg-17294E">
<text class="font-size-15 color-white">{{ text }}</text>
<slot></slot>
<!-- 外层行容器接收来自父组件的对齐类 flex flex-justify-end -->
<view class="chat-mine-row">
<view class="chat-mine bg-17294E">
<text class="font-size-15 color-white">{{ text }}</text>
<slot></slot>
</view>
</view>
</template>