| | |
| | | </div> |
| | | </div> --> |
| | | </template> |
| | | <van-button class="w-full" style="margin-top:10px;" type="primary" @click="onSubmit">{{ $t('nextStep') }} |
| | | <van-button class="w-full btnBackground2 btnText" style="margin-top:10px;" type="primary" @click="onSubmit">{{ $t('nextStep') }} |
| | | </van-button> |
| | | <nationality-list ref='controlChildRef' :title="$t('selectNation')" @getName="getName" v-if="!disabled()"> |
| | | </nationality-list> |
| | |
| | | |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | @import "@/views/authentication/components/intl.css"; |
| | | |
| | | // @import "@/views/authentication/components/intl.css"; |
| | | @import url(../../views/authentication/components/intl.css); |
| | | .identity { |
| | | width: 100%; |
| | | box-sizing: border-box; |