From af08dae54f74aa9a94f82f298410165fa9b7b614 Mon Sep 17 00:00:00 2001
From: yinbangzhong <zhongbangyin@126.com>
Date: 星期三, 04 九月 2024 13:56:02 +0800
Subject: [PATCH] 单文档

---
 src/views/sessionManager/components/agentSession.vue |   44 ++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 42 insertions(+), 2 deletions(-)

diff --git a/src/views/sessionManager/components/agentSession.vue b/src/views/sessionManager/components/agentSession.vue
index 59f1821..2e65936 100644
--- a/src/views/sessionManager/components/agentSession.vue
+++ b/src/views/sessionManager/components/agentSession.vue
@@ -86,6 +86,18 @@
             style="border: none"
           >
           </a-textarea>
+          <!-- <div class="prompt">
+            <ul>
+              <li class="prompt-item" @click="copyText('43234')">
+                <span>
+                  344343klsdjkjksdjkjksdjk灏卞紑濮嬪ぇ瀹剁湅鏁版嵁搴撶櫥璁板崱鍙楁墦鍑诲嚡鎾掔櫥璁板崱鍙楁墦鍑诲嚡鎾掔櫥璁板崱鍙楁墦鍑诲嚡鎾掔殑43</span
+                >
+                <span style="margin-left: 20px">
+                  <icon-right />
+                </span>
+              </li>
+            </ul>
+          </div> -->
         </template>
         <template #actions>
           <span
@@ -102,6 +114,7 @@
           >
             <icon-refresh /> 閲嶆柊鐢熸垚
           </span>
+          <!-- <span class="action"><icon-to-bottom />涓嬭浇 </span> -->
         </template>
       </a-comment>
       <a-comment v-else-if="sessionDetail.role === 'last'">
@@ -414,6 +427,10 @@
     }
   };
 
+  const copyText = (text) => {
+    inputMsg.value = text;
+  };
+
   // 鍘嗗彶璁板綍璺宠浆鑾峰彇agent浼氳瘽璇︽儏
   const querySessionDetail = async (session) => {
     conversation_id.value = session.id;
@@ -661,11 +678,12 @@
     .chatItemAnswer {
       box-sizing: border-box;
       background: #f1f1f1;
-      border-radius: 14px;
+      border-radius: 10px;
+      padding: 5px;
       .light {
         box-sizing: border-box;
         background: #f1f1f1;
-        border-radius: 14px;
+        border-radius: 10px;
       }
     }
     .textItemAnswer {
@@ -781,6 +799,28 @@
       .icon-user-jpg {
         border: 1px solid #d9d9d9;
       }
+      .prompt {
+        ul {
+          margin: 0;
+          padding: 0;
+          display: flex;
+        }
+        ul > li {
+          list-style-type: none;
+        }
+        .prompt-item {
+          display: flex;
+          justify-content: space-between;
+          background-color: #fff;
+          cursor: pointer;
+          border-radius: 8px;
+          padding: 10px;
+          border: #e5e5e5;
+          &:hover {
+            background-color: #eee;
+          }
+        }
+      }
     }
   }
   .header___lEPyH {

--
Gitblit v1.8.0