From 1e5968ac7bc6dbbc78473d7097b74e286cffb212 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Tue, 12 Aug 2025 10:32:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Icon/src/IconList.vue | 2 +- src/settings/componentSetting.ts | 2 +- src/utils/midiaManage/MediaResourcePicker.vue | 2 +- src/views/services/directiveTag/bodytag/BodyTagList.vue | 9 +++++---- .../services/directiveTag/emotiontag/EmotionTagList.vue | 9 +++++---- .../serviceDirective/ConfigServiceDirectiveList.vue | 2 +- .../components/DirectiveRespositoryList.vue | 9 +++++---- 7 files changed, 19 insertions(+), 16 deletions(-) diff --git a/src/components/Icon/src/IconList.vue b/src/components/Icon/src/IconList.vue index 34d4356..9ee7172 100644 --- a/src/components/Icon/src/IconList.vue +++ b/src/components/Icon/src/IconList.vue @@ -71,7 +71,7 @@ //每页条数 const pageSize = ref(140); //下拉分页显示 - const pageSizeOptions = ref(['15', '50', '80', '100']); + const pageSizeOptions = ref(['15', '50', '70', '100']); //下拉搜索值 const searchIconValue = ref(''); const { clipboardRef, isSuccessRef } = useCopyToClipboard(props.value); diff --git a/src/settings/componentSetting.ts b/src/settings/componentSetting.ts index 54a8081..89f1d77 100644 --- a/src/settings/componentSetting.ts +++ b/src/settings/componentSetting.ts @@ -18,7 +18,7 @@ export default { totalField: 'total', }, // 可选的分页选项 - pageSizeOptions: ['15', '50', '80', '100'], + pageSizeOptions: ['15', '50', '70', '100'], // 表格默认尺寸 defaultSize: 'middle', //默认每页显示多少条 diff --git a/src/utils/midiaManage/MediaResourcePicker.vue b/src/utils/midiaManage/MediaResourcePicker.vue index e8c9d48..c59cc3f 100644 --- a/src/utils/midiaManage/MediaResourcePicker.vue +++ b/src/utils/midiaManage/MediaResourcePicker.vue @@ -120,7 +120,7 @@ const pagination = reactive({ total: 0, showSizeChanger: true, showQuickJumper: true, - pageSizeOptions: ['15', '50', '80', '100'], + pageSizeOptions: ['15', '50', '70', '100'], showTotal: total => `共 ${total} 条` }); diff --git a/src/views/services/directiveTag/bodytag/BodyTagList.vue b/src/views/services/directiveTag/bodytag/BodyTagList.vue index 41b2d8a..5fcf4e3 100644 --- a/src/views/services/directiveTag/bodytag/BodyTagList.vue +++ b/src/views/services/directiveTag/bodytag/BodyTagList.vue @@ -3,7 +3,7 @@
+ :wrapper-col="wrapperCol" style="padding-top: 20px;"> @@ -98,7 +98,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({ pagination: { current: 1, pageSize: 15, - pageSizeOptions: ['15','50', '70', '100'], + pageSizeOptions: ['15', '50', '70', '100'], }, actionColumn: { width: 160, @@ -241,10 +241,11 @@ function searchReset() {