fix:客服警告图片删除

pull/8/head
kele 2023-02-07 15:49:20 +08:00
parent 4dba142cbc
commit 2a206115ac
1 changed files with 3 additions and 3 deletions

View File

@ -91,13 +91,13 @@
:src="sheep.$url.static('/static/img/shop/chat/loading.png')"
mode="aspectFill"
></image>
<image
<!-- <image
v-if="chatData.isSendSucces == 1"
class="warning"
:src="sheep.$url.static('/static/img/shop/chat/warning.png')"
mode="aspectFill"
@click="onAgainSendMessage(item)"
></image>
></image> -->
</span>
<!-- 内容 -->
@ -705,7 +705,7 @@
}
.imgred,
img {
width: 100%;
width: 100% !important;
}
}
}