Skip to content

Commit

Permalink
fix: VxeTable demo parameter typo& tabs close icon not centered (#2989)
Browse files Browse the repository at this point in the history
* fix(msg): message icon not centered

* fix: VxeTable demo parameter typo

* fix: tabs close icon not centered
  • Loading branch information
likui628 committed Aug 31, 2023
1 parent e31525a commit 1c1ce4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/design/ant/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ span.anticon:not(
.anticon-info-circle,
.anticon-close-circle,
.anticon-exclamation-circle,
.anticon-loading
.anticon-loading,
.anticon-close
) {
vertical-align: 0.125em !important;
}
Expand Down
2 changes: 1 addition & 1 deletion src/views/demo/table/VxeTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
ajax: {
query: async ({ page, form }) => {
return demoListApi({
pageNum: page.currentPage,
page: page.currentPage,
pageSize: page.pageSize,
...form,
});
Expand Down

0 comments on commit 1c1ce4b

Please sign in to comment.