From 0e0dac746c3dd89889b336f0e9fc4efdc91ee09b Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 30 Jul 2024 17:26:52 +0800 Subject: [PATCH] =?UTF-8?q?style(=E5=B7=A5=E4=BD=9C=E5=8F=B0):=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4ai=E5=8A=A9=E6=89=8B=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/AiComponent.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/core-frontend/src/layout/components/AiComponent.vue b/core/core-frontend/src/layout/components/AiComponent.vue index 736c91043a..9470b8ff45 100644 --- a/core/core-frontend/src/layout/components/AiComponent.vue +++ b/core/core-frontend/src/layout/components/AiComponent.vue @@ -65,16 +65,16 @@ onMounted(() => { .close { position: absolute; right: 12px; - top: 12px; + top: 16px; font-size: 24px; color: rgb(100, 106, 115); cursor: pointer; } .size-class { position: absolute; - right: 48px; + right: 50px; font-size: 16px; - top: 17px; + top: 20px; color: rgb(100, 106, 115); cursor: pointer; } @@ -89,7 +89,7 @@ onMounted(() => { max-width: 420px; height: 50%; width: 25%; - min-height: 450px; + min-height: 540px; max-height: 600px; bottom: 48px; right: 36px;