From 9a9d832dbd364557e070abcd9a7779a2c6c07ffb Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 20 Jan 2026 17:35:13 +0800
Subject: [PATCH] 1
---
src/views/register/identity.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/register/identity.vue b/src/views/register/identity.vue
index dd37d0b..39c8aec 100644
--- a/src/views/register/identity.vue
+++ b/src/views/register/identity.vue
@@ -82,7 +82,7 @@
</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>
@@ -228,8 +228,8 @@
</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;
--
Gitblit v1.9.3