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,