diff --git a/src/components/layout/index.vue b/src/components/layout/index.vue index 2523092..08e5a34 100644 --- a/src/components/layout/index.vue +++ b/src/components/layout/index.vue @@ -103,6 +103,7 @@ const handleQuit = () => { border-top: 1px solid #e5e5e5; padding: 2px; overflow-y: auto; + overflow-x: auto; height: 100%; flex: 1; }