正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| 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> |
-
请 注册 或 登录 后发表评论