DESKTOP-SVI9JE1\muzen 1 سال پیش
والد
کامیت
e09091b2b2
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/pages/content/index.vue

+ 1 - 1
src/pages/content/index.vue

@@ -7,7 +7,7 @@
       <view v-if="form.contentShareLayoutList">
         <view class="item" v-for="item in form.contentShareLayoutList" :key="item.id">
           <!-- 图片 -->
-          <img v-if="item.layoutType === 0" mode="aspectFit" :src="item.contentPic" />
+          <img v-if="item.layoutType === 0" :src="item.contentPic" />
           <!-- 音频 -->
           <my-audio v-if="item.layoutType === 1" :ref="`video${item.sort}`" :bg="form.audioBackgroundImage"
             :pic="item.contentPic" :name="item.contentName" :singer="item.contentInfo.singerName"