From ed809fe9f4903ce6e872c82de18db6da1841a2d9 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 18 Jul 2024 10:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B8=B8=E7=94=A8=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=B8=83=E5=B1=80=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/packages/ai/AiCopilot.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui/packages/ai/AiCopilot.vue b/ui/packages/ai/AiCopilot.vue index a3a01775..2396e5d9 100644 --- a/ui/packages/ai/AiCopilot.vue +++ b/ui/packages/ai/AiCopilot.vue @@ -284,7 +284,7 @@ export default { padding-top: 29px; position: relative; display: grid; - grid-template-columns: repeat(4, 1fr); + grid-template-columns: repeat(3, 1fr); gap: 6px; &:before { @@ -296,7 +296,6 @@ export default { } .app { - font-size: 13px; line-height: 18px; text-align: center; width: 72px; @@ -306,7 +305,7 @@ export default { background-position: center 7px; background-size: 36px 36px; border-radius: 4px; - + font-size: 12px; &:hover, &.current { background-color: #286ffd14;