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: "常用功能";