Browse Source

fix: 项目概览 右侧图片样式修改

yunxing 4 năm trước cách đây
mục cha
commit
737bcd5606
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/Rotation/src/rotation.vue

+ 1 - 1
src/components/Rotation/src/rotation.vue

@@ -39,7 +39,7 @@
             @change='changePic'
         >
             <el-carousel-item v-for='(item,index) in rotationImg' :key='index'>
-                <img :src='item.url' alt style='  width: 100%; height: 100%;object-fit:inherit' />
+                <img :src='item.url' alt style='  width: 100%; height: 100%;object-fit:contain' />
             </el-carousel-item>
         </el-carousel>
     </div>