How to make PC side highly compatible

how can the PC end be highly compatible? Generally speaking, our PC side only does width compatibility, if we want to do different resolutions, the display is the same. How do you do that? Is it possible to use rem??
background management system written in VUE, which requires a high degree of compatibility? Ask the boss for advice!

Mar.28,2021

commonly used UI libraries, such as ElementUI iView , all have a similar concept of elastic box, which is the same as the grid system of bootstrap , which can be referenced below. Highly adaptive support bar


since it is written in vue, it does not need to be compatible with browsers below ie9, then use vw and vh units. For example: height:5vw; , just change the unit. 1vw equals 1% of the viewport width, and 1vh equals 1% of the viewport height.


iview admin
https://codeshelper.com/a/11.

Menu