Skip to content

Commit

Permalink
fix: 断点调整错误
Browse files Browse the repository at this point in the history
  • Loading branch information
联民 committed Apr 19, 2023
1 parent 4ef0d60 commit 768beb4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/common/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ export const DEFAULT_BREAK_POINTS: BreakPoints = [
numberOfColumns: 8,
},
{
width: Infinity,
width: 1200,
maxContentWidth: 1200,
numberOfColumns: 12,
},
{
width: Infinity,
maxContentWidth: Infinity,
numberOfColumns: 12,
},
];

// css 别名处理
Expand Down

0 comments on commit 768beb4

Please sign in to comment.