CKboy

Results 3 comments of CKboy

使用用户名登录还是无法正常进入登录成功页面,报错超时,address:10.95.249.53:52127

1、设计稿按750设计的 2、在项目里使用rem适配方案具体代码如下: `const html = document.getElementsByTagName("html")[0];` `const resize = () => {` ` html.style.fontSize =` ` Math.min(Math.max(document.body.clientWidth, 320) / 7.5, 100) + "px";` `};` `window.addEventListener("resize", resize, false);` `resize();` 加入上述代码之后页面里引用的weui组件样式会受到影响无法适配移动端,截图: ![weui问题截图](https://user-images.githubusercontent.com/9526661/111428959-38259100-8733-11eb-8e82-b12a53160a75.jpeg)

> @kusofte-chap 请问是怎么影响到的呢?方便提供下截图吗? ![Uploading weui问题截图.jpeg…]()