Browse Source

bug 修复

lilei 4 years ago
parent
commit
7318478b78
3 changed files with 11 additions and 11 deletions
  1. 2 2
      manifest.json
  2. 2 3
      pages/toDoList/backlogDetail.vue
  3. 7 6
      pages/toDoList/toDoList.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "storeCheck-app",
     "name" : "storeCheck-app",
     "appid" : "__UNI__BDCA285",
     "appid" : "__UNI__BDCA285",
     "description" : "",
     "description" : "",
-    "versionName" : "1.2.4",
-    "versionCode" : 124,
+    "versionName" : "1.2.5",
+    "versionCode" : 125,
     "transformPx" : false,
     "transformPx" : false,
     /* 5+App特有相关 */
     /* 5+App特有相关 */
     "app-plus" : {
     "app-plus" : {

+ 2 - 3
pages/toDoList/backlogDetail.vue

@@ -37,7 +37,7 @@
 					<view>
 					<view>
 						考评指标
 						考评指标
 					</view>
 					</view>
-					<view v-if="infoData.clsName" class="margin-left">
+					<view v-if="infoData.clsName" class="margin-left desc">
 						{{infoData.clsName}}
 						{{infoData.clsName}}
 					</view>
 					</view>
 					<view v-else class="ygq">
 					<view v-else class="ygq">
@@ -242,7 +242,6 @@
 			box-shadow: 1px 1px 3px #EEEEEE;
 			box-shadow: 1px 1px 3px #EEEEEE;
 			.text-item{
 			.text-item{
 				display: flex;
 				display: flex;
-				align-items: center;
 				padding: 10upx 10upx;
 				padding: 10upx 10upx;
 				font-size: 28upx;
 				font-size: 28upx;
 				justify-content: space-between;
 				justify-content: space-between;
@@ -268,7 +267,7 @@
 				}
 				}
 				.desc{
 				.desc{
 					word-break: break-word;
 					word-break: break-word;
-					width: 80%;
+					width: 70%;
 					text-align: right;
 					text-align: right;
 				}
 				}
 			}
 			}

+ 7 - 6
pages/toDoList/toDoList.vue

@@ -38,7 +38,7 @@
 								<view v-if="item.clsName" class="ellipsis-one">
 								<view v-if="item.clsName" class="ellipsis-one">
 									{{item.clsName}}
 									{{item.clsName}}
 								</view>
 								</view>
-								<view v-else class="ygq">
+								<view v-else class="notext">
 									<u-icon name="info-circle"></u-icon>
 									<u-icon name="info-circle"></u-icon>
 									未关联问题项
 									未关联问题项
 								</view>
 								</view>
@@ -414,11 +414,16 @@
 					}
 					}
 
 
 					>view {
 					>view {
-						
 						&:first-child {
 						&:first-child {
 							flex: 1;
 							flex: 1;
 						}
 						}
 					}
 					}
+					.notext{
+						width: 50%;
+					}
+					.putUserName{
+						width: 40%;
+					}
 
 
 					// 抄送标记
 					// 抄送标记
 					.mark {
 					.mark {
@@ -446,10 +451,6 @@
 
 
 					.ygq {
 					.ygq {
 						color: #999;
 						color: #999;
-						width: 50%;
-					}
-					.putUserName{
-						width: 40%;
 					}
 					}
 					.ywc {
 					.ywc {
 						color: #10c71e;
 						color: #10c71e;