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;