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-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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue