首页列表
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
</view>
|
||||
|
||||
<view class="Accountnumber">
|
||||
<view class="Coins">
|
||||
<view class="Coins country">
|
||||
<wht-select
|
||||
style="width: 300rpx"
|
||||
@change="country"
|
||||
@@ -44,6 +44,7 @@
|
||||
<view class="number-box">
|
||||
<view class="number-box-title">金币:</view>
|
||||
<uni-number-box v-model="numberCoins"></uni-number-box>
|
||||
<view class="number-box-unit">K</view>
|
||||
</view>
|
||||
<view v-if="numberCoins === '' && Hint === true" class="Hint"
|
||||
>请填写金币数量</view
|
||||
@@ -275,14 +276,18 @@ export default {
|
||||
display: flex;
|
||||
}
|
||||
.Coins {
|
||||
margin: 40rpx;
|
||||
width: 300rpx;
|
||||
margin-top: 40rpx;
|
||||
margin-bottom: 40rpx;
|
||||
width: 400rpx;
|
||||
height: 65rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
/* align-items: center; */
|
||||
}
|
||||
.country{
|
||||
margin-left: 40rpx;
|
||||
}
|
||||
.number-box {
|
||||
display: flex;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user