| | |
| | | <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" |
| | |
| | | @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 { |
| | |
| | | } |
| | | |
| | | :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> |