From 2a882cb3ee15a7e7c88c9ccf8a4eec829b8d521f Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 18 Jul 2024 09:22:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B7=A6=E8=BE=B9=E7=9A=84?= =?UTF-8?q?=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/packages/ai/AiCopilot.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ui/packages/ai/AiCopilot.vue b/ui/packages/ai/AiCopilot.vue index 6cebcac5..a568fe3c 100644 --- a/ui/packages/ai/AiCopilot.vue +++ b/ui/packages/ai/AiCopilot.vue @@ -154,7 +154,7 @@ export default {
-
+
@@ -244,7 +244,8 @@ export default { height: 100%; transition: width 1s; padding: 14px 0; - overflow: hidden; + overflow-x: hidden; + overflow-y: auto; & > * { margin: 0 14px; @@ -282,6 +283,9 @@ export default { margin-top: 18px; padding-top: 29px; position: relative; + display: grid; + grid-template-columns: repeat(4, 1fr); + gap: 6px; &:before { content: "常用功能";