Commit 343f532b authored by Damon's avatar Damon

水印设置-样式问题

parent 0b6ac51f
......@@ -413,7 +413,7 @@
}
.popBtnView {
margin-top: 110rpx;
margin-top: 65rpx;
width: 100%;
display: flex;
align-items: center;
......
......@@ -52,7 +52,9 @@
dx: 0,
};
},
onLoad() {},
onLoad() {
this.$refs.tabs.setFinishCurrent(current);
},
computed: {
swiperList() {
let list = this.currentItem.images || []
......
......@@ -31,7 +31,7 @@
</cover-view>
<canvas canvas-id="canvas" id="photoCanvas" class="canvas"
:style="{'width':750 + 'rpx','height': cameraHeight + 'rpx'}"></canvas>
<view v-show="standardShow" class="page-mask" :z-index="10000">
<view v-if="standardShow" class="page-mask" :z-index="10000">
<photo-standard :currentItem="currentItem" />
<view class="btn-close">
<image @click="closeShadow" class="icon icon-close" mode="aspectFit" src="/static/photo/icon-close.png"></image>
......
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