From 689d9493155950971403ac5f25d22ab0c0b50a24 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 8 Apr 2025 10:45:39 +0800 Subject: [PATCH] =?UTF-8?q?Fix(AI):[#3603,=20#3604]=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/views/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index 363b15b..9eca6ad 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -329,7 +329,7 @@ export default { box-shadow: 0rpx 12rpx 30rpx rgba(0,0,0,0.1); .trangle { position: absolute; - bottom: 80rpx; + bottom: 120rpx; left: -15rpx; width: 30rpx; height: 30rpx; @@ -338,6 +338,7 @@ export default { transform: rotate(45deg); } .title { + width: 110%; font-weight: bold; } .content {