|
|
@@ -2,9 +2,9 @@
|
|
|
|
|
|
<!--module/health/components/report-health-patient/report-health-patient.wxml-->
|
|
|
<view class="card-wrapper">
|
|
|
- <t-cell t-class="card-header no-body" bordered="{{false}}" t-class-description="patient-info-content">
|
|
|
+ <t-cell t-class="card-header no-body" bordered="{{false}}" t-class-description="patient-info-content" style="padding:10px">
|
|
|
<block slot="description">
|
|
|
- <image src="../../assets/image/health-report.png" class="user-image" mode="widthFix" />
|
|
|
+ <image class="user-image avatar" src="/module/health/assets/image/health-report.png" mode="aspectFill" />
|
|
|
<view class="content">
|
|
|
<view class="row primary title">{{dataset.name}}</view>
|
|
|
<view class="row">
|
|
|
@@ -45,7 +45,7 @@
|
|
|
<view>{{dataset.willillStateName}}</view>
|
|
|
</view>
|
|
|
<view class="row">
|
|
|
- <span class="col" wx:if="{{dataset.height}}">
|
|
|
+ <span class="col" wx:if="{{dataset.height}}" style="display:flex">
|
|
|
<text style="color:#8C8C8C">身高:</text>
|
|
|
<text>{{dataset.height}}cm</text>
|
|
|
</span>
|