|
|
@@ -1,13 +1,13 @@
|
|
|
<template>
|
|
|
<div class="ai-dialog-container">
|
|
|
<!-- 悬浮按钮:随时唤起 AI 对话(Element-UI) -->
|
|
|
- <a
|
|
|
- type="primary"
|
|
|
- class="ai-dialog-button"
|
|
|
- @click="togglePanel"
|
|
|
- >
|
|
|
- <img src="./icons/jqr.svg" />
|
|
|
- </a>
|
|
|
+<!-- <a-->
|
|
|
+<!-- type="primary"-->
|
|
|
+<!-- class="ai-dialog-button"-->
|
|
|
+<!-- @click="togglePanel"-->
|
|
|
+<!-- >-->
|
|
|
+<!-- <img src="./icons/jqr.svg" />-->
|
|
|
+<!-- </a>-->
|
|
|
|
|
|
<!-- 悬浮对话框:固定在右下角,可关闭 -->
|
|
|
<transition name="fade">
|
|
|
@@ -253,7 +253,7 @@ export default {
|
|
|
this.fullStyle = {
|
|
|
width: '90vw',
|
|
|
height: '100vh'
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
scrollToBottom () {
|
|
|
@@ -328,7 +328,7 @@ export default {
|
|
|
border-radius: 10px 10px 10px 0px;
|
|
|
}
|
|
|
.msg-item.user .bubble-user {
|
|
|
- color: #fff !important;
|
|
|
+ color: #fff !important;
|
|
|
background: linear-gradient( 90deg, #3774F6 0%, #0051FD 100%);
|
|
|
border-radius: 10px 10px 0px 10px;
|
|
|
}
|
|
|
@@ -416,4 +416,4 @@ export default {
|
|
|
width: 50px;
|
|
|
filter: drop-shadow(0 3px 8px rgba(5, 5, 17, 1));
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|