From 61fa0f65abcf72a1163852acacac22f10b6bbf2d Mon Sep 17 00:00:00 2001 From: cherishsince Date: Tue, 21 May 2024 10:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BC=98=E5=8C=96=E3=80=91=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20AI=20=E8=A7=92=E8=89=B2=E4=BB=93=E5=BA=93=20Card=20?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E9=A2=84=E7=95=99=E7=A9=BA=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai/chat/role/RoleList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ai/chat/role/RoleList.vue b/src/views/ai/chat/role/RoleList.vue index 1752e088..64ec2dee 100644 --- a/src/views/ai/chat/role/RoleList.vue +++ b/src/views/ai/chat/role/RoleList.vue @@ -103,7 +103,7 @@ onMounted(() => { .card-body { max-width: 240px; width: 240px; - padding: 15px; + padding: 15px 15px 10px 15px; display: flex; flex-direction: row; @@ -132,7 +132,7 @@ onMounted(() => { display: inline-block; margin-right: 20px; border-radius: 10px; - margin-bottom: 30px; + margin-bottom: 20px; position: relative; .more-container {