mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
1、样式调整
This commit is contained in:
@@ -44,7 +44,7 @@ export const useTable = <T>(options: TableOptions<T>) => {
|
||||
})
|
||||
.catch(() => {
|
||||
currentPage.value = oldPage;
|
||||
pageSize.value = oldVal;
|
||||
pageSize.value = oldPageSize;
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
@@ -17,8 +17,8 @@ export const useWindowResize = () => {
|
||||
layoutStore.defaultFormItemSize = 'default';
|
||||
document.body.className = 'orange-project container-default';
|
||||
} else {
|
||||
layoutStore.defaultFormItemSize = 'large';
|
||||
document.body.className = 'orange-project container-large';
|
||||
layoutStore.defaultFormItemSize = 'default';
|
||||
document.body.className = 'orange-project container-default';
|
||||
}
|
||||
|
||||
layoutStore.documentClientHeight = document.documentElement.clientHeight;
|
||||
|
||||
Reference in New Issue
Block a user