Skip to content

Commit

Permalink
feat: 调整默认屏幕尺寸
Browse files Browse the repository at this point in the history
  • Loading branch information
limaofeng committed Dec 10, 2021
1 parent 0e3b52d commit 9ed58e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducers/ui.reducer/scena.reducer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import moveableReducer from './moveable.reducer';
import toolbarReducer from './toolbar.reducer';
import viewerReducer from './viewer.reducer';

export const defaultDeviceScreen = screens.find((i: any) => i.id === 'Desktop');
export const defaultDeviceScreen = screens.find((i: any) => i.id === 'Desktop HD');

const scales = [20, 25, 33, 50, 66, 100, 150, 200, 300, 400, 500, 800, 1000];
const minScale = scales[0];
Expand Down

0 comments on commit 9ed58e6

Please sign in to comment.