Skip to content

Commit

Permalink
feat(尺寸): 自定义画布尺寸修改
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Nov 19, 2023
1 parent f41f6c8 commit 6ed7b44
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/setSize.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: 尺寸设置
-->

Expand Down Expand Up @@ -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,
},
]);
Expand Down

0 comments on commit 6ed7b44

Please sign in to comment.