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