主要是设置mode="widthFix"width: 100%;

<!-- 新手教程 -->
<template>
  <div class="center-tutorial">
    <img class="img" src="https://123.oss-cn-hangzhou.aliyuncs.com/666.jpeg" mode="widthFix">
  </div>
</template>
<style lang="less" scoped>
  .center-tutorial {
    .img {
      width: 100%;
    }
  }
</style>
Logo

前往低代码交流专区

更多推荐