소스 검색

bug 修复

lilei 4 년 전
부모
커밋
abd06952f4
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      pages/toDoList/backlogDetail.vue

+ 7 - 1
pages/toDoList/backlogDetail.vue

@@ -49,7 +49,7 @@
 				<view>
 					描述
 				</view>
-				<view :class="['margin-left',infoData.problemDesc?'':'ygq']">
+				<view :class="['margin-left desc',infoData.problemDesc?'':'ygq']">
 					{{infoData.problemDesc?infoData.problemDesc:'暂无'}}
 				</view>
 			</view>
@@ -233,8 +233,14 @@
 				> view{
 					&:first-child{
 						flex: 1;
+						width: 200upx;
 					}
 				}
+				.desc{
+					word-break: break-word;
+					width: 80%;
+					text-align: right;
+				}
 			}
 		}
 		// 步骤条