@qq_墨染_3,获取设备的宽度deviceWidth,判断当前位置的left+panel的120px,是否大于deviceWidth;如果大于,则将最后panel显示位置的left-120px,根据自己的需要调一下。
以下代码还加了等级选择功能,需要参考的伙伴可以看看,谢谢。
https://github.com/zhongshanxian/SUM/tree/master/games/sudoku
以下代码还加了等级选择功能,需要参考的伙伴可以看看,谢谢。
https://github.com/zhongshanxian/SUM/tree/master/games/sudoku
2018-02-07
最新回答 / sherleysong
补充,我复看了老师的代码结构没有问题,需要确认一下你的gulpfile.js、node_module、webpack.config.js所在文件夹,即为gulp构建的目录,此处运行gulp命令后,会打包生成和构建目录平行的www。 -root -src +node_modules +js +less -gulpfile.js -package.json -webpack.config.js -www ...
2018-02-02
.pipe(webpack(config)) 会报错
WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
WebpackOptionsValidationError: Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
2018-01-29
看到你装yarn 我也就跟着下载了,然后测试 yarn -v 没毛病 于是老师来了一句 当然,使用npm也可以完成这样的任务。 “wo ni ma”
2018-01-27
D:\sudoku\src\js\core\toolkit.js:88
const generator = new Generator();
^
ReferenceError: Generator is not defined
const generator = new Generator();
^
ReferenceError: Generator is not defined
2018-01-26