调整按钮大小
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<div class="mt20 text-center font-24 text-color-theme" v-if="item.bind_btn_info.show">
|
||||
{{ item.bind_btn_info.tip }}
|
||||
<div class="mt15 text-center">
|
||||
<van-button type="danger" size="small" round @click="handleGoToBank(item.id)">{{ item.bind_btn_info.btText }}</van-button>
|
||||
<van-button class="w10vw" type="danger" size="small" round @click="handleGoToBank(item.id)">{{ item.bind_btn_info.btText }}</van-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user