-
-

+
+
+
+
+
+
+
+
+

+
Upload files
+
+
+
+
+ Trending report
+
+
+
+
+
+
+
-
+
{{ $t('Input.trendingReport') }}
@@ -656,6 +684,7 @@
const payload = {
text: inputValue.value.trim(),
images: imageUrlList,
+ useReport: reportTags.value.length > 0,
tempImages: uploadedImages.value
}
emits('send', payload)
@@ -941,6 +970,15 @@
.left {
column-gap: 2rem;
}
+ .agent-operate {
+ width: 3.2rem;
+ height: 3.2rem;
+ cursor: pointer;
+ border-radius: 50%;
+ &:hover {
+ background-color: #f0f0f0;
+ }
+ }
.attach {
width: 4rem;
height: 4rem;
@@ -1320,4 +1358,53 @@
height: 1.2rem;
}
}
+
+ .agent-plus-popover {
+ display: flex;
+ justify-content: flex-start;
+ background: transparent !important;
+ box-shadow: none !important;
+ border: none !important;
+ padding: 0 !important;
+ margin-bottom: -1rem;
+ pointer-events: none;
+ .el-popper__arrow:before {
+ display: none;
+ }
+ .agent-modal {
+ // width: 14.6rem;
+ // height: 8.5rem;
+ row-gap: 1.2rem;
+ font-family: 'Medium';
+ font-weight: 500;
+ font-size: 1.3rem;
+ color: #222;
+ background-color: #fff;
+ border: 1px solid #d9d9d9;
+ box-shadow: 0px 6.53px 32.63px 0px #0000000d;
+ border-radius: 1rem;
+ padding: 1.2rem 1.4rem;
+ .c-svg {
+ width: initial;
+ width: 1rem;
+ height: 1.3rem;
+ }
+ .file,
+ .report {
+ line-height: 1.8rem;
+ column-gap: 1rem;
+ cursor: pointer;
+ }
+ .file {
+ .file-icon {
+ width: 1.1rem;
+ height: 1.3rem;
+ }
+ }
+ .gap {
+ height: 0.05rem;
+ background-color: #d4d4d4;
+ }
+ }
+ }