DESKTOP-SVI9JE1\muzen 1 vuosi sitten
vanhempi
commit
e09091b2b2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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"