|
|
@ -59,15 +59,14 @@ |
|
|
|
|
|
|
|
|
<view class="form-item m-b-md p-b-xs"> |
|
|
<view class="form-item m-b-md p-b-xs"> |
|
|
<view> |
|
|
<view> |
|
|
<view class="label m-b-xs">{{$t('reg.a2')}}</view> |
|
|
<view class="label m-b-xs black">{{$t('accountSettings.a4')}}</view> |
|
|
<view class="d-flex align-center login_box3"> |
|
|
<view class="d-flex align-center" style="align-items: center;"> |
|
|
<view style="width: 30%;margin-right: 20rpx;"> |
|
|
<view style="width: 40%;margin-right: 20rpx;"> |
|
|
<el-select v-model="form.country_id" filterable :placeholder="$t('auth.d15')" no-match-text="No matching data"> |
|
|
<el-select v-model="form.country_id" filterable :placeholder="$t('auth.d15')" no-match-text="No matching data"> |
|
|
<el-option v-for="(item, index) in countryList" :key="index" :value="`${item.id}`" :label="`+${item.country_code} ${item.name}`"></el-option> |
|
|
<el-option v-for="(item, index) in countryList" :key="index" :value="`${item.id}`" :label="`+${item.country_code} ${item.name}`"></el-option> |
|
|
</el-select> |
|
|
</el-select> |
|
|
</view> |
|
|
</view> |
|
|
<v-input style="width: 480rpx;" v-model="form.phone" class="color-light" :placeholder="$t('auth.d12')"> |
|
|
<view class="login_box3" style="margin-top: 0px;"><v-input style="width: 360rpx;" v-model="form.phone" class="color-light" :placeholder="$t('auth.d12')"></v-input></view> |
|
|
</v-input> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
@ -415,4 +414,7 @@ export default { |
|
|
.black{ |
|
|
.black{ |
|
|
color: #000; |
|
|
color: #000; |
|
|
} |
|
|
} |
|
|
|
|
|
::v-deep .el-input__inner{ |
|
|
|
|
|
font-size: 13px !important; |
|
|
|
|
|
} |
|
|
</style> |
|
|
</style> |