Jelajahi Sumber

显示优化

zhengkaixin 1 tahun lalu
induk
melakukan
98dcf7b7a3
2 mengubah file dengan 7 tambahan dan 4 penghapusan
  1. 3 1
      components/ApproveInfo.vue
  2. 4 3
      components/ApproveView.vue

+ 3 - 1
components/ApproveInfo.vue

@@ -352,9 +352,11 @@
 
 				.oawork-item1_b {
 					//color: #777777;
+					padding-left: 2px;
 					color: #000;
 					width: 100%;
-					text-align: right;
+					text-align: right;
+					
 				}
 
 				.oawork-item1_c {

+ 4 - 3
components/ApproveView.vue

@@ -28,8 +28,9 @@
 								<view class="approveItem_a1_text2" v-if="item.action!=0" >
 									{{item.finishTime}}
 								</view>
-								<view class="approveItem_a1_text3">
-									<view class="approveItem_a1_text3Img" v-for="(it,j) in (item.wfProcinstActUserList)"
+								<view class="approveItem_a1_text3">
+									
+									<view class="approveItem_a1_text3Img"  v-for="(it,j) in (item.wfProcinstActUserList)"
 										:key="i+'_'+j" :style="initStart&&it.type==1&&(item.action!=0||item.status==1)?'width: 100%;':''">
 		
 										<view  class="approveItem_a1_text3Img_item1" >
@@ -137,7 +138,7 @@
 			margin-right: 32rpx;
 	
 			.approveItem_a1 {
-	
+				    width: 100%;
 				.approveItem_a1_text1 {
 					    display: flex;
 					    align-items: center;