|
|
@@ -101,11 +101,11 @@
|
|
|
|
|
|
<uni-popup ref="posterShow" background-color="#fff" type="center" :animation="true" class="class-popup-style">
|
|
|
<view style="display:flex;width:100vw;padding:20upx 20upx 40upx 20upx;height:auto;justify-content: space-between;align-items:center;flex-wrap:wrap;max-height:100vh;overflow:auto;">
|
|
|
- <text style="position:absolute;right:50upx;top:15upx;font-size:70upx;" @click="closePoster()">×</text>
|
|
|
- <view style="width:100%;text-align:center;margin-top:30upx;">
|
|
|
- <image style="width:60%;margin:0 auto;" :src="posterUrl" mode="widthFix"></image>
|
|
|
+ <text style="position:absolute;right:50upx;top:10upx;font-size:70upx;" @click="closePoster()">×</text>
|
|
|
+ <view style="width:100%;text-align:center;margin-top:75upx;">
|
|
|
+ <image style="width:70%;margin:0 auto;border:1upx solid #CCCCCC;" :src="posterUrl" mode="widthFix"></image>
|
|
|
</view>
|
|
|
- <view style="width:100%;margin-top:30upx;text-align:center;">
|
|
|
+ <view style="width:100%;margin-top:65upx;text-align:center;">
|
|
|
<button class="admin-button-com big blue" style="width:300upx;" @click="downloadImg">保存图片</button>
|
|
|
</view>
|
|
|
</view>
|