mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
8 lines
536 B
HTML
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> |