Skip to content

Commit

Permalink
fix(style): 去除 tab 滚动控制按钮的 element-ui 图标 class
Browse files Browse the repository at this point in the history
修复 #12
  • Loading branch information
bhuh12 committed Jul 10, 2019
1 parent 0ef31af commit 1404a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/RouterTab/RouterTab.vue
Expand Up @@ -47,11 +47,11 @@

<!-- 页签滚动 -->
<a
class="el-icon-caret-left nav-prev"
class="nav-prev"
@click="tabScroll('left')"
/>
<a
class="el-icon-caret-right nav-next"
class="nav-next"
@click="tabScroll('right')"
/>
</header>
Expand Down

0 comments on commit 1404a7f

Please sign in to comment.