From 7c41d930534529434212453f45d061f08082d9d2 Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Tue, 11 Jun 2024 16:32:18 +0800 Subject: [PATCH] uu --- components/tpx-select/default-select-input.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/tpx-select/default-select-input.vue b/components/tpx-select/default-select-input.vue index 176219f..fedc496 100644 --- a/components/tpx-select/default-select-input.vue +++ b/components/tpx-select/default-select-input.vue @@ -18,6 +18,9 @@ let pre = ['radius-10'] if (this.isWhite) { pre.push('c-white') + } + if (true) { + pre.push('c-white') } else { pre.push('c-grey') }