mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
8 lines
579 B
HTML
Executable File
8 lines
579 B
HTML
Executable File
<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" v-bind:width="viewImageInfo.imgWidth" v-bind:height="viewImageInfo.imgHeight" />
|
|
<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> |