feat: 对话页面的消息样式兼容调整
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user