改为数组 试下 :style="[getCardStyle(index)]" 或者换种方式 直接在style上做判断 :style="{ color: index == 0 ? '#ccffcc' : '#ffffff' }"