优化消息发送函数,设定音视频通话的记录发送规则
This commit is contained in:
@@ -7,9 +7,11 @@
|
||||
<view class="location" :class="isRemote ? 'left': 'right'" @click="showLocation">
|
||||
<view class="location--name">
|
||||
{{ content.customFields.name }}
|
||||
{{ content.customFields.address }}
|
||||
</view>
|
||||
<view class="location--address">
|
||||
{{ content.customFields.address }}
|
||||
</view>
|
||||
<image class="map" :src="content.customFields.thumbnail" />
|
||||
<image class="map" :src="require('@/static/imgs/map.jpeg')" mode="aspectFill" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
@@ -81,9 +83,16 @@
|
||||
background: #FFFFFF;
|
||||
padding: 10rpx;
|
||||
|
||||
.location--name {
|
||||
.location--name {
|
||||
font-size: 32rpx;
|
||||
overflow: hidden;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.location--address {
|
||||
padding-bottom: 10rpx;
|
||||
font-size: 24rpx;
|
||||
color: $text-gray-m;
|
||||
}
|
||||
|
||||
.map {
|
||||
|
||||
Reference in New Issue
Block a user