MicroCommunityWeb/public/components/common/viewImage/viewImage.html
2020-06-21 16:20:28 +08:00

8 lines
536 B
HTML

<div id="viewImage" v-show="viewImageInfo.showImage" >
<div style="position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background-color: #fff;">
<img v-bind:src="viewImageInfo.url" style="width:1000px;height:500px;" />
<span v-on:click="_closeImage()" class="fa fa-remove "
style="position: absolute;right: 20px;top: 20px;font-size: 20px;color:red"></span>
</div>
<!--style="position:fixed;z-index:3000;left:50%;top:50%;transform:translate(-50%,-50%);background-color: #fff;"-->
</div>