This commit is contained in:
aihe 2024-09-04 15:27:02 +08:00
parent 1c93fe8950
commit 9892fd8c03

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>