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