mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-23 16:53:50 +02:00
Previous instances dialog height
This commit is contained in:
@@ -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) => {
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
getListState().pageSize = value;
|
||||
}
|
||||
});
|
||||
const tableStyle = { maxHeight: '400px' };
|
||||
const tableStyle = { maxHeight: '100%' };
|
||||
const search = computed({
|
||||
get: () => getListState().search,
|
||||
set: (value) => {
|
||||
|
||||
Reference in New Issue
Block a user