77

导航

03 2021 档案

在VScode运行js代码报Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
摘要:#看报错信息 Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension. 警告:加载ES模块时,在package.json包中设置“ type”:“ module 阅读全文

posted @ 2021-03-05 10:33 77ss 阅读(6531) 评论(0) 推荐(0)

微信小程序内容高度超过手机屏幕高度backgroundColor受到影响
摘要:问题描述 微信小程序内容高度超出手机屏幕高度 #页面结构 page - questionnaire-fixed-height - questionnaire # 设置page高度100% <style lang="scss"> page { height: 100%; } </style> #设置内 阅读全文

posted @ 2021-03-04 17:46 77ss 阅读(835) 评论(0) 推荐(0)