|
|
@@ -67,10 +67,10 @@
|
|
|
</view>
|
|
|
<view>
|
|
|
<view class="card-body-1">
|
|
|
- <view class="card-col-1">
|
|
|
+ <!-- <view class="card-col-1">
|
|
|
<text class="label-1">审批意见</text>
|
|
|
<text class="content-1">{{ item.reason }}</text>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
<view class="card-col-1">
|
|
|
<text class="label-1">处理时间</text>
|
|
|
<text class="content-1">{{ item.endTime }}</text>
|
|
|
@@ -485,7 +485,7 @@
|
|
|
.card-body-1 {
|
|
|
padding: 0 28rpx;
|
|
|
position: relative;
|
|
|
- min-height: 150rpx;
|
|
|
+ // min-height: 150rpx;
|
|
|
}
|
|
|
|
|
|
.card-body-1:after {
|