diff --git a/src/components/tabs/tabs.vue b/src/components/tabs/tabs.vue
index 4a7404f..409cf90 100644
--- a/src/components/tabs/tabs.vue
+++ b/src/components/tabs/tabs.vue
@@ -19,7 +19,7 @@
{{ item.label }}
-
+
diff --git a/src/styles/components/tabs.less b/src/styles/components/tabs.less
index c48ec11..ba1fb2b 100644
--- a/src/styles/components/tabs.less
+++ b/src/styles/components/tabs.less
@@ -203,7 +203,7 @@
&&-card > &-bar &-nav-wrap {
margin-bottom: 0;
}
- &&-card > &-bar &-tab .@{css-prefix-iconfont}-ios-close-empty {
+ &&-card > &-bar &-tab .@{css-prefix-iconfont}-ios-close {
width: 0;
height: 22px;
font-size: 22px;
@@ -221,8 +221,8 @@
}
}
- &&-card > &-bar &-tab-active .@{css-prefix-iconfont}-ios-close-empty,
- &&-card > &-bar &-tab:hover .@{css-prefix-iconfont}-ios-close-empty {
+ &&-card > &-bar &-tab-active .@{css-prefix-iconfont}-ios-close,
+ &&-card > &-bar &-tab:hover .@{css-prefix-iconfont}-ios-close {
width: 14px;
transform: translateZ(0);
}
--
libgit2 0.21.4