修改信息 性别

This commit is contained in:
shidongli 2023-09-21 09:45:33 +08:00
parent ea8e90c710
commit 9cfe7cd9f4
2 changed files with 6 additions and 2 deletions

View File

@ -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;

View File

@ -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}}