浏览代码

页面最小宽度调整

zhangjie 2 年之前
父节点
当前提交
776e4424a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Layout.vue

+ 1 - 1
src/components/Layout.vue

@@ -71,7 +71,7 @@
     </div>
     <div
       class="tw-h-screen"
-      style="width: calc(100% - 240px); overflow: scroll"
+      style="width: calc(100% - 240px); overflow: scroll; min-width: 960px"
     >
       <div
         class="tw-bg-white tw-flex tw-justify-between tw-items-center"