Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
5735f5be89
@ -21,6 +21,10 @@
|
||||
<view class="name">
|
||||
{{item.doctorName?item.doctorName:''}}
|
||||
</view>
|
||||
<view class="names">
|
||||
{{item.problemDescription?item.problemDescription:''}}
|
||||
</view>
|
||||
|
||||
<view class="text">
|
||||
{{Number(item.messageType==1)?item.content?item.content:'':'[图片]'}}
|
||||
</view>
|
||||
@ -152,7 +156,7 @@
|
||||
.text {
|
||||
position: absolute;
|
||||
left: 190rpx;
|
||||
top: 180rpx;
|
||||
top: 220rpx;
|
||||
font-size: 28rpx;
|
||||
font-weight: 400;
|
||||
color: #5F5F5F;
|
||||
@ -176,7 +180,14 @@
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.names{
|
||||
position: absolute;
|
||||
left: 190rpx;
|
||||
top: 172rpx;
|
||||
font-size: 32rpx;
|
||||
font-weight: 500;
|
||||
color: #000000;
|
||||
}
|
||||
.time {
|
||||
width: 100%;
|
||||
padding-left: 20rpx;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user