Ver código fonte

页面最小宽度调整

zhangjie 2 anos atrás
pai
commit
776e4424a6
1 arquivos alterados com 1 adições e 1 exclusões
  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"