u
This commit is contained in:
parent
6a7cd0a3e9
commit
57122b1852
@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
<view class="pd-20 pt-20" >
|
<view class="pd-20 pt-20" >
|
||||||
<u-row justify="between">
|
<u-row justify="between">
|
||||||
<u-button @click="handleBtnCheck('no')" size="large" shape="circle"
|
<u-button @click="handleBtnCheck('no')"
|
||||||
custom-style="height:80rpx;font-size: 30rpx;width:45%;margin:0;">
|
custom-style="height:70rpx;font-size: 30rpx;width:45%;margin:0;">
|
||||||
{{cancelText}}
|
{{cancelText}}
|
||||||
</u-button>
|
</u-button>
|
||||||
<u-button @click="handleBtnCheck('yes')" type="primary" size="large" shape="circle"
|
<u-button @click="handleBtnCheck('yes')" type="primary"
|
||||||
custom-style="height:80rpx;font-size: 30rpx;width:45%;margin:0;">
|
custom-style="height:70rpx;font-size: 30rpx;width:45%;margin:0;">
|
||||||
{{sureText}}
|
{{sureText}}
|
||||||
</u-button>
|
</u-button>
|
||||||
</u-row>
|
</u-row>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user