mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 05:16:44 +08:00
GFRS-2561【前端】智能客服新增图片预览功能(删除无用的注释与样式代码)--提交人:张齐
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
<template v-else-if='item.singleNode.isRichText == 2'>
|
||||
<img :src='item.singleNode.PicUrl' class='w150 h150' alt=''
|
||||
@click='imagePreviewFunc(item.singleNode.PicUrl)' />
|
||||
<!-- <van-uploader class='preview-image' v-model='imgUrlArr[index]' :disabled='true' :deletable='false' />-->
|
||||
</template>
|
||||
<template v-else-if='item.singleNode.isRichText == 3'>
|
||||
<a :href='item.singleNode.answerMsg'>{{ item.singleNode.answerMsg }}</a>
|
||||
@@ -181,24 +180,6 @@ export default {
|
||||
</script>
|
||||
|
||||
<style lang='scss' scoped>
|
||||
.van-uploader__upload {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.van-uploader {
|
||||
.van-uploader__wrapper--disabled {
|
||||
opacity: 1;
|
||||
|
||||
.van-uploader__upload {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.van-uploader__preview-image {
|
||||
width: 16vw;
|
||||
height: 14vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.v-super {
|
||||
vertical-align: super;
|
||||
|
||||
Reference in New Issue
Block a user