@@ -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>
@@ -258,7 +258,7 @@
}
.scroll-y {
- height: calc(100% - 176rpx);
+ height: calc(100% - 100rpx);
.completed-box {