This commit is contained in:
aihe 2024-09-04 15:26:23 +08:00
parent 6a7cd0a3e9
commit 57122b1852

View File

@ -10,12 +10,12 @@
<view class="pd-20 pt-20" >
<u-row justify="between">
<u-button @click="handleBtnCheck('no')" size="large" shape="circle"
custom-style="height:80rpx;font-size: 30rpx;width:45%;margin:0;">
<u-button @click="handleBtnCheck('no')"
custom-style="height:70rpx;font-size: 30rpx;width:45%;margin:0;">
{{cancelText}}
</u-button>
<u-button @click="handleBtnCheck('yes')" type="primary" size="large" shape="circle"
custom-style="height:80rpx;font-size: 30rpx;width:45%;margin:0;">
<u-button @click="handleBtnCheck('yes')" type="primary"
custom-style="height:70rpx;font-size: 30rpx;width:45%;margin:0;">
{{sureText}}
</u-button>
</u-row>