Commit 3f66ac55 by huahua

修改

parent f527b017
......@@ -18,12 +18,11 @@
<view class="full-width full-height" style="position: absolute; top: 0; left: 0;" @click.stop="itemCancel">
</view>
<view class="container" :style="{height: data.windowHeight +'px'}" @click='itemCancel'
@touchmove.stop="touchMove" @touchend.stop="touchEnd" >
@touchmove.stop="touchMove" @touchend.stop="touchEnd" >
<!-- style=" display:flex;
justify-content:center;" -->
<!-- margin-top: 100upx; -->
<!-- margin-top: 100upx; -->
<view :style="{width: data.bgWidth +'px',height: data.bgHeight +'px' }" style="position: relative; " >
<!-- 底图 -->
......@@ -31,7 +30,7 @@
:style="{width: data.bgWidth +'px',height: data.bgWidth +'px'}"
style="position: absolute; z-index: 0; top: 0; bottom: 0; margin: auto; "></image>
<!-- 底色 -->
<!-- <view :style="{width: data.editorWidth * 1.1 +'px',height: data.editorHeight * 1.1 +'px',
<!--<view :style="{width: data.editorWidth * 1.1 +'px',height: data.editorHeight * 1.1 +'px',
background:background_color ? background_color : ''}"
style="position: absolute; top: 0; bottom: 0; left: 0; right: 0;margin: auto;z-index: 1;">
</view> -->
......
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