我正在用矩形卡创建电路板,并且我正在使用angular-gridster2库。我使用的是VerticalFixed网格类型,默认有三列。可以为某个浏览器宽度设置断点和两列吗?
发布于 2019-08-21 01:01:14
初始化网格项目时设置resizable.enabled = true
有关更多信息,请参阅https://tiberiuzuld.github.io/angular-gridster2/resize
发布于 2019-08-23 23:07:21
你可以使用mobileBreakpoint?:number;例如:
options: GridsterConfig;
options.mobileBreakpoint= 500;发布于 2019-08-25 00:18:57
我是说
0- 600px - mobile;
601px - 900px -两列;
900px - up三列;
如何在verticalFixed网格类型中做到这一点?
https://stackoverflow.com/questions/57578166
复制相似问题