From 13fb22d7804e4bd88452844833b42adab9da89ad Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Thu, 11 Jun 2026 09:21:52 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):[#5329]=E9=80=81?= =?UTF-8?q?=E7=A4=BC=E9=A2=84=E8=AE=BE=E8=AF=8D=E6=9D=A1=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E8=B0=83=E6=95=B4=E5=B8=83=E5=B1=80=EF=BC=8C=E5=B0=86?= =?UTF-8?q?=E9=80=89=E9=A1=B9=E5=8C=BA=E5=9F=9F=E5=90=91=E4=B8=8A=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E4=B8=80=E7=82=B9=EF=BC=8C=E9=81=BF=E5=85=8D=E8=AF=AF?= =?UTF-8?q?=E8=A7=A6=E4=B8=8B=E6=96=B9=E5=AF=BC=E8=88=AA=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/views/index.vue | 2 +- assets/css/aiChat.less | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index aa181ac..118e4df 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -856,7 +856,7 @@ export default { .guide-left { .avatar { display: block; - width: 430rpx; + width: 400rpx; } .county-avatar { width: 360rpx; diff --git a/assets/css/aiChat.less b/assets/css/aiChat.less index 057ef16..6f6994e 100644 --- a/assets/css/aiChat.less +++ b/assets/css/aiChat.less @@ -1381,7 +1381,7 @@ page { font-size: 36rpx; font-weight: bold; color: #333; - margin-bottom: 80rpx; + margin-bottom: 60rpx; text-align: center; } @@ -1400,7 +1400,7 @@ page { background-color: #f2f4ff; color: #333; border-radius: 12rpx; - margin-bottom: 24rpx; + margin-bottom: 20rpx; font-size: 28rpx; position: relative; transition: all 0.2s; @@ -1450,13 +1450,12 @@ page { display: flex; flex-direction: column; align-items: center; - margin-top: 20rpx; .action-btn-group { display: flex; justify-content: space-between; width: 100%; - margin-bottom: 30rpx; + margin-bottom: 20rpx; .btn { height: 62rpx;