修改app保存海报按钮

This commit is contained in:
YeMingfei666 2024-12-12 16:12:25 +08:00
parent d7650332a2
commit 679df05a66
1 changed files with 4 additions and 2 deletions

View File

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