scorpio 2 年之前
父节点
当前提交
6877b86524
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/layout/index.vue
  2. 1 1
      src/layout/top.vue

+ 1 - 1
src/layout/index.vue

@@ -96,7 +96,7 @@ export default {
     // 设置缩放比例
     setScale() {
       const width = document.documentElement.clientWidth
-      if (width < 1590) {
+      if (width < 1620) {
         this.mini = true
       } else {
         this.mini = false

+ 1 - 1
src/layout/top.vue

@@ -124,7 +124,7 @@ export default {
       this.dataType = tmp
     }
     this.$bus.on('sizeChange', res => {
-      if (res < 1590) {
+      if (res < 1620) {
         this.mini = true
       } else {
         this.mini = false