Browse Source

fix: VxeTable demo parameter typo& tabs close icon not centered (#2989)

* fix(msg): message icon not centered

* fix: VxeTable demo parameter typo

* fix: tabs close icon not centered
pull/2990/head
Li Kui 2 years ago
committed by GitHub
parent
commit
1c1ce4b0e3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/design/ant/index.less
  2. 2
      src/views/demo/table/VxeTable.vue

3
src/design/ant/index.less

@ -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;
}

2
src/views/demo/table/VxeTable.vue

@ -73,7 +73,7 @@
ajax: {
query: async ({ page, form }) => {
return demoListApi({
pageNum: page.currentPage,
page: page.currentPage,
pageSize: page.pageSize,
...form,
});

Loading…
Cancel
Save