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
This commit is contained in:
Li Kui 2023-08-31 12:49:21 +08:00 committed by GitHub
parent e31525a803
commit 1c1ce4b0e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,8 @@ span.anticon:not(
.anticon-info-circle, .anticon-info-circle,
.anticon-close-circle, .anticon-close-circle,
.anticon-exclamation-circle, .anticon-exclamation-circle,
.anticon-loading .anticon-loading,
.anticon-close
) { ) {
vertical-align: 0.125em !important; vertical-align: 0.125em !important;
} }

View File

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