修改信息 性别
This commit is contained in:
parent
ea8e90c710
commit
9cfe7cd9f4
@ -72,8 +72,12 @@
|
||||
}
|
||||
::v-deep .u-radio{
|
||||
width: 150rpx !important;
|
||||
|
||||
}
|
||||
::v-deep .u-radio__label{
|
||||
margin-left: 18rpx;
|
||||
|
||||
}
|
||||
|
||||
::v-deep .u-input__input {
|
||||
height: 120rpx;
|
||||
line-height: 120rpx;
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
</view>
|
||||
<view class="item">
|
||||
<span>性别:</span>
|
||||
<u-radio-group v-model="appPersonallist.sex" size='44'>
|
||||
<u-radio-group v-model="appPersonallist.sex" size='29'>
|
||||
<u-radio @change='sexchange' v-for="(item, index) in sexlist" :key="index" :name="item.name"
|
||||
:disabled="item.disabled">
|
||||
{{item.name}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user