VUE中最简单的实现浏览器放大缩小页面不乱

在app.vue中写入
<template>
  <div id="app" style="min-width: 1900px;max-width: 2560px">
    <router-view/>
  </div>
</template>

'''
min-width: 1900px; # 最小宽度
max-width: 2560px  # 最大宽度
根据实际设置
'''
posted @ 2023-08-15 10:27  春游去动物园  阅读(859)  评论(0编辑  收藏  举报