|
@@ -1,20 +1,20 @@
|
|
|
<template>
|
|
|
<view class="main-content">
|
|
|
- <view class="d-flex u-m-b-14 a-center j-sb">
|
|
|
+ <view class="d-flex u-m-b-14 a-center j-sb f-18">
|
|
|
<!-- <view class="main-content-number u-font-21">{{ item.mouldId }}</view> -->
|
|
|
- <view class="main-content-name u-font-26">夹具名:{{ item.mouldName }}</view>
|
|
|
- <view class="main-content-status u-font-21" :style="status_change[1]">{{ status_change[0] }}</view>
|
|
|
+ <view class="main-content-name ">夹具名:{{ item.mouldName }}</view>
|
|
|
+ <view class="main-content-status " :style="status_change[1]">{{ status_change[0] }}</view>
|
|
|
</view>
|
|
|
- <view class="u-m-b-12">
|
|
|
- <text class="main-content-person u-m-r-48 u-font-21">责任人:{{ item.principalUsername }}</text>
|
|
|
- <text class="main-content-type u-font-21" >类型:{{ item.pressTypeValue }}</text>
|
|
|
+ <view class="u-m-b-12 f-18">
|
|
|
+ <text class="main-content-person u-m-r-48 ">责任人:{{ item.principalUsername }}</text>
|
|
|
+ <text class="main-content-type " >类型:{{ item.pressTypeValue }}</text>
|
|
|
</view>
|
|
|
- <view class="d-flex a-center">
|
|
|
+ <view class="d-flex a-center f-18">
|
|
|
<view style="width: 90%;">
|
|
|
- <view class="u-m-b-10 u-font-21">备注:{{ item.action }}</view>
|
|
|
- <view class="d-flex u-font-21">
|
|
|
+ <view class="u-m-b-10 ">备注:{{ item.action }}</view>
|
|
|
+ <view class="d-flex ">
|
|
|
<text class="u-m-r-40">开始日期:{{ item.startDate }}</text>
|
|
|
- <text>开始日期:{{ item.endDate }}</text>
|
|
|
+ <text>结束日期:{{ item.endDate }}</text>
|
|
|
<!-- <text>开始时间:{{ item.startTime | filter_time }}</text>
|
|
|
<text>结束时间:{{ item.endTime | filter_time }}</text> -->
|
|
|
</view>
|
|
@@ -78,23 +78,23 @@
|
|
|
padding:15rpx;
|
|
|
}
|
|
|
.main-content-number {
|
|
|
- width: 106rpx;
|
|
|
- height: 34rpx;
|
|
|
+ width: 120rpx;
|
|
|
+ height: 40rpx;
|
|
|
background: $dj-primary-color;
|
|
|
text-align: center;
|
|
|
- line-height: 34rpx;
|
|
|
+ line-height: 40rpx;
|
|
|
color: $dj-white-color;
|
|
|
}
|
|
|
.main-content-name {
|
|
|
color: $dj-primary-color;
|
|
|
}
|
|
|
.main-content-status {
|
|
|
- width: 106rpx;
|
|
|
- height: 34rpx;
|
|
|
+ width: 120rpx;
|
|
|
+ height: 40rpx;
|
|
|
border-radius: 17rpx;
|
|
|
background: $dj-primary-color;
|
|
|
text-align: center;
|
|
|
- line-height: 34rpx;
|
|
|
+ line-height: 40rpx;
|
|
|
color: $dj-white-color;
|
|
|
}
|
|
|
.main-content-person {
|