Project Development used the vue framework is a PC multi-page application with a full-screen 1920 1080 blueprints this page needs to be adapted in 1920 1080, but also in 3840 em 2160 I want to use rem to dynamically set html font-size is to change the ...
problem: mobile app, is laid out with rem, and on phones with virtual keyboards (Android phones, such as Huawei and oneplus, the content area is obscured by virtual keyboards. solution: try to solve it natively, but you can t solve it all the time. ...
requirements: if my design draft is based on ip6, then in px2rem-loader s remUnit=75, hotcss document.documentElement.style.fontSize = ( innerWidth*20 320 ) + px ; Is 320 set to 375 for ? ...
when js-sdk is introduced into the page, a jump to Wechat occurs when you get the authorization of Wechat login, and then when you jump back, the font-size of the html tag in the html file will be set twice and lead to page confusion. Have you ever encou...
image-webpack-loader was previously configured in webpack.base.config.js: { test: .(png|jpe?g|gif|svg)( ?.*)?$ , use:[ { loader: url-loader , options: { limit: 10000, name: utils.assetsPath( img [name].[hash:7].[ext]...
I recently read the use of jwt, and I also used jwt as single sign-on authentication in the small project I wrote, and the back end is nodejs. I ve thought of the principles of csrf,csrf and jwt, and I know pretty much about it, but my question is, can...
problem description react project, the front and rear ends are separated, and the axios API requests to implement cross-domain access interfaces; ip: http: 39.105.88.32:9200 interface address: api-auth oauth token and successfully called in postma...
because sed outputs all the data rows by default, sed s pattern command a pattern command GO process, and the data that is not matched is output normally I want to continue editing the rows that have just been matched after sed executes a patte...
problem description render () { return ( <div onClick={()=>{alert(1)}}> <div onClick={()=>{alert(2)}}>Hello< div> <NavLinkBar onClick={()=>{alert(3)}} data={navList}> < NavLinkBar> < di...