Browse Source

调整部分样式

xieyunhui 3 years ago
parent
commit
5ffea2fef3

+ 1 - 1
pages/mission-action/components/pdca-components/do-and-check.vue

@@ -35,7 +35,7 @@
 					</view>
 					<template v-if="showUploadImg">
 						<tm-upload-img label="改善效果" :filePaths="item.filePath" :disabled="disabled"
-							@changeFilePaths="changeFilePaths" />
+							@changeFilePaths="changeFilePaths" isMultiple="true" />
 					</template>
 				</view>
 			</view>

+ 1 - 1
pages/mission/mission.vue

@@ -258,7 +258,7 @@
 		}
 	}
 	.scroll-y {
-			height: calc(100% - 176rpx);
+			height: calc(100% - 100rpx);
 
 			.completed-box {