Previous instances dialog height

This commit is contained in:
Natsumi
2026-02-12 15:33:25 +13:00
committed by pa
parent 5ad4713373
commit 689549ecab
3 changed files with 2 additions and 18 deletions

View File

@@ -68,7 +68,7 @@
dialogState.value.pageIndex = value;
}
});
const tableStyle = { maxHeight: '400px' };
const tableStyle = { maxHeight: '100%' };
const search = computed({
get: () => dialogState.value.search,
set: (value) => {

View File

@@ -105,7 +105,7 @@
getListState().pageSize = value;
}
});
const tableStyle = { maxHeight: '400px' };
const tableStyle = { maxHeight: '100%' };
const search = computed({
get: () => getListState().search,
set: (value) => {