From eb18cf3c45057708258d981b0a99d48ace96b4bb Mon Sep 17 00:00:00 2001 From: Ethereal <3432649580@qq.com> Date: Sat, 25 Oct 2025 20:08:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96deepmate=E6=80=9D=E8=80=83?= =?UTF-8?q?=E8=BF=87=E7=A8=8B=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/deepMate/deepMate.vue | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/pages/deepMate/deepMate.vue b/pages/deepMate/deepMate.vue index ec173f0..1b2db52 100644 --- a/pages/deepMate/deepMate.vue +++ b/pages/deepMate/deepMate.vue @@ -6,8 +6,11 @@ - - DeepMate + + DeepMate @@ -910,7 +913,7 @@ function getDataInfo() { .loading-dots { display: flex; align-items: center; - padding-top: 10rpx; + /* padding-top: 10rpx; */ } .dot { @@ -1145,9 +1148,9 @@ function getDataInfo() { .history-time { margin-top: 8rpx; font-size: 22rpx; color: #888888; } .empty-history { padding: 40rpx; color: #999999; text-align: center; } .thinking-process { - margin: 20rpx 0; + margin: 10rpx 0; border: 2rpx solid #e5e5e5; - border-radius: 2rpx; + border-radius: 20rpx; background-color: #f9f9f9; } @@ -1157,6 +1160,7 @@ function getDataInfo() { padding: 20rpx 30rpx; cursor: pointer; background-color: #fff; + border-radius: 20rpx; border-bottom: 2rpx solid #e5e5e5; }