From 5ea0b9f994e3303d89ab749bf89e1904f5275009 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Wed, 23 Jul 2025 16:13:20 +0800 Subject: [PATCH] =?UTF-8?q?Feat(AI):=E7=94=A8=E6=88=B7=E6=8F=90=E9=97=AE?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=8D=E5=88=B6=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/views/history.vue | 10 ++++++++++ aiChat/views/index.vue | 10 ++++++++++ assets/css/aiChat.less | 16 +++++++++++++++- 3 files changed, 35 insertions(+), 1 deletion(-) diff --git a/aiChat/views/history.vue b/aiChat/views/history.vue index d0b7c7a..9b7fcbe 100644 --- a/aiChat/views/history.vue +++ b/aiChat/views/history.vue @@ -33,6 +33,16 @@ {{ item.prompt }} + + + + 复制 + + diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index 19b0fca..0ef77e4 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -173,6 +173,16 @@ {{ item.prompt }} + + + + 复制 + + diff --git a/assets/css/aiChat.less b/assets/css/aiChat.less index bc86a4f..9a788e4 100644 --- a/assets/css/aiChat.less +++ b/assets/css/aiChat.less @@ -471,7 +471,7 @@ page { .txt { max-width: 100%; padding: 20rpx 32rpx; - border-radius: 40rpx 40rpx 0 40rpx; + border-radius: 40rpx 0 40rpx 40rpx; box-sizing: border-box; color: #fff; font-size: 30rpx; @@ -489,6 +489,20 @@ page { } } } + .item-right-tools { + display: flex; + justify-content: flex-end; + padding: 20rpx 0 0 0; + .btn { + display: flex; + font-size: 24rpx; + .icon { + display: block; + width: 36rpx; + margin: 0 8rpx 0 0; + } + } + } .bottom-btns { position: relative; display: flex;