diff --git a/CHANGELOG.md b/CHANGELOG.md index 2495a35b4..cae1b8d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - 新增特性 Menu 组件中若选中子菜单项现在会自动展开所有父级菜单 - 修复 vue-popper 引入 popper 路径错误 - 修复 DatePicker 初始值是合法时间类型但无法设置成功的问题 +- 修复 Pagination 的图标没有正确切换样式, #163 #### 非兼容性更新 - Menu 组件的 `unique-opend` 属性修正为 `unique-opened` diff --git a/packages/pagination/src/pager.vue b/packages/pagination/src/pager.vue index e2b6736e6..e0f5969f6 100644 --- a/packages/pagination/src/pager.vue +++ b/packages/pagination/src/pager.vue @@ -9,8 +9,7 @@ :class="[quickprevIconClass]" v-if="showPrevMore" @mouseenter="quickprevIconClass = 'el-icon-d-arrow-left'" - @mouseleave="quickprevIconClass = 'el-icon-more'" - > + @mouseleave="quickprevIconClass = 'el-icon-more'">