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') }