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 {