修改追评图片

feature/comment-0624-ch
ch 2 years ago
parent 0c7494a097
commit ca9c17ba69

@ -2,20 +2,20 @@
* @Author: ch * @Author: ch
* @Date: 2022-06-23 10:40:04 * @Date: 2022-06-23 10:40:04
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-28 21:36:12 * @LastEditTime: 2022-06-30 21:30:31
* @Description: file content * @Description: file content
--> -->
<template> <template>
<div class="follow"> <div class="follow">
<b class="follow--title">{{day}}追评:</b> <b class="follow--title">{{day}}追评:</b>
<p class="follow--ctx">{{followComment.commentContent}}</p> <p class="follow--ctx">{{followComment.commentContent}}</p>
<!-- <view class="follow--img" v-if="imgs.length"> <UiImgs v-if="imgs.length" :list="imgs" class="follow--imgs" />
<image class="follow--img-item" v-for="(item, idx) in imgs" :src="item" :key="idx" @click="preview(idx)" mode="aspectFit"/>
</view> -->
</div> </div>
</template> </template>
<script> <script>
import UiImgs from './UiImgs.vue';
export default { export default {
components: { UiImgs },
props : { props : {
followComment : { followComment : {
type : Object, type : Object,
@ -52,5 +52,8 @@ export default {
line-height: 24px; line-height: 24px;
word-break: break-all; word-break: break-all;
} }
&--imgs{
margin-top: 10px;
}
} }
</style> </style>
Loading…
Cancel
Save