* fix(msg): message icon not centered * fix: VxeTable demo parameter typo * fix: tabs close icon not centered
@@ -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,
});