This commit is contained in:
GaoHao
2024-12-13 11:40:46 +08:00
20 changed files with 386 additions and 144 deletions

View File

@@ -14,7 +14,7 @@
@longpress="toSave(tempFilePath)"></image>
<!-- #endif -->
</view>
<view class="u-flex u-m-t-20" >
<view class="u-flex bg-fff u-flex" >
<button class="purple_btn btn_box" hover-class="none" open-type="openSetting"
@click.stop="toSave(tempFilePath)">保存海报</button>
</view>
@@ -324,8 +324,10 @@
<style scoped lang="scss">
.btn_box {
width: 100%;
box-sizing: border-box;
background: rgb(221, 220, 255);
border-radius: 8rpx;
border-radius: 0;
color: rgb(69, 68, 255);
font-size: 28rpx;
font-weight: 700;