Commit 34981e5cb6365fcc8bb22452532fa1f14a72fe33
1 parent
7261cc52
update Tabs style
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/styles/components/tabs.less
... | ... | @@ -223,8 +223,9 @@ |
223 | 223 | |
224 | 224 | &&-card > &-bar &-tab-active .@{css-prefix-iconfont}-ios-close, |
225 | 225 | &&-card > &-bar &-tab:hover .@{css-prefix-iconfont}-ios-close { |
226 | - width: 14px; | |
226 | + width: 22px; | |
227 | 227 | transform: translateZ(0); |
228 | + margin-right: -6px; | |
228 | 229 | } |
229 | 230 | } |
230 | 231 | ... | ... |