diff --git a/src/components/comment-input/comment-input.vue b/src/components/comment-input/comment-input.vue index 1af81dae..eb1793ba 100644 --- a/src/components/comment-input/comment-input.vue +++ b/src/components/comment-input/comment-input.vue @@ -11,7 +11,7 @@ - + @@ -75,7 +75,7 @@ - + @@ -159,6 +159,7 @@ const focus = (event) => { isShow.value = true isFocus.value = true + showEmoji.value = false if (!isReply.value) { getMemList() } diff --git a/src/pages/courseDetail/components/comment.vue b/src/pages/courseDetail/components/comment.vue index 840b5aec..0ff1b0d5 100644 --- a/src/pages/courseDetail/components/comment.vue +++ b/src/pages/courseDetail/components/comment.vue @@ -33,7 +33,7 @@ @click="showPicture(item.imgIdList, img,item)" :src="img" class="pic-item" - mode="scaleToFill" + mode="aspectFit" > diff --git a/src/pages/index/components/answer.vue b/src/pages/index/components/answer.vue index f8fcb008..f8f1b541 100644 --- a/src/pages/index/components/answer.vue +++ b/src/pages/index/components/answer.vue @@ -32,9 +32,9 @@ - +