From 1fcd8481799bb4c789db22c040d01c91153104b4 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 15 Jul 2025 17:57:33 +0800
Subject: [PATCH] style
---
src/views/authentication/components/nationalityList.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/authentication/components/nationalityList.vue b/src/views/authentication/components/nationalityList.vue
index b50d8c3..105413b 100644
--- a/src/views/authentication/components/nationalityList.vue
+++ b/src/views/authentication/components/nationalityList.vue
@@ -2,8 +2,8 @@
<div class="nationList">
<van-action-sheet v-model:show="isShow" :title="props.title">
<form>
- <van-search class="tabBackground" v-model="val" :placeholder="$t('entrynational')" @input="onSearch(val)"
- @clear="onClear" />
+ <van-search class="tabBackground" v-model="val" :placeholder="$t('entrynational')"
+ @input="onSearch(val)" @clear="onClear" />
</form>
<div class="flex pl-30 pr-30 pt-30 pb-30 justify-between list-view box-border textColor container"
@@ -220,12 +220,12 @@
@import "intl.css";
:deep(.van-action-sheet__header) {
- background-color: $main2_background;
+ // background-color: $main2_background;
color: $text_color;
}
.container {
- background-color: $main2_background;
+ // background-color: $main2_background;
}
.van-action-sheet__header {
@@ -239,11 +239,11 @@
}
:deep(.van-search__content) {
- background: $tab_background;
+ // background: $tab_background;
color: $text_color;
}
:deep(.van-action-sheet__content) {
- background: $selectSymbol_background;
+ // background: $selectSymbol_background;
}
</style>
--
Gitblit v1.9.3