Browse Source

bug 修复

lilei 4 years ago
parent
commit
9bf7322bef
2 changed files with 14 additions and 4 deletions
  1. 8 2
      pages/toDoList/backlogDetail.vue
  2. 6 2
      pages/toDoList/toDoList.vue

+ 8 - 2
pages/toDoList/backlogDetail.vue

@@ -26,7 +26,7 @@
 				<view class="text-item">
 					<view>
 						<text>创建人</text>
-						<text class="margin-left ellipsis-one">{{infoData.putUserName}}</text>
+						<text class="margin-left">{{infoData.putUserName}}</text>
 					</view>
 					<view class="time">
 						{{infoData.createTime}} 创建
@@ -257,7 +257,13 @@
 				> view{
 					&:first-child{
 						flex: 1;
-						width: 200upx;
+						width: 50%;
+						display: flex;
+						> text{
+							&:last-child{
+								width: 60%;
+							}
+						}
 					}
 				}
 				.desc{

+ 6 - 2
pages/toDoList/toDoList.vue

@@ -42,7 +42,7 @@
 									<u-icon name="info-circle"></u-icon>
 									未关联问题项
 								</view>
-								<view class="text-right">
+								<view class="text-right putUserName">
 									<text>{{item.putUserName}}</text>
 								</view>
 								<view v-if="$hasPermissions('M_backlog_detail_mobile')" class="icon-xian">
@@ -414,6 +414,7 @@
 					}
 
 					>view {
+						
 						&:first-child {
 							flex: 1;
 						}
@@ -445,8 +446,11 @@
 
 					.ygq {
 						color: #999;
+						width: 50%;
+					}
+					.putUserName{
+						width: 40%;
 					}
-
 					.ywc {
 						color: #10c71e;
 					}