作者 lixiang

bug修正

1 <template> 1 <template>
2 <div class="head-info" :class="center && 'center'"> 2 <div class="head-info" :class="center && 'center'">
3 <span>{{ title }}</span> 3 <span>{{ title }}</span>
4 - <p :style="{ color: 'gray' }">{{ content }} <a-icon :type="icon" :style="{ fontSize: `24px`, color: `${$props.iconColor}` }" /></p> 4 + <p :style="{ color: `${$props.contentColor}` }">{{ content }} <a-icon :type="icon" :style="{ fontSize: `24px`, color: `${$props.iconColor}` }" /></p>
5 <em v-if="bordered" /> 5 <em v-if="bordered" />
6 </div> 6 </div>
7 </template> 7 </template>