前端同比缩放页面 模拟浏览器缩放

@media (max-width: 1920px) and (min-width: 768px) {
  #app {
    zoom: 80%; //元素缩放
  }
  @-ms-viewport {
    width: 1920px;
  }
}