Commit a21ff579 authored by chengcaixia's avatar chengcaixia

修改图片选框定位

parent 27a68aaf
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
:title="imgContent" :title="imgContent"
custom-class="customWidth" custom-class="customWidth"
> >
<div :style="'height:' + fullHeight + 'px;'" ref="mainW"> <div :style="'height:' + fullHeight + 'px;position: relative;'" ref="mainW">
<img :src="bigImgUrl" ref="BGIMG" width="100%" style="height: 100%;" @load=loadBigImg> <img :src="bigImgUrl" ref="BGIMG" width="100%" style="height: 100%;" @load=loadBigImg>
<div class="dash" :style="customStyle" v-if="showRedBox"></div> <div class="dash" :style="customStyle" v-if="showRedBox"></div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment