From 555d4dde0b533abe9487cd904ce2e251296c4cd3 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 15 Apr 2025 16:06:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E6=9C=9F=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/scss/app.scss | 12 ++++++------ pages/auth/primary.vue | 3 ++- .../components/uni-datetime-picker/calendar.vue | 1 + 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/assets/scss/app.scss b/assets/scss/app.scss index a0cb320..dad8ad2 100644 --- a/assets/scss/app.scss +++ b/assets/scss/app.scss @@ -592,12 +592,12 @@ navigator { .lb-picker-content { background-color: $panel-4 !important; } -.uni-picker-view-mask { - background: var(--picker-mask); - background-position: top, bottom; - background-size: 100% 102px; - background-repeat: no-repeat; -} +// .uni-picker-view-mask { +// background: var(--picker-mask); +// background-position: top, bottom; +// background-size: 100% 102px; +// background-repeat: no-repeat; +// } .lb-picker-action-confirm-text { color: $green !important; } diff --git a/pages/auth/primary.vue b/pages/auth/primary.vue index 82deb0b..7616efa 100644 --- a/pages/auth/primary.vue +++ b/pages/auth/primary.vue @@ -25,8 +25,9 @@ {{$t('auth.d0')}} - + diff --git a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue index 259a52a..3148228 100644 --- a/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue +++ b/uni_modules/uni-datetime-picker/components/uni-datetime-picker/calendar.vue @@ -384,6 +384,7 @@ }, }, created() { + uni.setLocale('en'); // 获取日历方法实例 this.cale = new Calendar({ selected: this.selected,