mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 14:46:04 +02:00
Add pageSize option 20
This commit is contained in:
+2
-2
@@ -5905,7 +5905,7 @@ console.log(`isLinux: ${LINUX}`);
|
|||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'sizes,prev,pager,next,total',
|
layout: 'sizes,prev,pager,next,total',
|
||||||
pageSizes: [10, 15, 25, 50, 100]
|
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -6326,7 +6326,7 @@ console.log(`isLinux: ${LINUX}`);
|
|||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'sizes,prev,pager,next,total',
|
layout: 'sizes,prev,pager,next,total',
|
||||||
pageSizes: [10, 15, 25, 50, 100]
|
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -26,7 +26,7 @@ export default class extends baseClass {
|
|||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'sizes,prev,pager,next,total',
|
layout: 'sizes,prev,pager,next,total',
|
||||||
pageSizes: [10, 15, 25, 50, 100]
|
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ export default class extends baseClass {
|
|||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'sizes,prev,pager,next,total',
|
layout: 'sizes,prev,pager,next,total',
|
||||||
pageSizes: [10, 15, 25, 50, 100]
|
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
gameLogSessionTable: [],
|
gameLogSessionTable: [],
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ function useModerationTable() {
|
|||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'sizes,prev,pager,next,total',
|
layout: 'sizes,prev,pager,next,total',
|
||||||
pageSizes: [10, 15, 25, 50, 100]
|
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const groupJoinRequestsModerationTable = reactive({
|
const groupJoinRequestsModerationTable = reactive({
|
||||||
@@ -19,7 +19,7 @@ function useModerationTable() {
|
|||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'sizes,prev,pager,next,total',
|
layout: 'sizes,prev,pager,next,total',
|
||||||
pageSizes: [10, 15, 25, 50, 100]
|
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const groupBlockedModerationTable = reactive({
|
const groupBlockedModerationTable = reactive({
|
||||||
@@ -29,7 +29,7 @@ function useModerationTable() {
|
|||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'sizes,prev,pager,next,total',
|
layout: 'sizes,prev,pager,next,total',
|
||||||
pageSizes: [10, 15, 25, 50, 100]
|
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const groupLogsModerationTable = reactive({
|
const groupLogsModerationTable = reactive({
|
||||||
@@ -40,7 +40,7 @@ function useModerationTable() {
|
|||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'sizes,prev,pager,next,total',
|
layout: 'sizes,prev,pager,next,total',
|
||||||
pageSizes: [10, 15, 25, 50, 100]
|
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const groupBansModerationTable = reactive({
|
const groupBansModerationTable = reactive({
|
||||||
@@ -51,7 +51,7 @@ function useModerationTable() {
|
|||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'sizes,prev,pager,next,total',
|
layout: 'sizes,prev,pager,next,total',
|
||||||
pageSizes: [10, 15, 25, 50, 100]
|
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
const groupMemberModerationTable = reactive({
|
const groupMemberModerationTable = reactive({
|
||||||
@@ -61,7 +61,7 @@ function useModerationTable() {
|
|||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'sizes,prev,pager,next,total',
|
layout: 'sizes,prev,pager,next,total',
|
||||||
pageSizes: [10, 15, 25, 50, 100]
|
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -298,7 +298,7 @@ mixin settingsTab
|
|||||||
span {{ $t('view.settings.appearance.appearance.page_size') }} {{ tablePageSize }} #[i.el-icon-arrow-down.el-icon--right]
|
span {{ $t('view.settings.appearance.appearance.page_size') }} {{ tablePageSize }} #[i.el-icon-arrow-down.el-icon--right]
|
||||||
el-dropdown-menu(#default='dropdown')
|
el-dropdown-menu(#default='dropdown')
|
||||||
el-dropdown-item(
|
el-dropdown-item(
|
||||||
v-for='number in [10, 15, 25, 50, 100]'
|
v-for='number in [10, 15, 20, 25, 50, 100]'
|
||||||
:key='number'
|
:key='number'
|
||||||
v-text='number'
|
v-text='number'
|
||||||
@click.native='setTablePageSize(number)')
|
@click.native='setTablePageSize(number)')
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
paginationProps: {
|
paginationProps: {
|
||||||
small: true,
|
small: true,
|
||||||
layout: 'sizes,prev,pager,next,total',
|
layout: 'sizes,prev,pager,next,total',
|
||||||
pageSizes: [10, 15, 25, 50, 100]
|
pageSizes: [10, 15, 20, 25, 50, 100]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user