mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
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:
parent
e31525a803
commit
1c1ce4b0e3
@ -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;
|
||||
}
|
||||
|
@ -73,7 +73,7 @@
|
||||
ajax: {
|
||||
query: async ({ page, form }) => {
|
||||
return demoListApi({
|
||||
pageNum: page.currentPage,
|
||||
page: page.currentPage,
|
||||
pageSize: page.pageSize,
|
||||
...form,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user