update Tabs Icons

This commit is contained in:
梁灏 2018-06-25 14:30:50 +08:00
parent 8cb8492348
commit e71a795e38
2 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
<Icon v-if="item.icon !== ''" :type="item.icon"></Icon> <Icon v-if="item.icon !== ''" :type="item.icon"></Icon>
<Render v-if="item.labelType === 'function'" :render="item.label"></Render> <Render v-if="item.labelType === 'function'" :render="item.label"></Render>
<template v-else>{{ item.label }}</template> <template v-else>{{ item.label }}</template>
<Icon v-if="showClose(item)" type="ios-close-empty" @click.native.stop="handleRemove(index)"></Icon> <Icon v-if="showClose(item)" type="ios-close" @click.native.stop="handleRemove(index)"></Icon>
</div> </div>
</div> </div>
</div> </div>

View file

@ -203,7 +203,7 @@
&&-card > &-bar &-nav-wrap { &&-card > &-bar &-nav-wrap {
margin-bottom: 0; margin-bottom: 0;
} }
&&-card > &-bar &-tab .@{css-prefix-iconfont}-ios-close-empty { &&-card > &-bar &-tab .@{css-prefix-iconfont}-ios-close {
width: 0; width: 0;
height: 22px; height: 22px;
font-size: 22px; font-size: 22px;
@ -221,8 +221,8 @@
} }
} }
&&-card > &-bar &-tab-active .@{css-prefix-iconfont}-ios-close-empty, &&-card > &-bar &-tab-active .@{css-prefix-iconfont}-ios-close,
&&-card > &-bar &-tab:hover .@{css-prefix-iconfont}-ios-close-empty { &&-card > &-bar &-tab:hover .@{css-prefix-iconfont}-ios-close {
width: 14px; width: 14px;
transform: translateZ(0); transform: translateZ(0);
} }