问题:

v-html生成的图片调整大小属性没用
<div class="content" v-html="pdinfo.content"></div>
<style lang="scss" scoped>
.pddescribe-row{
margin: 0 5px;
h3{
font-size: 16px;
text-align: center;
}
img{
width: 100%;
height: 100%;
}
}
</style>
解决办法:
去掉scoped即可,具体原因不详

相关文章:

  • 2021-09-29
  • 2021-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-06
猜你喜欢
  • 2022-12-23
  • 2021-12-23
  • 2021-07-25
  • 2021-04-30
  • 2021-10-15
  • 2022-12-23
  • 2021-07-29
相关资源
相似解决方案