diff --git a/src/components/setSize.vue b/src/components/setSize.vue index e978c418..f6626d9d 100644 --- a/src/components/setSize.vue +++ b/src/components/setSize.vue @@ -2,7 +2,7 @@ * @Author: 秦少卫 * @Date: 2022-09-03 19:16:55 * @LastEditors: 秦少卫 - * @LastEditTime: 2023-11-19 14:10:41 + * @LastEditTime: 2023-11-19 15:58:59 * @Description: 尺寸设置 --> @@ -88,13 +88,13 @@ let presetSize = reactive([ }, { label: 'kindle', - width: 2560, - height: 1600, + width: 1200, + height: 860, }, { label: 'kindle-resize', - width: 1600, - height: 2560, + width: 860, + height: 1200, }, ]);