2021年5月13日
摘要: 1SVG渲染顺序及z轴显示问题(zIndex) https://blog.csdn.net/weixin_33971977/article/details/85931674 2SVG 文字居中整理 https://www.cnblogs.com/tianma3798/p/7326529.html 阅读全文
posted @ 2021-05-13 11:14 zhangxiao233 阅读(53) 评论(0) 推荐(0) 编辑
  2020年12月20日
摘要: 1ios键盘弹出隐藏后存在留白 // input失去焦点时加入如下代码 if (/iPhone|iPod|ios|iPad/i.test(navigator.userAgent)) { setTimeout(() => { document.activeElement.scrollIntoViewI 阅读全文
posted @ 2020-12-20 20:25 zhangxiao233 阅读(132) 评论(0) 推荐(0) 编辑
  2020年6月10日
摘要: 2020.6.10 1 将固定的配置文件作为模块存放在STATIC/PUBLIC文件夹下(使用JS会被编译) (1)声明:xx.js export default [{ inner: 'penbasicinfo', outer: 'PENCommonInfo' }] (2)引入:import map 阅读全文
posted @ 2020-06-10 17:08 zhangxiao233 阅读(84) 评论(0) 推荐(0) 编辑
  2020年5月29日
摘要: 1vscode魔幻插件https://www.cnblogs.com/echolun/p/11454915.html 2web 常用开发工具 3SynthWave '84安装指南https://blog.csdn.net/weixin_43954736/article/details/1043705 阅读全文
posted @ 2020-05-29 14:50 zhangxiao233 阅读(96) 评论(0) 推荐(0) 编辑
  2020年5月21日
摘要: 1nodejs项目,npm start启动项目import报错,SyntaxError: Cannot use import statement outside a module https://blog.csdn.net/ll837448792/article/details/103307796 阅读全文
posted @ 2020-05-21 09:26 zhangxiao233 阅读(263) 评论(0) 推荐(0) 编辑
  2020年3月2日
摘要: 1原型 https://www.cxymsg.com/guide/jsBasic.html#%E8%B0%88%E8%B0%88%E4%BD%A0%E5%AF%B9%E5%8E%9F%E5%9E%8B%E9%93%BE%E7%9A%84%E7%90%86%E8%A7%A3%EF%BC%9F%E2%9 阅读全文
posted @ 2020-03-02 09:07 zhangxiao233 阅读(476) 评论(0) 推荐(0) 编辑