调整正式版本表单

This commit is contained in:
唐明明
2023-04-13 14:05:50 +08:00
parent 172206581d
commit bf030e4cee
5 changed files with 16 additions and 5 deletions

View File

@@ -3,6 +3,18 @@
<list>
<cell v-for="(item, index) in 99" :key="index">消息{{index}}</cell>
</list>
<view class="footer">
<input type="text" placeholder="输入聊天消息">
<view class="">
表情包组件
</view>
<view class="">
<view>图片</view>
<view>视频</view>
<view>音频通话</view>
<view>视频通话</view>
</view>
</view>
</view>
</template>

View File

@@ -15,7 +15,7 @@
shape="square"
randomBgColor
></u-avatar>
<view class="item-content">
<view class="item-content">
<view class="nickname nowrap">
<view class="nowrap">{{item.nickname}}</view>
<view class="time">{{item.time}}</view>