Skip to content

Commit

Permalink
Merge pull request #77 from meadmin-cn/release
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
yuntian001 authored Aug 18, 2023
2 parents efa91b4 + ebd6cec commit 8510c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/components/header/components/tagBar/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
</el-scrollbar>
<div class="right">
<div class="icon pointer" :class="{ 'is-disabled': scrollLeft >= max }" @click="go">
<div class="icon pointer" :class="{ 'is-disabled': Math.ceil(scrollLeft) >= max }" @click="go">
<mel-icon-d-arrow-right></mel-icon-d-arrow-right>
</div>
<div v-if="themeConfig.tagBarRefresh" class="icon pointer" @click="reload">
Expand Down

0 comments on commit 8510c76

Please sign in to comment.