提交 98068f4f 编写于 作者: guangjun.yang's avatar guangjun.yang

图片显示问题

上级 413661a5
<template> <template>
<div class="common-adert-wrapper"> <div class="common-adert-wrapper">
<img @click="jumpPage" src="showInfo.imageUrl" alt=""> <img @click="jumpPage" :src="showInfo.imageUrl" alt="">
</div> </div>
</template> </template>
<script> <script>
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
.common-adert-wrapper { .common-adert-wrapper {
img { img {
width: 100%; width: 100%;
height: px2rem(120px); height: px2rem(60px);
} }
} }
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册