How to solve the problem when the page on html5 web is zoomed out and Baidu map is reduced?

1. My web page uses Taobao"s lib-flexible elastic layout, which is suitable for different mobile phones.
< meta name= "viewport" content= "initial-scale=0.5, maximum-scale=0.5, minimum-scale=0.5, user-scalable=no" >
now introduces Baidu map, which requires that
< meta name= "viewport" content= "initial-scale=1.0, user-scalable=no" / > cannot zoom the page. Now there is no way not to zoom with this meta tag. As a result, the text, icons and buildings in the map are all very small, how to solve them?

Mar.22,2021

because the VUE, I use also uses px2rem to automatically convert px to rem, if you don't need lib-flexible, you have to change the style before you change it, so I set the meta tag on the page of the map to zoom to 1, and the style is written separately, because the changed meta needs to refresh the page, and it's troublesome to deal with other data. Finally, I gave in. A careful study of px2rem and lib-flexible on the control of the page, found that other places of the code does not need to change, the lib-flexible inside the control of the zoom ratio of the place fixed to 1, can be solved perfectly.


have you solved it? I also encountered

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32043-3418d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32043-3418d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?