agilebuilder-ui 1.1.65-tmp26 → 1.1.65-tmp27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.full.min.js +1115 -1102
- package/dist/style.css +36 -20
- package/es/IntervalSelection/src/sectionDate.vue.mjs +8 -8
- package/es/chat-embed/src/chat-addition-data.vue2.mjs +14 -11
- package/es/chat-embed/src/chat-ai-answer-tip.vue2.mjs +8 -8
- package/es/chat-embed/src/chat-bubble-footer.vue2.mjs +5 -5
- package/es/chat-embed/src/chat-sender.vue2.mjs +41 -41
- package/es/chat-embed/src/components/answer-auto-chart.vue2.mjs +1 -2
- package/es/chat-embed/src/components/answer-interaction-data.vue2.mjs +6 -7
- package/es/chat-embed/src/components/history-detail.vue2.mjs +18 -18
- package/es/chat-embed/src/header.vue2.mjs +16 -16
- package/es/chat-embed/src/index.vue2.mjs +161 -161
- package/es/chat-embed/src/recommendation-message.vue2.mjs +9 -6
- package/es/chat-embed/src/sidebar-item.vue2.mjs +65 -65
- package/es/chat-embed/src/voice/voice.vue.mjs +36 -35
- package/es/date-picker-range/index.vue2.mjs +39 -39
- package/es/department-tree-mobile/src/department-tree-app.vue.mjs +8 -7
- package/es/department-tree-mobile/src/department-tree-inline-app.vue.mjs +54 -54
- package/es/department-tree-mobile/src/dept-path.vue.mjs +7 -6
- package/es/department-tree-mobile/src/dept-result.vue.mjs +7 -6
- package/es/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.mjs +5 -5
- package/es/department-user-tree-mobile/src/department-user-tree-app.vue.mjs +10 -9
- package/es/department-user-tree-mobile/src/department-user-tree-inline-app.vue.mjs +64 -64
- package/es/department-user-tree-mobile/src/dept-path.vue.mjs +7 -6
- package/es/department-user-tree-mobile/src/dept-result.vue.mjs +4 -3
- package/es/empty-state/index.vue.mjs +2 -2
- package/es/fs-upload/src/fs-upload-multi.vue.mjs +1 -1
- package/es/fs-upload-list/src/fs-upload-list.vue.mjs +1 -1
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.mjs +12 -12
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.mjs +24 -24
- package/es/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.mjs +17 -17
- package/es/fs-upload-new/src/file-upload-mobile/file-upload.vue.mjs +12 -12
- package/es/fs-upload-new/src/fs-button-upload.vue2.mjs +23 -23
- package/es/fs-upload-new/src/fs-drag-upload.vue2.mjs +23 -23
- package/es/fs-upload-new/src/fs-preview-new.vue2.mjs +34 -34
- package/es/fs-upload-new/src/fs-upload-new.vue.mjs +15 -15
- package/es/json-view/json-view-dialog.vue.mjs +5 -5
- package/es/multipart-upload/src/multipart-upload-form.vue.mjs +1 -1
- package/es/multipart-upload/src/multipart-upload-list.vue.mjs +5 -5
- package/es/row-form/index.vue2.mjs +31 -31
- package/es/row-form/operation.vue.mjs +13 -13
- package/es/secret-info/index.vue.mjs +1 -1
- package/es/src/components/Affix/index.vue2.mjs +26 -26
- package/es/src/components/Scrollbar/index.vue.mjs +22 -22
- package/es/src/views/error-page/401.vue.mjs +8 -8
- package/es/src/views/error-page/404.vue.mjs +8 -8
- package/es/style.css +933 -917
- package/es/super-grid/src/columns-config.vue.mjs +1 -1
- package/es/super-grid/src/components/grid-radio-input.vue.mjs +5 -5
- package/es/super-grid/src/components/select-input.vue.mjs +55 -55
- package/es/super-grid/src/row-detail.vue.mjs +1 -1
- package/es/super-grid/src/search-form-advancedQuery.vue.mjs +1 -1
- package/es/super-grid/src/search-form-number.vue.mjs +4 -5
- package/es/super-grid/src/super-grid.vue.mjs +1 -1
- package/es/super-nine-grid/src/search-form-number.vue.mjs +4 -5
- package/es/super-nine-grid/src/search-form.vue.mjs +1 -1
- package/es/super-nine-grid/src/super-nine-grid.vue.mjs +1 -1
- package/es/workgroup-tree-inline/src/workgroup-tree-inline.vue.mjs +8 -8
- package/es/workgroup-tree-mobile/src/dept-result.vue.mjs +4 -3
- package/es/workgroup-tree-mobile/src/workgroup-tree-app.vue.mjs +8 -7
- package/es/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.mjs +51 -51
- package/es/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.mjs +5 -5
- package/es/workgroup-user-tree-mobile/src/dept-path.vue.mjs +7 -6
- package/es/workgroup-user-tree-mobile/src/dept-result.vue.mjs +4 -3
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.mjs +7 -6
- package/es/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.mjs +65 -65
- package/es/year-range-picker/src/year-range-picker.vue.mjs +1 -1
- package/lib/IntervalSelection/src/sectionDate.vue.cjs +6 -6
- package/lib/chat-embed/src/chat-addition-data.vue2.cjs +13 -10
- package/lib/chat-embed/src/chat-ai-answer-tip.vue2.cjs +8 -8
- package/lib/chat-embed/src/chat-bubble-footer.vue2.cjs +5 -5
- package/lib/chat-embed/src/chat-sender.vue2.cjs +20 -20
- package/lib/chat-embed/src/components/answer-auto-chart.vue2.cjs +1 -2
- package/lib/chat-embed/src/components/answer-interaction-data.vue2.cjs +5 -6
- package/lib/chat-embed/src/components/history-detail.vue2.cjs +18 -18
- package/lib/chat-embed/src/header.vue2.cjs +17 -17
- package/lib/chat-embed/src/index.vue2.cjs +123 -123
- package/lib/chat-embed/src/recommendation-message.vue2.cjs +7 -4
- package/lib/chat-embed/src/sidebar-item.vue2.cjs +35 -35
- package/lib/chat-embed/src/voice/voice.vue.cjs +36 -35
- package/lib/date-picker-range/index.vue2.cjs +11 -11
- package/lib/department-tree-mobile/src/department-tree-app.vue.cjs +7 -6
- package/lib/department-tree-mobile/src/department-tree-inline-app.vue.cjs +53 -53
- package/lib/department-tree-mobile/src/dept-path.vue.cjs +6 -6
- package/lib/department-tree-mobile/src/dept-result.vue.cjs +7 -6
- package/lib/department-user-tree-inline/src/department-user-multiple-tree-inline.vue.cjs +5 -5
- package/lib/department-user-tree-mobile/src/department-user-tree-app.vue.cjs +9 -8
- package/lib/department-user-tree-mobile/src/department-user-tree-inline-app.vue.cjs +61 -61
- package/lib/department-user-tree-mobile/src/dept-path.vue.cjs +6 -6
- package/lib/department-user-tree-mobile/src/dept-result.vue.cjs +4 -3
- package/lib/empty-state/index.vue.cjs +2 -2
- package/lib/fs-upload/src/fs-upload-multi.vue.cjs +1 -1
- package/lib/fs-upload-list/src/fs-upload-list.vue.cjs +1 -1
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-app.vue.cjs +12 -12
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-browser.vue.cjs +24 -24
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload-component.vue2.cjs +17 -17
- package/lib/fs-upload-new/src/file-upload-mobile/file-upload.vue.cjs +12 -12
- package/lib/fs-upload-new/src/fs-button-upload.vue2.cjs +23 -23
- package/lib/fs-upload-new/src/fs-drag-upload.vue2.cjs +23 -23
- package/lib/fs-upload-new/src/fs-preview-new.vue2.cjs +36 -36
- package/lib/fs-upload-new/src/fs-upload-new.vue.cjs +15 -15
- package/lib/json-view/json-view-dialog.vue.cjs +6 -6
- package/lib/multipart-upload/src/multipart-upload-form.vue.cjs +1 -1
- package/lib/multipart-upload/src/multipart-upload-list.vue.cjs +5 -5
- package/lib/row-form/index.vue2.cjs +31 -31
- package/lib/row-form/operation.vue.cjs +13 -13
- package/lib/secret-info/index.vue.cjs +1 -1
- package/lib/src/components/Affix/index.vue2.cjs +28 -28
- package/lib/src/components/Scrollbar/index.vue.cjs +22 -22
- package/lib/src/views/error-page/401.vue.cjs +7 -7
- package/lib/src/views/error-page/404.vue.cjs +4 -4
- package/lib/style.css +955 -939
- package/lib/super-grid/src/columns-config.vue.cjs +1 -1
- package/lib/super-grid/src/components/grid-radio-input.vue.cjs +5 -5
- package/lib/super-grid/src/components/select-input.vue.cjs +56 -56
- package/lib/super-grid/src/row-detail.vue.cjs +1 -1
- package/lib/super-grid/src/search-form-advancedQuery.vue.cjs +1 -1
- package/lib/super-grid/src/search-form-number.vue.cjs +6 -6
- package/lib/super-grid/src/super-grid.vue.cjs +1 -1
- package/lib/super-nine-grid/src/search-form-number.vue.cjs +6 -6
- package/lib/super-nine-grid/src/search-form.vue.cjs +1 -1
- package/lib/super-nine-grid/src/super-nine-grid.vue.cjs +1 -1
- package/lib/workgroup-tree-inline/src/workgroup-tree-inline.vue.cjs +5 -5
- package/lib/workgroup-tree-mobile/src/dept-result.vue.cjs +4 -3
- package/lib/workgroup-tree-mobile/src/workgroup-tree-app.vue.cjs +9 -8
- package/lib/workgroup-tree-mobile/src/workgroup-tree-inline-app.vue.cjs +48 -48
- package/lib/workgroup-user-tree-inline/src/workgroup-user-tree-inline.vue.cjs +5 -5
- package/lib/workgroup-user-tree-mobile/src/dept-path.vue.cjs +6 -6
- package/lib/workgroup-user-tree-mobile/src/dept-result.vue.cjs +4 -3
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-app.vue.cjs +9 -8
- package/lib/workgroup-user-tree-mobile/src/workgroup-user-tree-inline-app.vue.cjs +63 -63
- package/lib/year-range-picker/src/year-range-picker.vue.cjs +1 -1
- package/package.json +2 -2
package/lib/style.css
CHANGED
|
@@ -128,42 +128,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
128
128
|
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
129
129
|
color: #97a8be;
|
|
130
130
|
cursor: text;
|
|
131
|
-
}
|
|
132
|
-
.svg-icon[data-v-67e4e504] {
|
|
133
|
-
width: 1.2em;
|
|
134
|
-
height: 1.2em;
|
|
135
|
-
vertical-align: -0.25em;
|
|
136
|
-
fill: currentColor;
|
|
137
|
-
overflow: initial;
|
|
138
|
-
}
|
|
139
|
-
.amd-hamburger-container-main[data-v-79c35667] {
|
|
140
|
-
padding: 0;
|
|
141
|
-
display: flex;
|
|
142
|
-
align-items: center;
|
|
143
|
-
justify-content: end;
|
|
144
|
-
}
|
|
145
|
-
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
146
|
-
display: flex;
|
|
147
|
-
align-items: center;
|
|
148
|
-
justify-content: center;
|
|
149
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
150
|
-
font-size: 18px;
|
|
151
|
-
cursor: pointer;
|
|
152
|
-
}
|
|
153
|
-
.searchResult {
|
|
154
|
-
color: red;
|
|
155
|
-
}
|
|
156
|
-
.inline-input-custom {
|
|
157
|
-
width: 90%;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.searchResult[data-v-22410ec9] {
|
|
161
|
-
color: red;
|
|
162
|
-
}
|
|
163
|
-
.inline-input-custom[data-v-22410ec9] {
|
|
164
|
-
width: 90%;
|
|
165
|
-
}
|
|
166
|
-
.grid-area .elTable th[data-v-664b8a45] {
|
|
131
|
+
}.grid-area .elTable th[data-v-664b8a45] {
|
|
167
132
|
padding: 2px 0 !important;
|
|
168
133
|
}
|
|
169
134
|
.grid-area .elTable td[data-v-664b8a45] {
|
|
@@ -306,7 +271,42 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
306
271
|
.super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
307
272
|
flex-wrap: wrap;
|
|
308
273
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
309
|
-
}.
|
|
274
|
+
}.amd-hamburger-container-main[data-v-79c35667] {
|
|
275
|
+
padding: 0;
|
|
276
|
+
display: flex;
|
|
277
|
+
align-items: center;
|
|
278
|
+
justify-content: end;
|
|
279
|
+
}
|
|
280
|
+
.amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
|
|
281
|
+
display: flex;
|
|
282
|
+
align-items: center;
|
|
283
|
+
justify-content: center;
|
|
284
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
285
|
+
font-size: 18px;
|
|
286
|
+
cursor: pointer;
|
|
287
|
+
}
|
|
288
|
+
.svg-icon[data-v-67e4e504] {
|
|
289
|
+
width: 1.2em;
|
|
290
|
+
height: 1.2em;
|
|
291
|
+
vertical-align: -0.25em;
|
|
292
|
+
fill: currentColor;
|
|
293
|
+
overflow: initial;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.searchResult[data-v-22410ec9] {
|
|
297
|
+
color: red;
|
|
298
|
+
}
|
|
299
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
300
|
+
width: 90%;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.searchResult {
|
|
304
|
+
color: red;
|
|
305
|
+
}
|
|
306
|
+
.inline-input-custom {
|
|
307
|
+
width: 90%;
|
|
308
|
+
}
|
|
309
|
+
.ValidCode[data-v-aa77e3bd] {
|
|
310
310
|
display: flex;
|
|
311
311
|
background-color: #fff;
|
|
312
312
|
justify-content: center;
|
|
@@ -316,10 +316,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
316
316
|
.ValidCode span[data-v-aa77e3bd] {
|
|
317
317
|
display: inline-block;
|
|
318
318
|
}
|
|
319
|
-
.organization-input .el-input-group__append {
|
|
320
|
-
padding: 0 10px 0 0;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
319
|
.red-circle[data-v-998f4283] {
|
|
324
320
|
width: 20px; /* 圆圈的宽度 */
|
|
325
321
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -334,6 +330,10 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
334
330
|
border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
|
|
335
331
|
display: inline-block; /* 确保元素以块级元素显示 */
|
|
336
332
|
}
|
|
333
|
+
|
|
334
|
+
.organization-input .el-input-group__append {
|
|
335
|
+
padding: 0 10px 0 0;
|
|
336
|
+
}
|
|
337
337
|
.nine-grid-area[data-v-80f6a26f] {
|
|
338
338
|
padding: 10px;
|
|
339
339
|
}
|
|
@@ -450,35 +450,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
450
450
|
}
|
|
451
451
|
[data-v-34406c62] .el-select-dropdown__item {
|
|
452
452
|
display: inline-block;
|
|
453
|
-
}.amb-color-iconfont[data-v-5254701d] {
|
|
454
|
-
width: 30px;
|
|
455
|
-
height: 30px;
|
|
456
|
-
}
|
|
457
|
-
.amb-list-preivew-name[data-v-5254701d] {
|
|
458
|
-
margin-left: 10px;
|
|
459
|
-
cursor: pointer;
|
|
460
|
-
overflow: hidden;
|
|
461
|
-
text-overflow: ellipsis;
|
|
462
|
-
white-space: nowrap;
|
|
463
|
-
}
|
|
464
|
-
.fs-upload-tag[data-v-5254701d] {
|
|
465
|
-
border: 1px solid #dcdfe6;
|
|
466
|
-
padding: 4px 8px;
|
|
467
|
-
background-clip: padding-box;
|
|
468
|
-
overflow: hidden;
|
|
469
|
-
display: inline-flex;
|
|
470
|
-
align-items: center;
|
|
471
|
-
}
|
|
472
|
-
.fs-upload-tag-text[data-v-5254701d] {
|
|
473
|
-
margin-right: 8px;
|
|
474
|
-
max-width: 120px;
|
|
475
|
-
overflow: hidden;
|
|
476
|
-
text-overflow: ellipsis;
|
|
477
|
-
white-space: nowrap;
|
|
478
|
-
}
|
|
479
|
-
.fs-upload-tag-percent[data-v-5254701d] {
|
|
480
|
-
font-weight: 600;
|
|
481
|
-
margin-left: 4px;
|
|
482
453
|
}
|
|
483
454
|
.fs-preview-container[data-v-7f109349] {
|
|
484
455
|
display: flex;
|
|
@@ -569,129 +540,226 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
569
540
|
}iframe[data-v-e5fb3b56] {
|
|
570
541
|
width: 100%;
|
|
571
542
|
height: calc(100vh - 50px);
|
|
543
|
+
}.amb-color-iconfont[data-v-5254701d] {
|
|
544
|
+
width: 30px;
|
|
545
|
+
height: 30px;
|
|
572
546
|
}
|
|
573
|
-
.
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
547
|
+
.amb-list-preivew-name[data-v-5254701d] {
|
|
548
|
+
margin-left: 10px;
|
|
549
|
+
cursor: pointer;
|
|
550
|
+
overflow: hidden;
|
|
551
|
+
text-overflow: ellipsis;
|
|
552
|
+
white-space: nowrap;
|
|
579
553
|
}
|
|
580
|
-
.
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
554
|
+
.fs-upload-tag[data-v-5254701d] {
|
|
555
|
+
border: 1px solid #dcdfe6;
|
|
556
|
+
padding: 4px 8px;
|
|
557
|
+
background-clip: padding-box;
|
|
558
|
+
overflow: hidden;
|
|
559
|
+
display: inline-flex;
|
|
560
|
+
align-items: center;
|
|
586
561
|
}
|
|
587
|
-
.
|
|
588
|
-
|
|
562
|
+
.fs-upload-tag-text[data-v-5254701d] {
|
|
563
|
+
margin-right: 8px;
|
|
564
|
+
max-width: 120px;
|
|
565
|
+
overflow: hidden;
|
|
566
|
+
text-overflow: ellipsis;
|
|
567
|
+
white-space: nowrap;
|
|
589
568
|
}
|
|
590
|
-
.
|
|
591
|
-
|
|
569
|
+
.fs-upload-tag-percent[data-v-5254701d] {
|
|
570
|
+
font-weight: 600;
|
|
571
|
+
margin-left: 4px;
|
|
572
|
+
}.wscn-http404-container[data-v-4f824f28] {
|
|
573
|
+
transform: translate(-50%, -50%);
|
|
574
|
+
position: absolute;
|
|
575
|
+
top: 40%;
|
|
576
|
+
left: 50%;
|
|
592
577
|
}
|
|
593
|
-
.
|
|
594
|
-
|
|
578
|
+
.wscn-http404[data-v-4f824f28] {
|
|
579
|
+
position: relative;
|
|
580
|
+
width: 1200px;
|
|
581
|
+
padding: 0 50px;
|
|
582
|
+
overflow: hidden;
|
|
595
583
|
}
|
|
596
|
-
.
|
|
597
|
-
|
|
598
|
-
|
|
584
|
+
.wscn-http404 .pic-404[data-v-4f824f28] {
|
|
585
|
+
position: relative;
|
|
586
|
+
float: left;
|
|
587
|
+
width: 600px;
|
|
588
|
+
overflow: hidden;
|
|
599
589
|
}
|
|
600
|
-
.
|
|
601
|
-
|
|
602
|
-
text-align: left;
|
|
590
|
+
.wscn-http404 .pic-404__parent[data-v-4f824f28] {
|
|
591
|
+
width: 100%;
|
|
603
592
|
}
|
|
604
|
-
.
|
|
605
|
-
|
|
606
|
-
color: #9ea0a2;
|
|
607
|
-
margin-left: 8px;
|
|
593
|
+
.wscn-http404 .pic-404__child[data-v-4f824f28] {
|
|
594
|
+
position: absolute;
|
|
608
595
|
}
|
|
609
|
-
.
|
|
610
|
-
|
|
611
|
-
|
|
596
|
+
.wscn-http404 .pic-404__child.left[data-v-4f824f28] {
|
|
597
|
+
width: 80px;
|
|
598
|
+
top: 17px;
|
|
599
|
+
left: 220px;
|
|
600
|
+
opacity: 0;
|
|
601
|
+
animation-name: cloudLeft-4f824f28;
|
|
602
|
+
animation-duration: 2s;
|
|
603
|
+
animation-timing-function: linear;
|
|
604
|
+
animation-fill-mode: forwards;
|
|
605
|
+
animation-delay: 1s;
|
|
612
606
|
}
|
|
613
|
-
.
|
|
614
|
-
|
|
607
|
+
.wscn-http404 .pic-404__child.mid[data-v-4f824f28] {
|
|
608
|
+
width: 46px;
|
|
609
|
+
top: 10px;
|
|
610
|
+
left: 420px;
|
|
611
|
+
opacity: 0;
|
|
612
|
+
animation-name: cloudMid-4f824f28;
|
|
613
|
+
animation-duration: 2s;
|
|
614
|
+
animation-timing-function: linear;
|
|
615
|
+
animation-fill-mode: forwards;
|
|
616
|
+
animation-delay: 1.2s;
|
|
615
617
|
}
|
|
616
|
-
.
|
|
617
|
-
|
|
618
|
-
|
|
618
|
+
.wscn-http404 .pic-404__child.right[data-v-4f824f28] {
|
|
619
|
+
width: 62px;
|
|
620
|
+
top: 100px;
|
|
621
|
+
left: 500px;
|
|
622
|
+
opacity: 0;
|
|
623
|
+
animation-name: cloudRight-4f824f28;
|
|
624
|
+
animation-duration: 2s;
|
|
625
|
+
animation-timing-function: linear;
|
|
626
|
+
animation-fill-mode: forwards;
|
|
627
|
+
animation-delay: 1s;
|
|
619
628
|
}
|
|
620
|
-
|
|
621
|
-
|
|
629
|
+
@keyframes cloudLeft-4f824f28 {
|
|
630
|
+
0% {
|
|
631
|
+
top: 17px;
|
|
632
|
+
left: 220px;
|
|
633
|
+
opacity: 0;
|
|
622
634
|
}
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
635
|
+
20% {
|
|
636
|
+
top: 33px;
|
|
637
|
+
left: 188px;
|
|
638
|
+
opacity: 1;
|
|
627
639
|
}
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
640
|
+
80% {
|
|
641
|
+
top: 81px;
|
|
642
|
+
left: 92px;
|
|
643
|
+
opacity: 1;
|
|
631
644
|
}
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
.organization-tree,
|
|
637
|
-
.organization-tree .el-checkbox__label,
|
|
638
|
-
.organization-tree .el-breadcrumb__inner,
|
|
639
|
-
.organization-tree .el-tree {
|
|
640
|
-
font-size: 17px;
|
|
641
|
-
font-weight: 700;
|
|
645
|
+
100% {
|
|
646
|
+
top: 97px;
|
|
647
|
+
left: 60px;
|
|
648
|
+
opacity: 0;
|
|
642
649
|
}
|
|
643
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
644
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
645
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
646
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
647
|
-
font-size: 17px;
|
|
648
|
-
font-weight: 700;
|
|
649
650
|
}
|
|
650
|
-
|
|
651
|
-
|
|
651
|
+
@keyframes cloudMid-4f824f28 {
|
|
652
|
+
0% {
|
|
653
|
+
top: 10px;
|
|
654
|
+
left: 420px;
|
|
655
|
+
opacity: 0;
|
|
652
656
|
}
|
|
653
|
-
|
|
654
|
-
|
|
657
|
+
20% {
|
|
658
|
+
top: 40px;
|
|
659
|
+
left: 360px;
|
|
660
|
+
opacity: 1;
|
|
655
661
|
}
|
|
656
|
-
|
|
657
|
-
|
|
662
|
+
70% {
|
|
663
|
+
top: 130px;
|
|
664
|
+
left: 180px;
|
|
665
|
+
opacity: 1;
|
|
658
666
|
}
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
667
|
+
100% {
|
|
668
|
+
top: 160px;
|
|
669
|
+
left: 120px;
|
|
670
|
+
opacity: 0;
|
|
662
671
|
}
|
|
663
|
-
.organization-tree .item-label {
|
|
664
|
-
flex: 0 0 90%;
|
|
665
|
-
text-align: left;
|
|
666
672
|
}
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
673
|
+
@keyframes cloudRight-4f824f28 {
|
|
674
|
+
0% {
|
|
675
|
+
top: 100px;
|
|
676
|
+
left: 500px;
|
|
677
|
+
opacity: 0;
|
|
670
678
|
}
|
|
671
|
-
|
|
679
|
+
20% {
|
|
680
|
+
top: 120px;
|
|
681
|
+
left: 460px;
|
|
682
|
+
opacity: 1;
|
|
683
|
+
}
|
|
684
|
+
80% {
|
|
685
|
+
top: 180px;
|
|
686
|
+
left: 340px;
|
|
687
|
+
opacity: 1;
|
|
688
|
+
}
|
|
689
|
+
100% {
|
|
690
|
+
top: 200px;
|
|
691
|
+
left: 300px;
|
|
692
|
+
opacity: 0;
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
.wscn-http404 .bullshit[data-v-4f824f28] {
|
|
696
|
+
position: relative;
|
|
697
|
+
float: left;
|
|
698
|
+
width: 300px;
|
|
699
|
+
padding: 30px 0;
|
|
700
|
+
overflow: hidden;
|
|
701
|
+
}
|
|
702
|
+
.wscn-http404 .bullshit__oops[data-v-4f824f28] {
|
|
703
|
+
font-size: 32px;
|
|
704
|
+
font-weight: bold;
|
|
705
|
+
line-height: 40px;
|
|
706
|
+
color: #1482f0;
|
|
707
|
+
opacity: 0;
|
|
708
|
+
margin-bottom: 20px;
|
|
709
|
+
animation-name: slideUp-4f824f28;
|
|
710
|
+
animation-duration: 0.5s;
|
|
711
|
+
animation-fill-mode: forwards;
|
|
712
|
+
}
|
|
713
|
+
.wscn-http404 .bullshit__headline[data-v-4f824f28] {
|
|
714
|
+
font-size: 20px;
|
|
715
|
+
line-height: 24px;
|
|
716
|
+
color: #222;
|
|
717
|
+
font-weight: bold;
|
|
718
|
+
opacity: 0;
|
|
672
719
|
margin-bottom: 10px;
|
|
720
|
+
animation-name: slideUp-4f824f28;
|
|
721
|
+
animation-duration: 0.5s;
|
|
722
|
+
animation-delay: 0.1s;
|
|
723
|
+
animation-fill-mode: forwards;
|
|
673
724
|
}
|
|
674
|
-
.
|
|
675
|
-
|
|
676
|
-
|
|
725
|
+
.wscn-http404 .bullshit__info[data-v-4f824f28] {
|
|
726
|
+
font-size: 13px;
|
|
727
|
+
line-height: 21px;
|
|
728
|
+
color: grey;
|
|
729
|
+
opacity: 0;
|
|
730
|
+
margin-bottom: 30px;
|
|
731
|
+
animation-name: slideUp-4f824f28;
|
|
732
|
+
animation-duration: 0.5s;
|
|
733
|
+
animation-delay: 0.2s;
|
|
734
|
+
animation-fill-mode: forwards;
|
|
677
735
|
}
|
|
678
|
-
.
|
|
679
|
-
|
|
736
|
+
.wscn-http404 .bullshit__return-home[data-v-4f824f28] {
|
|
737
|
+
display: block;
|
|
738
|
+
float: left;
|
|
739
|
+
width: 110px;
|
|
740
|
+
height: 36px;
|
|
741
|
+
background: #1482f0;
|
|
742
|
+
border-radius: 100px;
|
|
743
|
+
text-align: center;
|
|
744
|
+
color: #ffffff;
|
|
745
|
+
opacity: 0;
|
|
746
|
+
font-size: 14px;
|
|
747
|
+
line-height: 36px;
|
|
748
|
+
cursor: pointer;
|
|
749
|
+
animation-name: slideUp-4f824f28;
|
|
750
|
+
animation-duration: 0.5s;
|
|
751
|
+
animation-delay: 0.3s;
|
|
752
|
+
animation-fill-mode: forwards;
|
|
680
753
|
}
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
754
|
+
@keyframes slideUp-4f824f28 {
|
|
755
|
+
0% {
|
|
756
|
+
transform: translateY(60px);
|
|
757
|
+
opacity: 0;
|
|
685
758
|
}
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
759
|
+
100% {
|
|
760
|
+
transform: translateY(0);
|
|
761
|
+
opacity: 1;
|
|
689
762
|
}
|
|
690
|
-
.organization-tree .dept-path .breadcrumb-label-link {
|
|
691
|
-
color: #409eff;
|
|
692
|
-
}
|
|
693
|
-
.row-form-item[data-v-4b5a56cc] {
|
|
694
|
-
width: 50%;
|
|
695
763
|
}
|
|
696
764
|
.organization-tree,
|
|
697
765
|
.organization-tree .el-checkbox__label,
|
|
@@ -724,6 +792,11 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
724
792
|
flex: 0 0 90%;
|
|
725
793
|
text-align: left;
|
|
726
794
|
}
|
|
795
|
+
.organization-tree .item-label .item-description {
|
|
796
|
+
font-size: 14px;
|
|
797
|
+
color: #9ea0a2;
|
|
798
|
+
margin-left: 8px;
|
|
799
|
+
}
|
|
727
800
|
.organization-tree .item-side {
|
|
728
801
|
flex: 0 0 10%;
|
|
729
802
|
text-align: right;
|
|
@@ -750,11 +823,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
750
823
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
751
824
|
color: #409eff;
|
|
752
825
|
}
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
826
|
+
|
|
827
|
+
.graphDiv[data-v-a936569d] {
|
|
828
|
+
overflow: auto;
|
|
829
|
+
height: 100%;
|
|
830
|
+
height: calc(100vh - 20px);
|
|
831
|
+
}
|
|
832
|
+
.errPage-container[data-v-6bef0241] {
|
|
758
833
|
width: 800px;
|
|
759
834
|
max-width: 100%;
|
|
760
835
|
margin: 100px auto;
|
|
@@ -790,6 +865,9 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
790
865
|
}
|
|
791
866
|
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
792
867
|
text-decoration: underline;
|
|
868
|
+
}iframe[data-v-20dccb82] {
|
|
869
|
+
width: 100%;
|
|
870
|
+
height: calc(100vh - 50px);
|
|
793
871
|
}.app-wrapper[data-v-5c0a6bf6] {
|
|
794
872
|
position: relative;
|
|
795
873
|
height: 100%;
|
|
@@ -808,206 +886,128 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
808
886
|
position: absolute;
|
|
809
887
|
z-index: 999;
|
|
810
888
|
}
|
|
811
|
-
.
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
transform: translate(-50%, -50%);
|
|
818
|
-
position: absolute;
|
|
819
|
-
top: 40%;
|
|
820
|
-
left: 50%;
|
|
821
|
-
}
|
|
822
|
-
.wscn-http404[data-v-4f824f28] {
|
|
823
|
-
position: relative;
|
|
824
|
-
width: 1200px;
|
|
825
|
-
padding: 0 50px;
|
|
826
|
-
overflow: hidden;
|
|
827
|
-
}
|
|
828
|
-
.wscn-http404 .pic-404[data-v-4f824f28] {
|
|
829
|
-
position: relative;
|
|
830
|
-
float: left;
|
|
831
|
-
width: 600px;
|
|
832
|
-
overflow: hidden;
|
|
833
|
-
}
|
|
834
|
-
.wscn-http404 .pic-404__parent[data-v-4f824f28] {
|
|
835
|
-
width: 100%;
|
|
836
|
-
}
|
|
837
|
-
.wscn-http404 .pic-404__child[data-v-4f824f28] {
|
|
838
|
-
position: absolute;
|
|
889
|
+
.organization-tree,
|
|
890
|
+
.organization-tree .el-checkbox__label,
|
|
891
|
+
.organization-tree .el-breadcrumb__inner,
|
|
892
|
+
.organization-tree .el-tree {
|
|
893
|
+
font-size: 17px;
|
|
894
|
+
font-weight: 700;
|
|
839
895
|
}
|
|
840
|
-
.
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
animation-duration: 2s;
|
|
847
|
-
animation-timing-function: linear;
|
|
848
|
-
animation-fill-mode: forwards;
|
|
849
|
-
animation-delay: 1s;
|
|
896
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
897
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
898
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
899
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
900
|
+
font-size: 17px;
|
|
901
|
+
font-weight: 700;
|
|
850
902
|
}
|
|
851
|
-
.
|
|
852
|
-
|
|
853
|
-
top: 10px;
|
|
854
|
-
left: 420px;
|
|
855
|
-
opacity: 0;
|
|
856
|
-
animation-name: cloudMid-4f824f28;
|
|
857
|
-
animation-duration: 2s;
|
|
858
|
-
animation-timing-function: linear;
|
|
859
|
-
animation-fill-mode: forwards;
|
|
860
|
-
animation-delay: 1.2s;
|
|
903
|
+
.organization-tree .el-card__body {
|
|
904
|
+
padding-top: 10px;
|
|
861
905
|
}
|
|
862
|
-
.
|
|
863
|
-
|
|
864
|
-
top: 100px;
|
|
865
|
-
left: 500px;
|
|
866
|
-
opacity: 0;
|
|
867
|
-
animation-name: cloudRight-4f824f28;
|
|
868
|
-
animation-duration: 2s;
|
|
869
|
-
animation-timing-function: linear;
|
|
870
|
-
animation-fill-mode: forwards;
|
|
871
|
-
animation-delay: 1s;
|
|
906
|
+
.organization-tree .card-content {
|
|
907
|
+
margin-top: 10px;
|
|
872
908
|
}
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
top: 17px;
|
|
876
|
-
left: 220px;
|
|
877
|
-
opacity: 0;
|
|
909
|
+
.organization-tree .item-row-all {
|
|
910
|
+
margin-bottom: 10px;
|
|
878
911
|
}
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
opacity: 1;
|
|
912
|
+
.organization-tree .item-row {
|
|
913
|
+
display: flex;
|
|
914
|
+
width: 100%;
|
|
883
915
|
}
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
opacity: 1;
|
|
916
|
+
.organization-tree .item-label {
|
|
917
|
+
flex: 0 0 90%;
|
|
918
|
+
text-align: left;
|
|
888
919
|
}
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
opacity: 0;
|
|
920
|
+
.organization-tree .item-side {
|
|
921
|
+
flex: 0 0 10%;
|
|
922
|
+
text-align: right;
|
|
893
923
|
}
|
|
924
|
+
.organization-tree .el-tree-node {
|
|
925
|
+
margin-bottom: 10px;
|
|
894
926
|
}
|
|
895
|
-
|
|
896
|
-
0
|
|
897
|
-
|
|
898
|
-
left: 420px;
|
|
899
|
-
opacity: 0;
|
|
927
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
928
|
+
padding: 0;
|
|
929
|
+
display: none;
|
|
900
930
|
}
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
left: 360px;
|
|
904
|
-
opacity: 1;
|
|
931
|
+
.organization-tree .card-footer {
|
|
932
|
+
padding: 20px;
|
|
905
933
|
}
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
934
|
+
.organization-tree .card-footer .select-result {
|
|
935
|
+
color: #409eff;
|
|
936
|
+
flex: 1 1 75%;
|
|
937
|
+
text-align: left;
|
|
910
938
|
}
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
opacity: 0;
|
|
939
|
+
.organization-tree .card-footer .button-area {
|
|
940
|
+
flex: 0 0 20%;
|
|
941
|
+
text-align: right;
|
|
915
942
|
}
|
|
943
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
944
|
+
color: #409eff;
|
|
945
|
+
}
|
|
946
|
+
.super-icon[data-v-875fd31c] {
|
|
947
|
+
width: 1em;
|
|
948
|
+
height: 1em;
|
|
949
|
+
font-size: 14px;
|
|
950
|
+
}.row-form-item[data-v-4b5a56cc] {
|
|
951
|
+
width: 50%;
|
|
916
952
|
}
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
953
|
+
.organization-tree,
|
|
954
|
+
.organization-tree .el-checkbox__label,
|
|
955
|
+
.organization-tree .el-breadcrumb__inner,
|
|
956
|
+
.organization-tree .el-tree {
|
|
957
|
+
font-size: 17px;
|
|
958
|
+
font-weight: 700;
|
|
922
959
|
}
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
960
|
+
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
961
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
962
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
963
|
+
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
964
|
+
font-size: 17px;
|
|
965
|
+
font-weight: 700;
|
|
927
966
|
}
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
left: 340px;
|
|
931
|
-
opacity: 1;
|
|
967
|
+
.organization-tree .el-card__body {
|
|
968
|
+
padding-top: 10px;
|
|
932
969
|
}
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
left: 300px;
|
|
936
|
-
opacity: 0;
|
|
970
|
+
.organization-tree .card-content {
|
|
971
|
+
margin-top: 10px;
|
|
937
972
|
}
|
|
973
|
+
.organization-tree .item-row-all {
|
|
974
|
+
margin-bottom: 10px;
|
|
938
975
|
}
|
|
939
|
-
.
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
width: 300px;
|
|
943
|
-
padding: 30px 0;
|
|
944
|
-
overflow: hidden;
|
|
976
|
+
.organization-tree .item-row {
|
|
977
|
+
display: flex;
|
|
978
|
+
width: 100%;
|
|
945
979
|
}
|
|
946
|
-
.
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
line-height: 40px;
|
|
950
|
-
color: #1482f0;
|
|
951
|
-
opacity: 0;
|
|
952
|
-
margin-bottom: 20px;
|
|
953
|
-
animation-name: slideUp-4f824f28;
|
|
954
|
-
animation-duration: 0.5s;
|
|
955
|
-
animation-fill-mode: forwards;
|
|
980
|
+
.organization-tree .item-label {
|
|
981
|
+
flex: 0 0 90%;
|
|
982
|
+
text-align: left;
|
|
956
983
|
}
|
|
957
|
-
.
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
opacity: 0;
|
|
984
|
+
.organization-tree .item-side {
|
|
985
|
+
flex: 0 0 10%;
|
|
986
|
+
text-align: right;
|
|
987
|
+
}
|
|
988
|
+
.organization-tree .el-tree-node {
|
|
963
989
|
margin-bottom: 10px;
|
|
964
|
-
animation-name: slideUp-4f824f28;
|
|
965
|
-
animation-duration: 0.5s;
|
|
966
|
-
animation-delay: 0.1s;
|
|
967
|
-
animation-fill-mode: forwards;
|
|
968
990
|
}
|
|
969
|
-
.
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
color: grey;
|
|
973
|
-
opacity: 0;
|
|
974
|
-
margin-bottom: 30px;
|
|
975
|
-
animation-name: slideUp-4f824f28;
|
|
976
|
-
animation-duration: 0.5s;
|
|
977
|
-
animation-delay: 0.2s;
|
|
978
|
-
animation-fill-mode: forwards;
|
|
991
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
992
|
+
padding: 0;
|
|
993
|
+
display: none;
|
|
979
994
|
}
|
|
980
|
-
.
|
|
981
|
-
|
|
982
|
-
float: left;
|
|
983
|
-
width: 110px;
|
|
984
|
-
height: 36px;
|
|
985
|
-
background: #1482f0;
|
|
986
|
-
border-radius: 100px;
|
|
987
|
-
text-align: center;
|
|
988
|
-
color: #ffffff;
|
|
989
|
-
opacity: 0;
|
|
990
|
-
font-size: 14px;
|
|
991
|
-
line-height: 36px;
|
|
992
|
-
cursor: pointer;
|
|
993
|
-
animation-name: slideUp-4f824f28;
|
|
994
|
-
animation-duration: 0.5s;
|
|
995
|
-
animation-delay: 0.3s;
|
|
996
|
-
animation-fill-mode: forwards;
|
|
995
|
+
.organization-tree .card-footer {
|
|
996
|
+
padding: 20px;
|
|
997
997
|
}
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
998
|
+
.organization-tree .card-footer .select-result {
|
|
999
|
+
color: #409eff;
|
|
1000
|
+
flex: 1 1 75%;
|
|
1001
|
+
text-align: left;
|
|
1002
1002
|
}
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1003
|
+
.organization-tree .card-footer .button-area {
|
|
1004
|
+
flex: 0 0 20%;
|
|
1005
|
+
text-align: right;
|
|
1006
1006
|
}
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1007
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1008
|
+
color: #409eff;
|
|
1009
|
+
}
|
|
1010
|
+
.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1011
1011
|
position: relative;
|
|
1012
1012
|
--el-menu-item-height: 45px;
|
|
1013
1013
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1049,6 +1049,16 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1049
1049
|
}
|
|
1050
1050
|
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1051
1051
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1052
|
+
}.app-main[data-v-2d98e845] {
|
|
1053
|
+
padding: var(--app-main-padding, 15px);
|
|
1054
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1055
|
+
position: relative;
|
|
1056
|
+
overflow: hidden;
|
|
1057
|
+
}
|
|
1058
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1059
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1060
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1061
|
+
overflow: auto;
|
|
1052
1062
|
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1053
1063
|
position: relative;
|
|
1054
1064
|
--el-menu-item-height: 45px;
|
|
@@ -1091,25 +1101,24 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1091
1101
|
}
|
|
1092
1102
|
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1093
1103
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1094
|
-
}.app-main[data-v-2d98e845] {
|
|
1095
|
-
padding: var(--app-main-padding, 15px);
|
|
1096
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1097
|
-
position: relative;
|
|
1098
|
-
overflow: hidden;
|
|
1099
|
-
}
|
|
1100
|
-
.app-main[data-v-2d98e845] > .app-container {
|
|
1101
|
-
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1102
|
-
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1103
|
-
overflow: auto;
|
|
1104
1104
|
}
|
|
1105
|
-
.
|
|
1106
|
-
|
|
1105
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1106
|
+
display: flex;
|
|
1107
|
+
align-items: center;
|
|
1108
|
+
width: 100%;
|
|
1109
|
+
gap: 8px;
|
|
1110
|
+
box-sizing: border-box;
|
|
1111
|
+
min-width: 0;
|
|
1107
1112
|
}
|
|
1108
|
-
.
|
|
1109
|
-
width:
|
|
1113
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1114
|
+
width: 100%;
|
|
1115
|
+
min-width: 0;
|
|
1110
1116
|
}
|
|
1111
|
-
.
|
|
1112
|
-
|
|
1117
|
+
.sep[data-v-2aeaa81d] {
|
|
1118
|
+
padding: 0 8px;
|
|
1119
|
+
color: var(--el-text-color-secondary);
|
|
1120
|
+
white-space: nowrap;
|
|
1121
|
+
flex: 0 0 auto;
|
|
1113
1122
|
}
|
|
1114
1123
|
[data-v-e84e6e12] .chat-content-font,[data-v-e84e6e12] .chat-content-font *,[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content,[data-v-e84e6e12] .chat-embed__main_content {
|
|
1115
1124
|
user-select: text !important;
|
|
@@ -1153,7 +1162,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1153
1162
|
bottom: 0;
|
|
1154
1163
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1155
1164
|
}
|
|
1156
|
-
.chat-container
|
|
1165
|
+
.chat-container[data-v-e84e6e12] > * {
|
|
1157
1166
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1158
1167
|
}
|
|
1159
1168
|
|
|
@@ -1265,18 +1274,20 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1265
1274
|
/**
|
|
1266
1275
|
// 用户消息
|
|
1267
1276
|
*/
|
|
1268
|
-
.content-borderless-container
|
|
1277
|
+
.content-borderless-container {
|
|
1278
|
+
&[data-v-e84e6e12] {
|
|
1269
1279
|
background: #e1ecfd;
|
|
1270
1280
|
border-radius: 20px 0px 20px 20px;
|
|
1271
1281
|
user-select: none;
|
|
1272
1282
|
padding: 12px;
|
|
1273
1283
|
cursor: pointer;
|
|
1274
1284
|
transition: background-color 0.3s;
|
|
1285
|
+
}
|
|
1275
1286
|
&[data-v-e84e6e12]:hover {
|
|
1276
1287
|
background-color: #ebeef5;
|
|
1277
1288
|
}
|
|
1278
1289
|
}
|
|
1279
|
-
.footer-container
|
|
1290
|
+
.footer-container {
|
|
1280
1291
|
[data-v-e84e6e12] .el-button + .el-button {
|
|
1281
1292
|
margin-left: 8px;
|
|
1282
1293
|
}
|
|
@@ -1319,41 +1330,120 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1319
1330
|
display: flex;
|
|
1320
1331
|
flex-direction: column;
|
|
1321
1332
|
}
|
|
1322
|
-
[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content {
|
|
1323
|
-
padding: 0 !important;
|
|
1324
|
-
/* width: 80%; */
|
|
1333
|
+
[data-v-e84e6e12] .el-bubble-content-wrapper .el-bubble-content {
|
|
1334
|
+
padding: 0 !important;
|
|
1335
|
+
/* width: 80%; */
|
|
1336
|
+
}
|
|
1337
|
+
[data-v-e84e6e12] .el-bubble-content:has(.chat-chart-container) {
|
|
1338
|
+
width: 80%;
|
|
1339
|
+
}
|
|
1340
|
+
[data-v-e84e6e12] .el-divider--horizontal {
|
|
1341
|
+
margin: 5px 0;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.grid-search-form[data-v-8f3059a4] .el-form-item {
|
|
1345
|
+
margin-bottom: 0px;
|
|
1346
|
+
}
|
|
1347
|
+
.grid-search-form[data-v-8f3059a4] .search-btn {
|
|
1348
|
+
margin-bottom: 5px;
|
|
1349
|
+
text-align: center;
|
|
1350
|
+
}
|
|
1351
|
+
.grid-search-form[data-v-8f3059a4] .el-select,
|
|
1352
|
+
.grid-search-form[data-v-8f3059a4] .customComponent {
|
|
1353
|
+
width: 100%;
|
|
1354
|
+
}
|
|
1355
|
+
.amb-agilebuilder-search-form-view[data-v-8f3059a4]:empty {
|
|
1356
|
+
display: none;
|
|
1357
|
+
}
|
|
1358
|
+
|
|
1359
|
+
/* .search-condition-mobile {
|
|
1360
|
+
padding-bottom: 10px;
|
|
1361
|
+
position: fixed;
|
|
1362
|
+
top: 37px;
|
|
1363
|
+
background-color: #ffffff;
|
|
1364
|
+
width: 46%;
|
|
1365
|
+
height: 40px;
|
|
1366
|
+
z-index: 1500;
|
|
1367
|
+
} */
|
|
1368
|
+
.normal-column-header[data-v-aecac200] {
|
|
1369
|
+
display: inline-flex;
|
|
1370
|
+
vertical-align: middle;
|
|
1371
|
+
}
|
|
1372
|
+
.normal-column-header-icon[data-v-aecac200] {
|
|
1373
|
+
font-size: 20px;
|
|
1374
|
+
color: var(--el-color-primary);
|
|
1375
|
+
cursor: pointer;
|
|
1376
|
+
}li[data-v-040fcf55] {
|
|
1377
|
+
color: #333;
|
|
1378
|
+
}
|
|
1379
|
+
.context-menu[data-v-040fcf55] {
|
|
1380
|
+
position: fixed;
|
|
1381
|
+
background: #fff;
|
|
1382
|
+
z-index: 999;
|
|
1383
|
+
padding: 5px;
|
|
1384
|
+
margin: 0;
|
|
1385
|
+
margin-top: 30px;
|
|
1386
|
+
}
|
|
1387
|
+
.context-menu li[data-v-040fcf55] {
|
|
1388
|
+
min-width: 75px;
|
|
1389
|
+
height: 28px;
|
|
1390
|
+
line-height: 28px;
|
|
1391
|
+
text-align: left;
|
|
1392
|
+
color: #1a1a1a;
|
|
1393
|
+
}
|
|
1394
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1395
|
+
background: #42b983;
|
|
1396
|
+
color: #fff;
|
|
1397
|
+
}
|
|
1398
|
+
.context-menu[data-v-040fcf55] {
|
|
1399
|
+
border: 1px solid #eee;
|
|
1400
|
+
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1401
|
+
border-radius: 5px;
|
|
1402
|
+
}
|
|
1403
|
+
li[data-v-040fcf55] {
|
|
1404
|
+
list-style-type: none;
|
|
1405
|
+
}
|
|
1406
|
+
.searchResult {
|
|
1407
|
+
color: red;
|
|
1408
|
+
}
|
|
1409
|
+
.inline-select-custom {
|
|
1410
|
+
width: 100px;
|
|
1325
1411
|
}
|
|
1326
|
-
|
|
1327
|
-
width:
|
|
1412
|
+
.inline-input-custom {
|
|
1413
|
+
width: 98%;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
.searchResult {
|
|
1417
|
+
color: red;
|
|
1328
1418
|
}
|
|
1329
|
-
|
|
1330
|
-
|
|
1419
|
+
.inline-input-custom {
|
|
1420
|
+
width: 90%;
|
|
1421
|
+
}
|
|
1422
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1423
|
+
min-width: 300px;
|
|
1331
1424
|
}
|
|
1332
1425
|
|
|
1333
|
-
.
|
|
1334
|
-
|
|
1335
|
-
align-items: center;
|
|
1336
|
-
width: 100%;
|
|
1337
|
-
gap: 8px;
|
|
1338
|
-
box-sizing: border-box;
|
|
1339
|
-
min-width: 0;
|
|
1426
|
+
.searchResult {
|
|
1427
|
+
color: red;
|
|
1340
1428
|
}
|
|
1341
|
-
.
|
|
1342
|
-
width: 100
|
|
1343
|
-
min-width: 0;
|
|
1429
|
+
.inline-input-custom {
|
|
1430
|
+
width: 100% !important;
|
|
1344
1431
|
}
|
|
1345
|
-
.
|
|
1346
|
-
|
|
1347
|
-
color: var(--el-text-color-secondary);
|
|
1348
|
-
white-space: nowrap;
|
|
1349
|
-
flex: 0 0 auto;
|
|
1432
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1433
|
+
min-width: 300px;
|
|
1350
1434
|
}
|
|
1351
1435
|
|
|
1352
1436
|
.searchResult {
|
|
1353
1437
|
color: red;
|
|
1354
1438
|
}
|
|
1439
|
+
.inline-select-custom {
|
|
1440
|
+
width: 100px;
|
|
1441
|
+
}
|
|
1355
1442
|
.inline-input-custom {
|
|
1356
|
-
width:
|
|
1443
|
+
width: 98%;
|
|
1444
|
+
}
|
|
1445
|
+
.searchDepartmentUser {
|
|
1446
|
+
width: 250px;
|
|
1357
1447
|
}
|
|
1358
1448
|
.el-autocomplete-suggestion.el-popper {
|
|
1359
1449
|
min-width: 300px;
|
|
@@ -1362,8 +1452,14 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1362
1452
|
.searchResult {
|
|
1363
1453
|
color: red;
|
|
1364
1454
|
}
|
|
1455
|
+
.inline-select-custom {
|
|
1456
|
+
width: 100px;
|
|
1457
|
+
}
|
|
1365
1458
|
.inline-input-custom {
|
|
1366
|
-
width:
|
|
1459
|
+
width: 98%;
|
|
1460
|
+
}
|
|
1461
|
+
.searchDepartmentUser {
|
|
1462
|
+
width: 250px;
|
|
1367
1463
|
}
|
|
1368
1464
|
.el-autocomplete-suggestion.el-popper {
|
|
1369
1465
|
min-width: 300px;
|
|
@@ -1388,39 +1484,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1388
1484
|
.inline-input-custom {
|
|
1389
1485
|
width: 98%;
|
|
1390
1486
|
}
|
|
1391
|
-
.normal-column-header[data-v-aecac200] {
|
|
1392
|
-
display: inline-flex;
|
|
1393
|
-
vertical-align: middle;
|
|
1394
|
-
}
|
|
1395
|
-
.normal-column-header-icon[data-v-aecac200] {
|
|
1396
|
-
font-size: 20px;
|
|
1397
|
-
color: var(--el-color-primary);
|
|
1398
|
-
cursor: pointer;
|
|
1399
|
-
}
|
|
1400
|
-
.grid-search-form[data-v-8f3059a4] .el-form-item {
|
|
1401
|
-
margin-bottom: 0px;
|
|
1402
|
-
}
|
|
1403
|
-
.grid-search-form[data-v-8f3059a4] .search-btn {
|
|
1404
|
-
margin-bottom: 5px;
|
|
1405
|
-
text-align: center;
|
|
1406
|
-
}
|
|
1407
|
-
.grid-search-form[data-v-8f3059a4] .el-select,
|
|
1408
|
-
.grid-search-form[data-v-8f3059a4] .customComponent {
|
|
1409
|
-
width: 100%;
|
|
1410
|
-
}
|
|
1411
|
-
.amb-agilebuilder-search-form-view[data-v-8f3059a4]:empty {
|
|
1412
|
-
display: none;
|
|
1413
|
-
}
|
|
1414
|
-
|
|
1415
|
-
/* .search-condition-mobile {
|
|
1416
|
-
padding-bottom: 10px;
|
|
1417
|
-
position: fixed;
|
|
1418
|
-
top: 37px;
|
|
1419
|
-
background-color: #ffffff;
|
|
1420
|
-
width: 46%;
|
|
1421
|
-
height: 40px;
|
|
1422
|
-
z-index: 1500;
|
|
1423
|
-
} */
|
|
1424
1487
|
|
|
1425
1488
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
1426
1489
|
font-size: 17px;
|
|
@@ -1473,68 +1536,45 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1473
1536
|
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1474
1537
|
color:#409EFF
|
|
1475
1538
|
}
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
position: fixed;
|
|
1481
|
-
background: #fff;
|
|
1482
|
-
z-index: 999;
|
|
1483
|
-
padding: 5px;
|
|
1484
|
-
margin: 0;
|
|
1485
|
-
margin-top: 30px;
|
|
1486
|
-
}
|
|
1487
|
-
.context-menu li[data-v-040fcf55] {
|
|
1488
|
-
min-width: 75px;
|
|
1489
|
-
height: 28px;
|
|
1490
|
-
line-height: 28px;
|
|
1491
|
-
text-align: left;
|
|
1492
|
-
color: #1a1a1a;
|
|
1493
|
-
}
|
|
1494
|
-
.context-menu li[data-v-040fcf55]:hover {
|
|
1495
|
-
background: #42b983;
|
|
1496
|
-
color: #fff;
|
|
1497
|
-
}
|
|
1498
|
-
.context-menu[data-v-040fcf55] {
|
|
1499
|
-
border: 1px solid #eee;
|
|
1500
|
-
box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
|
|
1501
|
-
border-radius: 5px;
|
|
1502
|
-
}
|
|
1503
|
-
li[data-v-040fcf55] {
|
|
1504
|
-
list-style-type: none;
|
|
1539
|
+
|
|
1540
|
+
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
1541
|
+
width: 100%;
|
|
1542
|
+
height: calc(100vh - 48px);
|
|
1505
1543
|
}
|
|
1506
|
-
.
|
|
1507
|
-
color:
|
|
1544
|
+
.ocean-blue[data-v-80f8eb5e] .el-tabs__header .el-tabs__item.is-active {
|
|
1545
|
+
color: #0089BA;
|
|
1508
1546
|
}
|
|
1509
|
-
.
|
|
1510
|
-
|
|
1547
|
+
.green[data-v-80f8eb5e] .el-tabs__header .el-tabs__item.is-active {
|
|
1548
|
+
color: #00B9B4;
|
|
1511
1549
|
}
|
|
1512
|
-
.
|
|
1513
|
-
|
|
1550
|
+
[data-v-80f8eb5e] .el-tabs__nav-scroll {
|
|
1551
|
+
background: #FFFFFF;
|
|
1552
|
+
box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.2);
|
|
1514
1553
|
}
|
|
1515
|
-
.
|
|
1516
|
-
width: 250px;
|
|
1554
|
+
[data-v-80f8eb5e] .el-tabs__header .el-tabs__item {
|
|
1555
|
+
background-image: url("data:image/png;base64,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") !important;
|
|
1556
|
+
background-position: center;
|
|
1557
|
+
background-size: 160% 100px;
|
|
1558
|
+
padding: 0 20px 0 10px !important;
|
|
1517
1559
|
}
|
|
1518
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1519
|
-
min-width: 300px;
|
|
1520
|
-
}
|
|
1521
1560
|
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
.inline-select-custom {
|
|
1526
|
-
width: 100px;
|
|
1561
|
+
/* 去除table选中下划线 */
|
|
1562
|
+
[data-v-80f8eb5e] .el-tabs__active-bar {
|
|
1563
|
+
display: none;
|
|
1527
1564
|
}
|
|
1528
|
-
|
|
1529
|
-
|
|
1565
|
+
[data-v-80f8eb5e] .el-tabs__item {
|
|
1566
|
+
padding: 0;
|
|
1530
1567
|
}
|
|
1531
|
-
|
|
1532
|
-
|
|
1568
|
+
|
|
1569
|
+
/* 去掉tab横线 */
|
|
1570
|
+
[data-v-80f8eb5e] .el-tabs__nav-wrap::after {
|
|
1571
|
+
width: 0;
|
|
1533
1572
|
}
|
|
1534
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1535
|
-
min-width: 300px;
|
|
1536
|
-
}
|
|
1537
1573
|
|
|
1574
|
+
/* 去掉卡片和tab表头的距离 */
|
|
1575
|
+
[data-v-80f8eb5e] .el-tabs__header {
|
|
1576
|
+
margin: 0;
|
|
1577
|
+
}
|
|
1538
1578
|
.grid-search-form[data-v-04817310] {
|
|
1539
1579
|
overflow: auto;
|
|
1540
1580
|
}
|
|
@@ -1573,45 +1613,7 @@ li[data-v-040fcf55] {
|
|
|
1573
1613
|
.default-page-tip-item {
|
|
1574
1614
|
padding-top: 10px;
|
|
1575
1615
|
}
|
|
1576
|
-
|
|
1577
|
-
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
1578
|
-
width: 100%;
|
|
1579
|
-
height: calc(100vh - 48px);
|
|
1580
|
-
}
|
|
1581
|
-
.ocean-blue[data-v-80f8eb5e] .el-tabs__header .el-tabs__item.is-active {
|
|
1582
|
-
color: #0089BA;
|
|
1583
|
-
}
|
|
1584
|
-
.green[data-v-80f8eb5e] .el-tabs__header .el-tabs__item.is-active {
|
|
1585
|
-
color: #00B9B4;
|
|
1586
|
-
}
|
|
1587
|
-
[data-v-80f8eb5e] .el-tabs__nav-scroll {
|
|
1588
|
-
background: #FFFFFF;
|
|
1589
|
-
box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.2);
|
|
1590
|
-
}
|
|
1591
|
-
[data-v-80f8eb5e] .el-tabs__header .el-tabs__item {
|
|
1592
|
-
background-image: url("data:image/png;base64,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") !important;
|
|
1593
|
-
background-position: center;
|
|
1594
|
-
background-size: 160% 100px;
|
|
1595
|
-
padding: 0 20px 0 10px !important;
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
/* 去除table选中下划线 */
|
|
1599
|
-
[data-v-80f8eb5e] .el-tabs__active-bar {
|
|
1600
|
-
display: none;
|
|
1601
|
-
}
|
|
1602
|
-
[data-v-80f8eb5e] .el-tabs__item {
|
|
1603
|
-
padding: 0;
|
|
1604
|
-
}
|
|
1605
|
-
|
|
1606
|
-
/* 去掉tab横线 */
|
|
1607
|
-
[data-v-80f8eb5e] .el-tabs__nav-wrap::after {
|
|
1608
|
-
width: 0;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
|
-
/* 去掉卡片和tab表头的距离 */
|
|
1612
|
-
[data-v-80f8eb5e] .el-tabs__header {
|
|
1613
|
-
margin: 0;
|
|
1614
|
-
}[data-v-455b2ba2] .super-icon {
|
|
1616
|
+
[data-v-455b2ba2] .super-icon {
|
|
1615
1617
|
width: 20px !important;
|
|
1616
1618
|
height: 20px !important;
|
|
1617
1619
|
}[data-v-0fb85d6e] .super-icon {
|
|
@@ -1636,41 +1638,79 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1636
1638
|
}
|
|
1637
1639
|
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1638
1640
|
margin: 0 5px;
|
|
1641
|
+
}.grid-search-form[data-v-d462769a] .el-form-item {
|
|
1642
|
+
margin-bottom: 0px;
|
|
1639
1643
|
}
|
|
1640
|
-
.
|
|
1641
|
-
|
|
1644
|
+
.grid-search-form[data-v-d462769a] .el-form-item__label {
|
|
1645
|
+
overflow: hidden;
|
|
1646
|
+
text-overflow: ellipsis;
|
|
1647
|
+
white-space: nowrap;
|
|
1648
|
+
word-break: keep-all;
|
|
1642
1649
|
}
|
|
1643
|
-
.
|
|
1644
|
-
|
|
1650
|
+
.grid-search-form[data-v-d462769a] .search-btn {
|
|
1651
|
+
margin-bottom: 5px;
|
|
1652
|
+
text-align: center;
|
|
1645
1653
|
}
|
|
1646
|
-
.
|
|
1647
|
-
width:
|
|
1654
|
+
.grid-search-form[data-v-d462769a] .el-select {
|
|
1655
|
+
width: 100%;
|
|
1656
|
+
}
|
|
1657
|
+
.grid-search-form[data-v-d462769a] .customComponent {
|
|
1658
|
+
width: 100%;
|
|
1659
|
+
}
|
|
1660
|
+
.grid-search-form[data-v-d462769a] .el-row {
|
|
1661
|
+
padding-right: 24px;
|
|
1662
|
+
}
|
|
1663
|
+
.grid-search-form[data-v-d462769a] .el-col {
|
|
1664
|
+
padding-left: 10px;
|
|
1665
|
+
padding-bottom: 16px;
|
|
1666
|
+
}
|
|
1667
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1668
|
+
margin-bottom: 0px;
|
|
1669
|
+
}
|
|
1670
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1671
|
+
margin-bottom: 5px;
|
|
1672
|
+
text-align: center;
|
|
1673
|
+
}
|
|
1674
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
1675
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1676
|
+
width: 100%;
|
|
1648
1677
|
}
|
|
1649
|
-
.grid-search-form[data-v-
|
|
1650
|
-
|
|
1678
|
+
.grid-search-form-mobile[data-v-c8fb4788] {
|
|
1679
|
+
overflow: auto;
|
|
1651
1680
|
}
|
|
1652
|
-
.grid-search-form[data-v-
|
|
1681
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-form-item {
|
|
1682
|
+
margin-bottom: 5px;
|
|
1683
|
+
}
|
|
1684
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-form-item__label {
|
|
1653
1685
|
overflow: hidden;
|
|
1654
1686
|
text-overflow: ellipsis;
|
|
1655
1687
|
white-space: nowrap;
|
|
1656
1688
|
word-break: keep-all;
|
|
1657
1689
|
}
|
|
1658
|
-
.grid-search-form[data-v-
|
|
1690
|
+
.grid-search-form-mobile[data-v-c8fb4788] .search-btn {
|
|
1659
1691
|
margin-bottom: 5px;
|
|
1660
1692
|
text-align: center;
|
|
1661
1693
|
}
|
|
1662
|
-
.grid-search-form[data-v-
|
|
1694
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-select {
|
|
1663
1695
|
width: 100%;
|
|
1664
1696
|
}
|
|
1665
|
-
.grid-search-form[data-v-
|
|
1697
|
+
.grid-search-form-mobile[data-v-c8fb4788] .customComponent {
|
|
1666
1698
|
width: 100%;
|
|
1667
1699
|
}
|
|
1668
|
-
.grid-search-form[data-v-
|
|
1700
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-row {
|
|
1669
1701
|
padding-right: 24px;
|
|
1670
1702
|
}
|
|
1671
|
-
.grid-search-form[data-v-
|
|
1703
|
+
.grid-search-form-mobile[data-v-c8fb4788] .el-col {
|
|
1672
1704
|
padding-left: 10px;
|
|
1673
1705
|
padding-bottom: 16px;
|
|
1706
|
+
}
|
|
1707
|
+
.search-btn-mobile[data-v-c8fb4788] {
|
|
1708
|
+
padding-top: 10px;
|
|
1709
|
+
position: fixed;
|
|
1710
|
+
bottom: 10px;
|
|
1711
|
+
background-color: #ffffff;
|
|
1712
|
+
width: 50%;
|
|
1713
|
+
height: 40px;
|
|
1674
1714
|
}.annex-cell[data-v-30804a71] {
|
|
1675
1715
|
padding-right: 5px;
|
|
1676
1716
|
cursor: pointer;
|
|
@@ -1719,54 +1759,16 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1719
1759
|
.normal-column-content-view[data-v-30804a71] {
|
|
1720
1760
|
display: inline;
|
|
1721
1761
|
}
|
|
1722
|
-
.
|
|
1723
|
-
|
|
1762
|
+
.searchResult {
|
|
1763
|
+
color: red;
|
|
1724
1764
|
}
|
|
1725
|
-
.
|
|
1726
|
-
|
|
1727
|
-
text-align: center;
|
|
1765
|
+
.inline-select-custom {
|
|
1766
|
+
width: 100px;
|
|
1728
1767
|
}
|
|
1729
|
-
.
|
|
1730
|
-
|
|
1731
|
-
width: 100%;
|
|
1768
|
+
.inline-input-custom {
|
|
1769
|
+
width: 98%;
|
|
1732
1770
|
}
|
|
1733
|
-
|
|
1734
|
-
overflow: auto;
|
|
1735
|
-
}
|
|
1736
|
-
.grid-search-form-mobile[data-v-c8fb4788] .el-form-item {
|
|
1737
|
-
margin-bottom: 5px;
|
|
1738
|
-
}
|
|
1739
|
-
.grid-search-form-mobile[data-v-c8fb4788] .el-form-item__label {
|
|
1740
|
-
overflow: hidden;
|
|
1741
|
-
text-overflow: ellipsis;
|
|
1742
|
-
white-space: nowrap;
|
|
1743
|
-
word-break: keep-all;
|
|
1744
|
-
}
|
|
1745
|
-
.grid-search-form-mobile[data-v-c8fb4788] .search-btn {
|
|
1746
|
-
margin-bottom: 5px;
|
|
1747
|
-
text-align: center;
|
|
1748
|
-
}
|
|
1749
|
-
.grid-search-form-mobile[data-v-c8fb4788] .el-select {
|
|
1750
|
-
width: 100%;
|
|
1751
|
-
}
|
|
1752
|
-
.grid-search-form-mobile[data-v-c8fb4788] .customComponent {
|
|
1753
|
-
width: 100%;
|
|
1754
|
-
}
|
|
1755
|
-
.grid-search-form-mobile[data-v-c8fb4788] .el-row {
|
|
1756
|
-
padding-right: 24px;
|
|
1757
|
-
}
|
|
1758
|
-
.grid-search-form-mobile[data-v-c8fb4788] .el-col {
|
|
1759
|
-
padding-left: 10px;
|
|
1760
|
-
padding-bottom: 16px;
|
|
1761
|
-
}
|
|
1762
|
-
.search-btn-mobile[data-v-c8fb4788] {
|
|
1763
|
-
padding-top: 10px;
|
|
1764
|
-
position: fixed;
|
|
1765
|
-
bottom: 10px;
|
|
1766
|
-
background-color: #ffffff;
|
|
1767
|
-
width: 50%;
|
|
1768
|
-
height: 40px;
|
|
1769
|
-
}
|
|
1771
|
+
|
|
1770
1772
|
.searchResult {
|
|
1771
1773
|
color: red;
|
|
1772
1774
|
}
|
|
@@ -1776,43 +1778,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1776
1778
|
.inline-input-custom {
|
|
1777
1779
|
width: 98%;
|
|
1778
1780
|
}
|
|
1779
|
-
.
|
|
1780
|
-
position: relative;
|
|
1781
|
-
--el-menu-item-height: 45px;
|
|
1782
|
-
--el-menu-sub-item-height: 45px;
|
|
1783
|
-
}
|
|
1784
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
1785
|
-
padding: 0 !important;
|
|
1786
|
-
}
|
|
1787
|
-
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
1788
|
-
display: flex;
|
|
1789
|
-
flex-direction: row;
|
|
1790
|
-
}
|
|
1791
|
-
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
1792
|
-
display: flex;
|
|
1793
|
-
flex-direction: row;
|
|
1794
|
-
padding: 0 !important;
|
|
1795
|
-
}
|
|
1796
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
1797
|
-
display: flex;
|
|
1798
|
-
align-items: center;
|
|
1799
|
-
justify-content: center;
|
|
1800
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1801
|
-
font-size: 16px;
|
|
1802
|
-
}
|
|
1803
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
1804
|
-
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
1805
|
-
overflow: hidden;
|
|
1806
|
-
white-space: nowrap;
|
|
1807
|
-
overflow: hidden;
|
|
1808
|
-
text-overflow: ellipsis;
|
|
1809
|
-
}
|
|
1810
|
-
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
1811
|
-
overflow: hidden;
|
|
1812
|
-
white-space: nowrap;
|
|
1813
|
-
overflow: hidden;
|
|
1814
|
-
text-overflow: ellipsis;
|
|
1815
|
-
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1781
|
+
.fs-upload-tag[data-v-e5cde7de] {
|
|
1816
1782
|
border: 1px solid #dcdfe6;
|
|
1817
1783
|
padding: 4px 8px;
|
|
1818
1784
|
background-clip: padding-box;
|
|
@@ -1851,12 +1817,23 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1851
1817
|
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1852
1818
|
font-weight: 600;
|
|
1853
1819
|
margin-left: 4px;
|
|
1854
|
-
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
1855
|
-
margin-right: 5px;
|
|
1856
1820
|
}
|
|
1857
|
-
.
|
|
1858
|
-
|
|
1859
|
-
|
|
1821
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
1822
|
+
display: flex;
|
|
1823
|
+
align-items: center;
|
|
1824
|
+
flex-shrink: 0;
|
|
1825
|
+
min-width: max-content;
|
|
1826
|
+
margin-left: auto;
|
|
1827
|
+
gap: 10px;
|
|
1828
|
+
}
|
|
1829
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
1830
|
+
display: flex;
|
|
1831
|
+
align-items: center;
|
|
1832
|
+
justify-content: center;
|
|
1833
|
+
margin-top: 10px;
|
|
1834
|
+
gap: 10px;
|
|
1835
|
+
}
|
|
1836
|
+
[data-v-bc196b97] .chat-content-font,[data-v-bc196b97] .chat-content-font *,[data-v-bc196b97] .el-bubble-content-wrapper .el-bubble-content,[data-v-bc196b97] .chat-embed__main_content {
|
|
1860
1837
|
user-select: text !important;
|
|
1861
1838
|
-webkit-user-select: text !important;
|
|
1862
1839
|
-moz-user-select: text !important;
|
|
@@ -1898,7 +1875,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1898
1875
|
bottom: 0;
|
|
1899
1876
|
--main-content-height: calc(100vh - var(--header-height));
|
|
1900
1877
|
}
|
|
1901
|
-
.chat-container
|
|
1878
|
+
.chat-container[data-v-bc196b97] > * {
|
|
1902
1879
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
1903
1880
|
}
|
|
1904
1881
|
|
|
@@ -2010,18 +1987,20 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2010
1987
|
/**
|
|
2011
1988
|
// 用户消息
|
|
2012
1989
|
*/
|
|
2013
|
-
.content-borderless-container
|
|
1990
|
+
.content-borderless-container {
|
|
1991
|
+
&[data-v-bc196b97] {
|
|
2014
1992
|
background: #e1ecfd;
|
|
2015
1993
|
border-radius: 20px 0px 20px 20px;
|
|
2016
1994
|
user-select: none;
|
|
2017
1995
|
padding: 12px;
|
|
2018
1996
|
cursor: pointer;
|
|
2019
1997
|
transition: background-color 0.3s;
|
|
1998
|
+
}
|
|
2020
1999
|
&[data-v-bc196b97]:hover {
|
|
2021
2000
|
background-color: #ebeef5;
|
|
2022
2001
|
}
|
|
2023
2002
|
}
|
|
2024
|
-
.footer-container
|
|
2003
|
+
.footer-container {
|
|
2025
2004
|
[data-v-bc196b97] .el-button + .el-button {
|
|
2026
2005
|
margin-left: 8px;
|
|
2027
2006
|
}
|
|
@@ -2044,25 +2023,63 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2044
2023
|
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2045
2024
|
padding: 0;
|
|
2046
2025
|
}
|
|
2047
|
-
[data-v-
|
|
2026
|
+
[data-v-41b4cbbd] .el-range-separator {
|
|
2027
|
+
min-width: 20px;
|
|
2028
|
+
}.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
2029
|
+
position: relative;
|
|
2030
|
+
--el-menu-item-height: 45px;
|
|
2031
|
+
--el-menu-sub-item-height: 45px;
|
|
2032
|
+
}
|
|
2033
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
2034
|
+
padding: 0 !important;
|
|
2035
|
+
}
|
|
2036
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009]:not(:has(> .el-tooltip__trigger)) {
|
|
2037
|
+
display: flex;
|
|
2038
|
+
flex-direction: row;
|
|
2039
|
+
}
|
|
2040
|
+
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
2041
|
+
display: flex;
|
|
2042
|
+
flex-direction: row;
|
|
2043
|
+
padding: 0 !important;
|
|
2044
|
+
}
|
|
2045
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
2046
|
+
display: flex;
|
|
2047
|
+
align-items: center;
|
|
2048
|
+
justify-content: center;
|
|
2049
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
2050
|
+
font-size: 16px;
|
|
2051
|
+
}
|
|
2052
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
2053
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
2054
|
+
overflow: hidden;
|
|
2055
|
+
white-space: nowrap;
|
|
2056
|
+
overflow: hidden;
|
|
2057
|
+
text-overflow: ellipsis;
|
|
2058
|
+
}
|
|
2059
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
2060
|
+
overflow: hidden;
|
|
2061
|
+
white-space: nowrap;
|
|
2062
|
+
overflow: hidden;
|
|
2063
|
+
text-overflow: ellipsis;
|
|
2064
|
+
}[data-v-e9aa835d] .chat-content-font,[data-v-e9aa835d] .chat-content-font *,[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e9aa835d] .chat-embed__main_content {
|
|
2048
2065
|
user-select: text !important;
|
|
2049
2066
|
-webkit-user-select: text !important;
|
|
2050
2067
|
-moz-user-select: text !important;
|
|
2051
2068
|
-ms-user-select: text !important;
|
|
2052
2069
|
}
|
|
2053
|
-
.slide-up-enter-active[data-v-
|
|
2054
|
-
.slide-up-leave-active[data-v-
|
|
2070
|
+
.slide-up-enter-active[data-v-e9aa835d],
|
|
2071
|
+
.slide-up-leave-active[data-v-e9aa835d] {
|
|
2055
2072
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2056
2073
|
}
|
|
2057
|
-
.slide-up-enter-from[data-v-
|
|
2058
|
-
.slide-up-leave-to[data-v-
|
|
2074
|
+
.slide-up-enter-from[data-v-e9aa835d],
|
|
2075
|
+
.slide-up-leave-to[data-v-e9aa835d] {
|
|
2059
2076
|
transform: translateY(100%);
|
|
2060
2077
|
}
|
|
2061
2078
|
|
|
2062
2079
|
/**
|
|
2063
2080
|
* 聊天窗口的样式设置
|
|
2064
2081
|
*/
|
|
2065
|
-
.chat-container[data-v-
|
|
2082
|
+
.chat-container[data-v-e9aa835d] {
|
|
2066
2083
|
--header-height: 56px;
|
|
2067
2084
|
--chat-padding: 12px;
|
|
2068
2085
|
--bubble-content-max-width: 0px;
|
|
@@ -2074,25 +2091,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2074
2091
|
flex-direction: row; /* 横向排列 */
|
|
2075
2092
|
height: 100%; /* 父容器高度 */
|
|
2076
2093
|
}
|
|
2077
|
-
.small-window[data-v-
|
|
2094
|
+
.small-window[data-v-e9aa835d] {
|
|
2078
2095
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2079
2096
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2080
2097
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2081
2098
|
border-radius: 8px;
|
|
2082
2099
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2083
2100
|
}
|
|
2084
|
-
.full-screen[data-v-
|
|
2101
|
+
.full-screen[data-v-e9aa835d] {
|
|
2085
2102
|
right: 0;
|
|
2086
2103
|
bottom: 0;
|
|
2087
2104
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2088
2105
|
}
|
|
2089
|
-
.chat-container
|
|
2106
|
+
.chat-container[data-v-e9aa835d] > * {
|
|
2090
2107
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2091
2108
|
}
|
|
2092
2109
|
|
|
2093
2110
|
/* 聊天窗口的头部样式设置
|
|
2094
2111
|
*/
|
|
2095
|
-
.chat-embed__header_container[data-v-
|
|
2112
|
+
.chat-embed__header_container[data-v-e9aa835d] {
|
|
2096
2113
|
/* border-bottom: 1px solid #ddd; */
|
|
2097
2114
|
display: flex;
|
|
2098
2115
|
align-items: center;
|
|
@@ -2102,7 +2119,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2102
2119
|
overflow: hidden;
|
|
2103
2120
|
position: relative;
|
|
2104
2121
|
}
|
|
2105
|
-
.session-subject[data-v-
|
|
2122
|
+
.session-subject[data-v-e9aa835d] {
|
|
2106
2123
|
display: block;
|
|
2107
2124
|
margin: 0 auto;
|
|
2108
2125
|
text-align: center;
|
|
@@ -2117,17 +2134,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2117
2134
|
|
|
2118
2135
|
/* 聊天窗口的头部图标样式设置
|
|
2119
2136
|
*/
|
|
2120
|
-
.chat-embed__header_avatar[data-v-
|
|
2137
|
+
.chat-embed__header_avatar[data-v-e9aa835d] {
|
|
2121
2138
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2122
2139
|
margin-right: var(--chat-padding);
|
|
2123
2140
|
}
|
|
2124
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2141
|
+
.chat-embed__header_tool_icon[data-v-e9aa835d] {
|
|
2125
2142
|
right: 20px;
|
|
2126
2143
|
position: absolute;
|
|
2127
2144
|
gap: 28px;
|
|
2128
2145
|
display: flex;
|
|
2129
2146
|
}
|
|
2130
|
-
.chat-embed__sidebar[data-v-
|
|
2147
|
+
.chat-embed__sidebar[data-v-e9aa835d] {
|
|
2131
2148
|
background: #f6f7fa;
|
|
2132
2149
|
display: flex;
|
|
2133
2150
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2136,7 +2153,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2136
2153
|
width: 260px;
|
|
2137
2154
|
height: 100%;
|
|
2138
2155
|
}
|
|
2139
|
-
.chat-embed__main[data-v-
|
|
2156
|
+
.chat-embed__main[data-v-e9aa835d] {
|
|
2140
2157
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2141
2158
|
box-sizing: border-box;
|
|
2142
2159
|
overflow: hidden;
|
|
@@ -2147,7 +2164,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2147
2164
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2148
2165
|
overflow: hidden; /* 防止内容溢出 */
|
|
2149
2166
|
}
|
|
2150
|
-
.chat-embed__main_content[data-v-
|
|
2167
|
+
.chat-embed__main_content[data-v-e9aa835d] {
|
|
2151
2168
|
flex: 1;
|
|
2152
2169
|
box-sizing: border-box;
|
|
2153
2170
|
min-height: 0;
|
|
@@ -2155,21 +2172,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2155
2172
|
/* overflow-y: auto;
|
|
2156
2173
|
margin-bottom: 12px; */
|
|
2157
2174
|
}
|
|
2158
|
-
.chat-embed__input_container[data-v-
|
|
2175
|
+
.chat-embed__input_container[data-v-e9aa835d] {
|
|
2159
2176
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2160
2177
|
/* margin-bottom: 50px; 距离底部 */
|
|
2161
2178
|
}
|
|
2162
|
-
.header-icon[data-v-
|
|
2179
|
+
.header-icon[data-v-e9aa835d] {
|
|
2163
2180
|
cursor: pointer;
|
|
2164
2181
|
font-size: 20px;
|
|
2165
2182
|
}
|
|
2166
2183
|
|
|
2167
2184
|
/* 聊天默认推荐内容样式
|
|
2168
2185
|
*/
|
|
2169
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2186
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-e9aa835d] {
|
|
2170
2187
|
margin-top: 5px;
|
|
2171
2188
|
}
|
|
2172
|
-
.content-container[data-v-
|
|
2189
|
+
.content-container[data-v-e9aa835d] {
|
|
2173
2190
|
padding: 16px;
|
|
2174
2191
|
border-radius: 4px;
|
|
2175
2192
|
background: #ffffff;
|
|
@@ -2177,7 +2194,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2177
2194
|
border-radius: 0px 30px 30px 30px;
|
|
2178
2195
|
/* opacity: 0.6; */
|
|
2179
2196
|
}
|
|
2180
|
-
.chat-content-font[data-v-
|
|
2197
|
+
.chat-content-font[data-v-e9aa835d] {
|
|
2181
2198
|
font-family: PingFang SC, PingFang SC;
|
|
2182
2199
|
font-weight: 500;
|
|
2183
2200
|
font-size: 16px;
|
|
@@ -2187,10 +2204,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2187
2204
|
font-style: normal;
|
|
2188
2205
|
text-transform: none;
|
|
2189
2206
|
}
|
|
2190
|
-
[data-v-
|
|
2207
|
+
[data-v-e9aa835d] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2191
2208
|
border: none !important;
|
|
2192
2209
|
}
|
|
2193
|
-
.content-container-header[data-v-
|
|
2210
|
+
.content-container-header[data-v-e9aa835d] {
|
|
2194
2211
|
font-size: 12px;
|
|
2195
2212
|
color: #909399;
|
|
2196
2213
|
}
|
|
@@ -2198,28 +2215,30 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2198
2215
|
/**
|
|
2199
2216
|
// 用户消息
|
|
2200
2217
|
*/
|
|
2201
|
-
.content-borderless-container
|
|
2218
|
+
.content-borderless-container {
|
|
2219
|
+
&[data-v-e9aa835d] {
|
|
2202
2220
|
background: #e1ecfd;
|
|
2203
2221
|
border-radius: 20px 0px 20px 20px;
|
|
2204
2222
|
user-select: none;
|
|
2205
2223
|
padding: 12px;
|
|
2206
2224
|
cursor: pointer;
|
|
2207
2225
|
transition: background-color 0.3s;
|
|
2208
|
-
|
|
2226
|
+
}
|
|
2227
|
+
&[data-v-e9aa835d]:hover {
|
|
2209
2228
|
background-color: #ebeef5;
|
|
2210
2229
|
}
|
|
2211
2230
|
}
|
|
2212
|
-
.footer-container
|
|
2213
|
-
[data-v-
|
|
2231
|
+
.footer-container {
|
|
2232
|
+
[data-v-e9aa835d] .el-button + .el-button {
|
|
2214
2233
|
margin-left: 8px;
|
|
2215
2234
|
}
|
|
2216
2235
|
}
|
|
2217
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2236
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-e9aa835d] {
|
|
2218
2237
|
padding: 0;
|
|
2219
2238
|
}
|
|
2220
2239
|
|
|
2221
2240
|
/* 引用文件样式 */
|
|
2222
|
-
.doc-agg-item[data-v-
|
|
2241
|
+
.doc-agg-item[data-v-e9aa835d] {
|
|
2223
2242
|
width: 100%;
|
|
2224
2243
|
padding: 10px;
|
|
2225
2244
|
margin-bottom: 5px;
|
|
@@ -2229,7 +2248,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2229
2248
|
font-size: 12px;
|
|
2230
2249
|
color: var(--el-color-primary);
|
|
2231
2250
|
}
|
|
2232
|
-
.elx-xmarkdown-container[data-v-
|
|
2251
|
+
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2233
2252
|
padding: 0;
|
|
2234
2253
|
}
|
|
2235
2254
|
|
|
@@ -2239,25 +2258,32 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2239
2258
|
border: none;
|
|
2240
2259
|
opacity: 1;
|
|
2241
2260
|
}
|
|
2242
|
-
|
|
2261
|
+
|
|
2262
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
2263
|
+
width: 100%;
|
|
2264
|
+
height: 100%;
|
|
2265
|
+
border: none;
|
|
2266
|
+
opacity: 1;
|
|
2267
|
+
}
|
|
2268
|
+
[data-v-45fbaf17] .chat-content-font,[data-v-45fbaf17] .chat-content-font *,[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content,[data-v-45fbaf17] .chat-embed__main_content {
|
|
2243
2269
|
user-select: text !important;
|
|
2244
2270
|
-webkit-user-select: text !important;
|
|
2245
2271
|
-moz-user-select: text !important;
|
|
2246
2272
|
-ms-user-select: text !important;
|
|
2247
2273
|
}
|
|
2248
|
-
.slide-up-enter-active[data-v-
|
|
2249
|
-
.slide-up-leave-active[data-v-
|
|
2274
|
+
.slide-up-enter-active[data-v-45fbaf17],
|
|
2275
|
+
.slide-up-leave-active[data-v-45fbaf17] {
|
|
2250
2276
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2251
2277
|
}
|
|
2252
|
-
.slide-up-enter-from[data-v-
|
|
2253
|
-
.slide-up-leave-to[data-v-
|
|
2278
|
+
.slide-up-enter-from[data-v-45fbaf17],
|
|
2279
|
+
.slide-up-leave-to[data-v-45fbaf17] {
|
|
2254
2280
|
transform: translateY(100%);
|
|
2255
2281
|
}
|
|
2256
2282
|
|
|
2257
2283
|
/**
|
|
2258
2284
|
* 聊天窗口的样式设置
|
|
2259
2285
|
*/
|
|
2260
|
-
.chat-container[data-v-
|
|
2286
|
+
.chat-container[data-v-45fbaf17] {
|
|
2261
2287
|
--header-height: 56px;
|
|
2262
2288
|
--chat-padding: 12px;
|
|
2263
2289
|
--bubble-content-max-width: 0px;
|
|
@@ -2269,25 +2295,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2269
2295
|
flex-direction: row; /* 横向排列 */
|
|
2270
2296
|
height: 100%; /* 父容器高度 */
|
|
2271
2297
|
}
|
|
2272
|
-
.small-window[data-v-
|
|
2298
|
+
.small-window[data-v-45fbaf17] {
|
|
2273
2299
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2274
2300
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2275
2301
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2276
2302
|
border-radius: 8px;
|
|
2277
2303
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2278
2304
|
}
|
|
2279
|
-
.full-screen[data-v-
|
|
2305
|
+
.full-screen[data-v-45fbaf17] {
|
|
2280
2306
|
right: 0;
|
|
2281
2307
|
bottom: 0;
|
|
2282
2308
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2283
2309
|
}
|
|
2284
|
-
.chat-container
|
|
2310
|
+
.chat-container[data-v-45fbaf17] > * {
|
|
2285
2311
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2286
2312
|
}
|
|
2287
2313
|
|
|
2288
2314
|
/* 聊天窗口的头部样式设置
|
|
2289
2315
|
*/
|
|
2290
|
-
.chat-embed__header_container[data-v-
|
|
2316
|
+
.chat-embed__header_container[data-v-45fbaf17] {
|
|
2291
2317
|
/* border-bottom: 1px solid #ddd; */
|
|
2292
2318
|
display: flex;
|
|
2293
2319
|
align-items: center;
|
|
@@ -2297,7 +2323,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2297
2323
|
overflow: hidden;
|
|
2298
2324
|
position: relative;
|
|
2299
2325
|
}
|
|
2300
|
-
.session-subject[data-v-
|
|
2326
|
+
.session-subject[data-v-45fbaf17] {
|
|
2301
2327
|
display: block;
|
|
2302
2328
|
margin: 0 auto;
|
|
2303
2329
|
text-align: center;
|
|
@@ -2312,17 +2338,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2312
2338
|
|
|
2313
2339
|
/* 聊天窗口的头部图标样式设置
|
|
2314
2340
|
*/
|
|
2315
|
-
.chat-embed__header_avatar[data-v-
|
|
2341
|
+
.chat-embed__header_avatar[data-v-45fbaf17] {
|
|
2316
2342
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2317
2343
|
margin-right: var(--chat-padding);
|
|
2318
2344
|
}
|
|
2319
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2345
|
+
.chat-embed__header_tool_icon[data-v-45fbaf17] {
|
|
2320
2346
|
right: 20px;
|
|
2321
2347
|
position: absolute;
|
|
2322
2348
|
gap: 28px;
|
|
2323
2349
|
display: flex;
|
|
2324
2350
|
}
|
|
2325
|
-
.chat-embed__sidebar[data-v-
|
|
2351
|
+
.chat-embed__sidebar[data-v-45fbaf17] {
|
|
2326
2352
|
background: #f6f7fa;
|
|
2327
2353
|
display: flex;
|
|
2328
2354
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2331,7 +2357,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2331
2357
|
width: 260px;
|
|
2332
2358
|
height: 100%;
|
|
2333
2359
|
}
|
|
2334
|
-
.chat-embed__main[data-v-
|
|
2360
|
+
.chat-embed__main[data-v-45fbaf17] {
|
|
2335
2361
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2336
2362
|
box-sizing: border-box;
|
|
2337
2363
|
overflow: hidden;
|
|
@@ -2342,7 +2368,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2342
2368
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2343
2369
|
overflow: hidden; /* 防止内容溢出 */
|
|
2344
2370
|
}
|
|
2345
|
-
.chat-embed__main_content[data-v-
|
|
2371
|
+
.chat-embed__main_content[data-v-45fbaf17] {
|
|
2346
2372
|
flex: 1;
|
|
2347
2373
|
box-sizing: border-box;
|
|
2348
2374
|
min-height: 0;
|
|
@@ -2350,21 +2376,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2350
2376
|
/* overflow-y: auto;
|
|
2351
2377
|
margin-bottom: 12px; */
|
|
2352
2378
|
}
|
|
2353
|
-
.chat-embed__input_container[data-v-
|
|
2379
|
+
.chat-embed__input_container[data-v-45fbaf17] {
|
|
2354
2380
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2355
2381
|
/* margin-bottom: 50px; 距离底部 */
|
|
2356
2382
|
}
|
|
2357
|
-
.header-icon[data-v-
|
|
2383
|
+
.header-icon[data-v-45fbaf17] {
|
|
2358
2384
|
cursor: pointer;
|
|
2359
2385
|
font-size: 20px;
|
|
2360
2386
|
}
|
|
2361
2387
|
|
|
2362
2388
|
/* 聊天默认推荐内容样式
|
|
2363
2389
|
*/
|
|
2364
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2390
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
|
|
2365
2391
|
margin-top: 5px;
|
|
2366
2392
|
}
|
|
2367
|
-
.content-container[data-v-
|
|
2393
|
+
.content-container[data-v-45fbaf17] {
|
|
2368
2394
|
padding: 16px;
|
|
2369
2395
|
border-radius: 4px;
|
|
2370
2396
|
background: #ffffff;
|
|
@@ -2372,7 +2398,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2372
2398
|
border-radius: 0px 30px 30px 30px;
|
|
2373
2399
|
/* opacity: 0.6; */
|
|
2374
2400
|
}
|
|
2375
|
-
.chat-content-font[data-v-
|
|
2401
|
+
.chat-content-font[data-v-45fbaf17] {
|
|
2376
2402
|
font-family: PingFang SC, PingFang SC;
|
|
2377
2403
|
font-weight: 500;
|
|
2378
2404
|
font-size: 16px;
|
|
@@ -2382,10 +2408,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2382
2408
|
font-style: normal;
|
|
2383
2409
|
text-transform: none;
|
|
2384
2410
|
}
|
|
2385
|
-
[data-v-
|
|
2411
|
+
[data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2386
2412
|
border: none !important;
|
|
2387
2413
|
}
|
|
2388
|
-
.content-container-header[data-v-
|
|
2414
|
+
.content-container-header[data-v-45fbaf17] {
|
|
2389
2415
|
font-size: 12px;
|
|
2390
2416
|
color: #909399;
|
|
2391
2417
|
}
|
|
@@ -2393,28 +2419,30 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2393
2419
|
/**
|
|
2394
2420
|
// 用户消息
|
|
2395
2421
|
*/
|
|
2396
|
-
.content-borderless-container
|
|
2422
|
+
.content-borderless-container {
|
|
2423
|
+
&[data-v-45fbaf17] {
|
|
2397
2424
|
background: #e1ecfd;
|
|
2398
2425
|
border-radius: 20px 0px 20px 20px;
|
|
2399
2426
|
user-select: none;
|
|
2400
2427
|
padding: 12px;
|
|
2401
2428
|
cursor: pointer;
|
|
2402
2429
|
transition: background-color 0.3s;
|
|
2403
|
-
|
|
2430
|
+
}
|
|
2431
|
+
&[data-v-45fbaf17]:hover {
|
|
2404
2432
|
background-color: #ebeef5;
|
|
2405
2433
|
}
|
|
2406
2434
|
}
|
|
2407
|
-
.footer-container
|
|
2408
|
-
[data-v-
|
|
2435
|
+
.footer-container {
|
|
2436
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2409
2437
|
margin-left: 8px;
|
|
2410
2438
|
}
|
|
2411
2439
|
}
|
|
2412
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2440
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2413
2441
|
padding: 0;
|
|
2414
2442
|
}
|
|
2415
2443
|
|
|
2416
2444
|
/* 引用文件样式 */
|
|
2417
|
-
.doc-agg-item[data-v-
|
|
2445
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2418
2446
|
width: 100%;
|
|
2419
2447
|
padding: 10px;
|
|
2420
2448
|
margin-bottom: 5px;
|
|
@@ -2424,28 +2452,66 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2424
2452
|
font-size: 12px;
|
|
2425
2453
|
color: var(--el-color-primary);
|
|
2426
2454
|
}
|
|
2427
|
-
.elx-xmarkdown-container[data-v-
|
|
2455
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2428
2456
|
padding: 0;
|
|
2429
2457
|
}
|
|
2430
|
-
|
|
2458
|
+
.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2459
|
+
margin-right: 5px;
|
|
2460
|
+
}
|
|
2461
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2462
|
+
margin-left: 5px;
|
|
2463
|
+
}
|
|
2464
|
+
.svg-icon[data-v-019891df] {
|
|
2465
|
+
width: 1.2em;
|
|
2466
|
+
height: 1.2em;
|
|
2467
|
+
vertical-align: -0.25em;
|
|
2468
|
+
fill: currentColor;
|
|
2469
|
+
overflow: initial;
|
|
2470
|
+
}
|
|
2471
|
+
|
|
2472
|
+
.footer-wrapper {
|
|
2473
|
+
&[data-v-ffbde6f9] {
|
|
2474
|
+
display: flex;
|
|
2475
|
+
align-items: center;
|
|
2476
|
+
justify-content: space-between;
|
|
2477
|
+
gap: 10px;
|
|
2478
|
+
width: 100%;
|
|
2479
|
+
}
|
|
2480
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2481
|
+
font-size: 10px;
|
|
2482
|
+
color: #999;
|
|
2483
|
+
margin-top: 3px;
|
|
2484
|
+
flex-shrink: 0;
|
|
2485
|
+
}
|
|
2486
|
+
}
|
|
2487
|
+
.footer-container {
|
|
2488
|
+
&[data-v-ffbde6f9] {
|
|
2489
|
+
display: flex;
|
|
2490
|
+
gap: 8px;
|
|
2491
|
+
}
|
|
2492
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2493
|
+
margin-left: 0;
|
|
2494
|
+
}
|
|
2495
|
+
}
|
|
2496
|
+
[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
|
|
2431
2497
|
user-select: text !important;
|
|
2432
2498
|
-webkit-user-select: text !important;
|
|
2433
2499
|
-moz-user-select: text !important;
|
|
2434
2500
|
-ms-user-select: text !important;
|
|
2435
2501
|
}
|
|
2436
|
-
.slide-up-enter-active[data-v-
|
|
2437
|
-
.slide-up-leave-active[data-v-
|
|
2502
|
+
.slide-up-enter-active[data-v-1e62eff8],
|
|
2503
|
+
.slide-up-leave-active[data-v-1e62eff8] {
|
|
2438
2504
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2439
2505
|
}
|
|
2440
|
-
.slide-up-enter-from[data-v-
|
|
2441
|
-
.slide-up-leave-to[data-v-
|
|
2506
|
+
.slide-up-enter-from[data-v-1e62eff8],
|
|
2507
|
+
.slide-up-leave-to[data-v-1e62eff8] {
|
|
2442
2508
|
transform: translateY(100%);
|
|
2443
2509
|
}
|
|
2444
2510
|
|
|
2445
2511
|
/**
|
|
2446
2512
|
* 聊天窗口的样式设置
|
|
2447
2513
|
*/
|
|
2448
|
-
.chat-container[data-v-
|
|
2514
|
+
.chat-container[data-v-1e62eff8] {
|
|
2449
2515
|
--header-height: 56px;
|
|
2450
2516
|
--chat-padding: 12px;
|
|
2451
2517
|
--bubble-content-max-width: 0px;
|
|
@@ -2457,25 +2523,25 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2457
2523
|
flex-direction: row; /* 横向排列 */
|
|
2458
2524
|
height: 100%; /* 父容器高度 */
|
|
2459
2525
|
}
|
|
2460
|
-
.small-window[data-v-
|
|
2526
|
+
.small-window[data-v-1e62eff8] {
|
|
2461
2527
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2462
2528
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2463
2529
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2464
2530
|
border-radius: 8px;
|
|
2465
2531
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2466
2532
|
}
|
|
2467
|
-
.full-screen[data-v-
|
|
2533
|
+
.full-screen[data-v-1e62eff8] {
|
|
2468
2534
|
right: 0;
|
|
2469
2535
|
bottom: 0;
|
|
2470
2536
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2471
2537
|
}
|
|
2472
|
-
.chat-container
|
|
2538
|
+
.chat-container[data-v-1e62eff8] > * {
|
|
2473
2539
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2474
2540
|
}
|
|
2475
2541
|
|
|
2476
2542
|
/* 聊天窗口的头部样式设置
|
|
2477
2543
|
*/
|
|
2478
|
-
.chat-embed__header_container[data-v-
|
|
2544
|
+
.chat-embed__header_container[data-v-1e62eff8] {
|
|
2479
2545
|
/* border-bottom: 1px solid #ddd; */
|
|
2480
2546
|
display: flex;
|
|
2481
2547
|
align-items: center;
|
|
@@ -2485,7 +2551,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2485
2551
|
overflow: hidden;
|
|
2486
2552
|
position: relative;
|
|
2487
2553
|
}
|
|
2488
|
-
.session-subject[data-v-
|
|
2554
|
+
.session-subject[data-v-1e62eff8] {
|
|
2489
2555
|
display: block;
|
|
2490
2556
|
margin: 0 auto;
|
|
2491
2557
|
text-align: center;
|
|
@@ -2500,17 +2566,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2500
2566
|
|
|
2501
2567
|
/* 聊天窗口的头部图标样式设置
|
|
2502
2568
|
*/
|
|
2503
|
-
.chat-embed__header_avatar[data-v-
|
|
2569
|
+
.chat-embed__header_avatar[data-v-1e62eff8] {
|
|
2504
2570
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2505
2571
|
margin-right: var(--chat-padding);
|
|
2506
2572
|
}
|
|
2507
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2573
|
+
.chat-embed__header_tool_icon[data-v-1e62eff8] {
|
|
2508
2574
|
right: 20px;
|
|
2509
2575
|
position: absolute;
|
|
2510
2576
|
gap: 28px;
|
|
2511
2577
|
display: flex;
|
|
2512
2578
|
}
|
|
2513
|
-
.chat-embed__sidebar[data-v-
|
|
2579
|
+
.chat-embed__sidebar[data-v-1e62eff8] {
|
|
2514
2580
|
background: #f6f7fa;
|
|
2515
2581
|
display: flex;
|
|
2516
2582
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2519,7 +2585,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2519
2585
|
width: 260px;
|
|
2520
2586
|
height: 100%;
|
|
2521
2587
|
}
|
|
2522
|
-
.chat-embed__main[data-v-
|
|
2588
|
+
.chat-embed__main[data-v-1e62eff8] {
|
|
2523
2589
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2524
2590
|
box-sizing: border-box;
|
|
2525
2591
|
overflow: hidden;
|
|
@@ -2530,7 +2596,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2530
2596
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2531
2597
|
overflow: hidden; /* 防止内容溢出 */
|
|
2532
2598
|
}
|
|
2533
|
-
.chat-embed__main_content[data-v-
|
|
2599
|
+
.chat-embed__main_content[data-v-1e62eff8] {
|
|
2534
2600
|
flex: 1;
|
|
2535
2601
|
box-sizing: border-box;
|
|
2536
2602
|
min-height: 0;
|
|
@@ -2538,21 +2604,21 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2538
2604
|
/* overflow-y: auto;
|
|
2539
2605
|
margin-bottom: 12px; */
|
|
2540
2606
|
}
|
|
2541
|
-
.chat-embed__input_container[data-v-
|
|
2607
|
+
.chat-embed__input_container[data-v-1e62eff8] {
|
|
2542
2608
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2543
2609
|
/* margin-bottom: 50px; 距离底部 */
|
|
2544
2610
|
}
|
|
2545
|
-
.header-icon[data-v-
|
|
2611
|
+
.header-icon[data-v-1e62eff8] {
|
|
2546
2612
|
cursor: pointer;
|
|
2547
2613
|
font-size: 20px;
|
|
2548
2614
|
}
|
|
2549
2615
|
|
|
2550
2616
|
/* 聊天默认推荐内容样式
|
|
2551
2617
|
*/
|
|
2552
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2618
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-1e62eff8] {
|
|
2553
2619
|
margin-top: 5px;
|
|
2554
2620
|
}
|
|
2555
|
-
.content-container[data-v-
|
|
2621
|
+
.content-container[data-v-1e62eff8] {
|
|
2556
2622
|
padding: 16px;
|
|
2557
2623
|
border-radius: 4px;
|
|
2558
2624
|
background: #ffffff;
|
|
@@ -2560,7 +2626,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2560
2626
|
border-radius: 0px 30px 30px 30px;
|
|
2561
2627
|
/* opacity: 0.6; */
|
|
2562
2628
|
}
|
|
2563
|
-
.chat-content-font[data-v-
|
|
2629
|
+
.chat-content-font[data-v-1e62eff8] {
|
|
2564
2630
|
font-family: PingFang SC, PingFang SC;
|
|
2565
2631
|
font-weight: 500;
|
|
2566
2632
|
font-size: 16px;
|
|
@@ -2570,10 +2636,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2570
2636
|
font-style: normal;
|
|
2571
2637
|
text-transform: none;
|
|
2572
2638
|
}
|
|
2573
|
-
[data-v-
|
|
2639
|
+
[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2574
2640
|
border: none !important;
|
|
2575
2641
|
}
|
|
2576
|
-
.content-container-header[data-v-
|
|
2642
|
+
.content-container-header[data-v-1e62eff8] {
|
|
2577
2643
|
font-size: 12px;
|
|
2578
2644
|
color: #909399;
|
|
2579
2645
|
}
|
|
@@ -2581,28 +2647,30 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2581
2647
|
/**
|
|
2582
2648
|
// 用户消息
|
|
2583
2649
|
*/
|
|
2584
|
-
.content-borderless-container
|
|
2650
|
+
.content-borderless-container {
|
|
2651
|
+
&[data-v-1e62eff8] {
|
|
2585
2652
|
background: #e1ecfd;
|
|
2586
2653
|
border-radius: 20px 0px 20px 20px;
|
|
2587
2654
|
user-select: none;
|
|
2588
2655
|
padding: 12px;
|
|
2589
2656
|
cursor: pointer;
|
|
2590
2657
|
transition: background-color 0.3s;
|
|
2591
|
-
|
|
2658
|
+
}
|
|
2659
|
+
&[data-v-1e62eff8]:hover {
|
|
2592
2660
|
background-color: #ebeef5;
|
|
2593
2661
|
}
|
|
2594
2662
|
}
|
|
2595
|
-
.footer-container
|
|
2596
|
-
[data-v-
|
|
2663
|
+
.footer-container {
|
|
2664
|
+
[data-v-1e62eff8] .el-button + .el-button {
|
|
2597
2665
|
margin-left: 8px;
|
|
2598
2666
|
}
|
|
2599
2667
|
}
|
|
2600
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2668
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-1e62eff8] {
|
|
2601
2669
|
padding: 0;
|
|
2602
2670
|
}
|
|
2603
2671
|
|
|
2604
2672
|
/* 引用文件样式 */
|
|
2605
|
-
.doc-agg-item[data-v-
|
|
2673
|
+
.doc-agg-item[data-v-1e62eff8] {
|
|
2606
2674
|
width: 100%;
|
|
2607
2675
|
padding: 10px;
|
|
2608
2676
|
margin-bottom: 5px;
|
|
@@ -2612,98 +2680,109 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2612
2680
|
font-size: 12px;
|
|
2613
2681
|
color: var(--el-color-primary);
|
|
2614
2682
|
}
|
|
2615
|
-
.elx-xmarkdown-container[data-v-
|
|
2683
|
+
.elx-xmarkdown-container[data-v-1e62eff8] {
|
|
2616
2684
|
padding: 0;
|
|
2617
2685
|
}
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2686
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2687
|
+
position: absolute;
|
|
2688
|
+
padding: 20px 36px;
|
|
2689
|
+
gap: 16px;
|
|
2690
|
+
display: flex;
|
|
2691
|
+
z-index: 1;
|
|
2622
2692
|
}
|
|
2623
|
-
[data-v-
|
|
2624
|
-
|
|
2693
|
+
.flex-function-icon[data-v-1e62eff8] {
|
|
2694
|
+
display: flex;
|
|
2695
|
+
height: 40px;
|
|
2696
|
+
padding: 10px 14px;
|
|
2697
|
+
gap: 14px;
|
|
2698
|
+
border-radius: 100px 100px 100px 100px;
|
|
2699
|
+
border: 1px solid #e5e5e5;
|
|
2700
|
+
width: 82px;
|
|
2701
|
+
font-size: 20px;
|
|
2625
2702
|
}
|
|
2626
|
-
.
|
|
2627
|
-
display: flex;
|
|
2628
|
-
align-items: center;
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
margin-left: auto;
|
|
2632
|
-
gap: 10px;
|
|
2703
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2704
|
+
display: flex; /* 设置为水平排列 */
|
|
2705
|
+
align-items: center; /* 垂直居中 */
|
|
2706
|
+
margin-bottom: 22px;
|
|
2707
|
+
font-size: 20px;
|
|
2633
2708
|
}
|
|
2634
|
-
.
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2709
|
+
.sidebar-header > span[data-v-1e62eff8] {
|
|
2710
|
+
font-family: PingFang SC, PingFang SC;
|
|
2711
|
+
font-weight: 600;
|
|
2712
|
+
font-size: 16px;
|
|
2713
|
+
color: #181818;
|
|
2714
|
+
text-align: left;
|
|
2715
|
+
font-style: normal;
|
|
2716
|
+
text-transform: none;
|
|
2642
2717
|
}
|
|
2643
|
-
.
|
|
2644
|
-
|
|
2718
|
+
.right-icon[data-v-1e62eff8] {
|
|
2719
|
+
cursor: pointer;
|
|
2720
|
+
margin-left: auto;
|
|
2645
2721
|
}
|
|
2646
|
-
.
|
|
2647
|
-
|
|
2648
|
-
flex-direction: column;
|
|
2649
|
-
padding: 16px;
|
|
2722
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2723
|
+
cursor: pointer;
|
|
2650
2724
|
}
|
|
2651
|
-
[data-v-
|
|
2652
|
-
|
|
2725
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2726
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2727
|
+
margin-bottom: 10px;
|
|
2653
2728
|
}
|
|
2654
|
-
[data-v-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
font-family: Noto Sans SC, Noto Sans SC;
|
|
2659
|
-
font-weight: 400;
|
|
2660
|
-
font-size: 16px;
|
|
2661
|
-
color: #bbbbbb;
|
|
2662
|
-
text-align: left;
|
|
2663
|
-
font-style: normal;
|
|
2664
|
-
text-transform: none;
|
|
2729
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2730
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2731
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2732
|
+
margin-bottom: 10px;
|
|
2665
2733
|
}
|
|
2666
|
-
[data-v-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
line-height: 21px !important;
|
|
2671
|
-
font-style: normal !important;
|
|
2672
|
-
text-transform: none !important;
|
|
2734
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2735
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2736
|
+
margin-top: 10px;
|
|
2737
|
+
margin-bottom: 20px;
|
|
2673
2738
|
}
|
|
2674
|
-
[data-v-
|
|
2675
|
-
|
|
2739
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2740
|
+
background-color: #ffffff;
|
|
2676
2741
|
}
|
|
2677
|
-
[data-v-
|
|
2678
|
-
|
|
2679
|
-
border: 1px solid #dcdfe6;
|
|
2742
|
+
.date-group[data-v-1e62eff8] {
|
|
2743
|
+
margin-top: 16px;
|
|
2680
2744
|
}
|
|
2681
|
-
.
|
|
2682
|
-
|
|
2683
|
-
font-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
line-height: 21px;
|
|
2688
|
-
font-style: normal;
|
|
2689
|
-
text-align: center;
|
|
2745
|
+
.date-group-item[data-v-1e62eff8] {
|
|
2746
|
+
color: #81858c;
|
|
2747
|
+
font-size: 12px;
|
|
2748
|
+
user-select: none;
|
|
2749
|
+
margin-bottom: 2px;
|
|
2750
|
+
padding-left: calc(var(--chat-padding) * 2);
|
|
2690
2751
|
}
|
|
2691
|
-
.
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2752
|
+
.menu-item[data-v-1e62eff8] {
|
|
2753
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2754
|
+
font-size: 16px;
|
|
2755
|
+
line-height: 50px;
|
|
2756
|
+
cursor: pointer;
|
|
2757
|
+
gap: 8px;
|
|
2758
|
+
border-radius: 8px;
|
|
2759
|
+
display: flex;
|
|
2760
|
+
align-items: center;
|
|
2695
2761
|
}
|
|
2696
|
-
.
|
|
2697
|
-
|
|
2762
|
+
.active-item[data-v-1e62eff8] {
|
|
2763
|
+
background: #e2ebf5;
|
|
2764
|
+
color: var(--el-color-primary);
|
|
2698
2765
|
}
|
|
2699
|
-
.
|
|
2700
|
-
|
|
2766
|
+
.history-item[data-v-1e62eff8] {
|
|
2767
|
+
padding: 0px calc(var(--chat-padding) * 2);
|
|
2768
|
+
cursor: pointer;
|
|
2769
|
+
display: flex; /* 确保子元素可以使用 flex 布局 */
|
|
2770
|
+
align-items: center; /* 垂直居中 */
|
|
2771
|
+
line-height: 40px;
|
|
2772
|
+
gap: 8px;
|
|
2773
|
+
border-radius: 8px;
|
|
2701
2774
|
}
|
|
2702
|
-
.
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2775
|
+
.history-subject[data-v-1e62eff8] {
|
|
2776
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2777
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2778
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2779
|
+
white-space: nowrap; /* 不换行 */
|
|
2780
|
+
}
|
|
2781
|
+
.dropdown-right[data-v-1e62eff8] {
|
|
2782
|
+
margin-left: auto; /* 将 el-dropdown 靠右对齐 */
|
|
2783
|
+
}
|
|
2784
|
+
.history-item[data-v-1e62eff8]:hover {
|
|
2785
|
+
background-color: #f5f5f5;
|
|
2707
2786
|
}
|
|
2708
2787
|
|
|
2709
2788
|
.home-chart-iframe[data-v-873e1ba1] {
|
|
@@ -2712,72 +2791,25 @@ h4[data-v-6da81be3] {
|
|
|
2712
2791
|
border: none;
|
|
2713
2792
|
opacity: 1;
|
|
2714
2793
|
}
|
|
2715
|
-
|
|
2716
|
-
.additional-data-tag[data-v-7aaab83c] {
|
|
2717
|
-
display: flex;
|
|
2718
|
-
align-items: center;
|
|
2719
|
-
flex-shrink: 0;
|
|
2720
|
-
min-width: max-content;
|
|
2721
|
-
margin-left: auto;
|
|
2722
|
-
gap: 10px;
|
|
2723
|
-
}
|
|
2724
|
-
.additional-data-button[data-v-7aaab83c] {
|
|
2725
|
-
display: flex;
|
|
2726
|
-
align-items: center;
|
|
2727
|
-
justify-content: center;
|
|
2728
|
-
margin-top: 10px;
|
|
2729
|
-
gap: 10px;
|
|
2730
|
-
}
|
|
2731
|
-
|
|
2732
|
-
.footer-wrapper[data-v-ffbde6f9] {
|
|
2733
|
-
display: flex;
|
|
2734
|
-
align-items: center;
|
|
2735
|
-
justify-content: space-between;
|
|
2736
|
-
gap: 10px;
|
|
2737
|
-
width: 100%;
|
|
2738
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2739
|
-
font-size: 10px;
|
|
2740
|
-
color: #999;
|
|
2741
|
-
margin-top: 3px;
|
|
2742
|
-
flex-shrink: 0;
|
|
2743
|
-
}
|
|
2744
|
-
}
|
|
2745
|
-
.footer-container[data-v-ffbde6f9] {
|
|
2746
|
-
display: flex;
|
|
2747
|
-
gap: 8px;
|
|
2748
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2749
|
-
margin-left: 0;
|
|
2750
|
-
}
|
|
2751
|
-
}
|
|
2752
|
-
|
|
2753
|
-
.svg-icon[data-v-019891df] {
|
|
2754
|
-
width: 1.2em;
|
|
2755
|
-
height: 1.2em;
|
|
2756
|
-
vertical-align: -0.25em;
|
|
2757
|
-
fill: currentColor;
|
|
2758
|
-
overflow: initial;
|
|
2759
|
-
}
|
|
2760
|
-
[data-v-41b4cbbd] .el-range-separator {
|
|
2761
|
-
min-width: 20px;
|
|
2762
|
-
}[data-v-1e62eff8] .chat-content-font,[data-v-1e62eff8] .chat-content-font *,[data-v-1e62eff8] .el-bubble-content-wrapper .el-bubble-content,[data-v-1e62eff8] .chat-embed__main_content {
|
|
2794
|
+
[data-v-6da81be3] .chat-content-font,[data-v-6da81be3] .chat-content-font *,[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content,[data-v-6da81be3] .chat-embed__main_content {
|
|
2763
2795
|
user-select: text !important;
|
|
2764
2796
|
-webkit-user-select: text !important;
|
|
2765
2797
|
-moz-user-select: text !important;
|
|
2766
2798
|
-ms-user-select: text !important;
|
|
2767
2799
|
}
|
|
2768
|
-
.slide-up-enter-active[data-v-
|
|
2769
|
-
.slide-up-leave-active[data-v-
|
|
2800
|
+
.slide-up-enter-active[data-v-6da81be3],
|
|
2801
|
+
.slide-up-leave-active[data-v-6da81be3] {
|
|
2770
2802
|
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
2771
2803
|
}
|
|
2772
|
-
.slide-up-enter-from[data-v-
|
|
2773
|
-
.slide-up-leave-to[data-v-
|
|
2804
|
+
.slide-up-enter-from[data-v-6da81be3],
|
|
2805
|
+
.slide-up-leave-to[data-v-6da81be3] {
|
|
2774
2806
|
transform: translateY(100%);
|
|
2775
2807
|
}
|
|
2776
2808
|
|
|
2777
2809
|
/**
|
|
2778
2810
|
* 聊天窗口的样式设置
|
|
2779
2811
|
*/
|
|
2780
|
-
.chat-container[data-v-
|
|
2812
|
+
.chat-container[data-v-6da81be3] {
|
|
2781
2813
|
--header-height: 56px;
|
|
2782
2814
|
--chat-padding: 12px;
|
|
2783
2815
|
--bubble-content-max-width: 0px;
|
|
@@ -2789,25 +2821,25 @@ h4[data-v-6da81be3] {
|
|
|
2789
2821
|
flex-direction: row; /* 横向排列 */
|
|
2790
2822
|
height: 100%; /* 父容器高度 */
|
|
2791
2823
|
}
|
|
2792
|
-
.small-window[data-v-
|
|
2824
|
+
.small-window[data-v-6da81be3] {
|
|
2793
2825
|
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
2794
2826
|
right: var(--chat-padding); /* 距离浏览器右边框12px */
|
|
2795
2827
|
bottom: var(--chat-padding); /* 距离浏览器下边框12px */
|
|
2796
2828
|
border-radius: 8px;
|
|
2797
2829
|
--main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
|
|
2798
2830
|
}
|
|
2799
|
-
.full-screen[data-v-
|
|
2831
|
+
.full-screen[data-v-6da81be3] {
|
|
2800
2832
|
right: 0;
|
|
2801
2833
|
bottom: 0;
|
|
2802
2834
|
--main-content-height: calc(100vh - var(--header-height));
|
|
2803
2835
|
}
|
|
2804
|
-
.chat-container
|
|
2836
|
+
.chat-container[data-v-6da81be3] > * {
|
|
2805
2837
|
box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
|
|
2806
2838
|
}
|
|
2807
2839
|
|
|
2808
2840
|
/* 聊天窗口的头部样式设置
|
|
2809
2841
|
*/
|
|
2810
|
-
.chat-embed__header_container[data-v-
|
|
2842
|
+
.chat-embed__header_container[data-v-6da81be3] {
|
|
2811
2843
|
/* border-bottom: 1px solid #ddd; */
|
|
2812
2844
|
display: flex;
|
|
2813
2845
|
align-items: center;
|
|
@@ -2817,7 +2849,7 @@ h4[data-v-6da81be3] {
|
|
|
2817
2849
|
overflow: hidden;
|
|
2818
2850
|
position: relative;
|
|
2819
2851
|
}
|
|
2820
|
-
.session-subject[data-v-
|
|
2852
|
+
.session-subject[data-v-6da81be3] {
|
|
2821
2853
|
display: block;
|
|
2822
2854
|
margin: 0 auto;
|
|
2823
2855
|
text-align: center;
|
|
@@ -2832,17 +2864,17 @@ h4[data-v-6da81be3] {
|
|
|
2832
2864
|
|
|
2833
2865
|
/* 聊天窗口的头部图标样式设置
|
|
2834
2866
|
*/
|
|
2835
|
-
.chat-embed__header_avatar[data-v-
|
|
2867
|
+
.chat-embed__header_avatar[data-v-6da81be3] {
|
|
2836
2868
|
margin-left: calc(var(--chat-padding) * 2);
|
|
2837
2869
|
margin-right: var(--chat-padding);
|
|
2838
2870
|
}
|
|
2839
|
-
.chat-embed__header_tool_icon[data-v-
|
|
2871
|
+
.chat-embed__header_tool_icon[data-v-6da81be3] {
|
|
2840
2872
|
right: 20px;
|
|
2841
2873
|
position: absolute;
|
|
2842
2874
|
gap: 28px;
|
|
2843
2875
|
display: flex;
|
|
2844
2876
|
}
|
|
2845
|
-
.chat-embed__sidebar[data-v-
|
|
2877
|
+
.chat-embed__sidebar[data-v-6da81be3] {
|
|
2846
2878
|
background: #f6f7fa;
|
|
2847
2879
|
display: flex;
|
|
2848
2880
|
flex-direction: column; /* 设置为上下排列 */
|
|
@@ -2851,7 +2883,7 @@ h4[data-v-6da81be3] {
|
|
|
2851
2883
|
width: 260px;
|
|
2852
2884
|
height: 100%;
|
|
2853
2885
|
}
|
|
2854
|
-
.chat-embed__main[data-v-
|
|
2886
|
+
.chat-embed__main[data-v-6da81be3] {
|
|
2855
2887
|
padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
|
|
2856
2888
|
box-sizing: border-box;
|
|
2857
2889
|
overflow: hidden;
|
|
@@ -2862,7 +2894,7 @@ h4[data-v-6da81be3] {
|
|
|
2862
2894
|
flex: 1; /* 聊天内容区域占据剩余空间 */
|
|
2863
2895
|
overflow: hidden; /* 防止内容溢出 */
|
|
2864
2896
|
}
|
|
2865
|
-
.chat-embed__main_content[data-v-
|
|
2897
|
+
.chat-embed__main_content[data-v-6da81be3] {
|
|
2866
2898
|
flex: 1;
|
|
2867
2899
|
box-sizing: border-box;
|
|
2868
2900
|
min-height: 0;
|
|
@@ -2870,21 +2902,21 @@ h4[data-v-6da81be3] {
|
|
|
2870
2902
|
/* overflow-y: auto;
|
|
2871
2903
|
margin-bottom: 12px; */
|
|
2872
2904
|
}
|
|
2873
|
-
.chat-embed__input_container[data-v-
|
|
2905
|
+
.chat-embed__input_container[data-v-6da81be3] {
|
|
2874
2906
|
flex-shrink: 0; /* 不允许收缩 */
|
|
2875
2907
|
/* margin-bottom: 50px; 距离底部 */
|
|
2876
2908
|
}
|
|
2877
|
-
.header-icon[data-v-
|
|
2909
|
+
.header-icon[data-v-6da81be3] {
|
|
2878
2910
|
cursor: pointer;
|
|
2879
2911
|
font-size: 20px;
|
|
2880
2912
|
}
|
|
2881
2913
|
|
|
2882
2914
|
/* 聊天默认推荐内容样式
|
|
2883
2915
|
*/
|
|
2884
|
-
.chat-embed__recommendation + .chat-embed__recommendation[data-v-
|
|
2916
|
+
.chat-embed__recommendation + .chat-embed__recommendation[data-v-6da81be3] {
|
|
2885
2917
|
margin-top: 5px;
|
|
2886
2918
|
}
|
|
2887
|
-
.content-container[data-v-
|
|
2919
|
+
.content-container[data-v-6da81be3] {
|
|
2888
2920
|
padding: 16px;
|
|
2889
2921
|
border-radius: 4px;
|
|
2890
2922
|
background: #ffffff;
|
|
@@ -2892,7 +2924,7 @@ h4[data-v-6da81be3] {
|
|
|
2892
2924
|
border-radius: 0px 30px 30px 30px;
|
|
2893
2925
|
/* opacity: 0.6; */
|
|
2894
2926
|
}
|
|
2895
|
-
.chat-content-font[data-v-
|
|
2927
|
+
.chat-content-font[data-v-6da81be3] {
|
|
2896
2928
|
font-family: PingFang SC, PingFang SC;
|
|
2897
2929
|
font-weight: 500;
|
|
2898
2930
|
font-size: 16px;
|
|
@@ -2902,10 +2934,10 @@ h4[data-v-6da81be3] {
|
|
|
2902
2934
|
font-style: normal;
|
|
2903
2935
|
text-transform: none;
|
|
2904
2936
|
}
|
|
2905
|
-
[data-v-
|
|
2937
|
+
[data-v-6da81be3] .el-bubble-content-wrapper .el-bubble-content-outlined {
|
|
2906
2938
|
border: none !important;
|
|
2907
2939
|
}
|
|
2908
|
-
.content-container-header[data-v-
|
|
2940
|
+
.content-container-header[data-v-6da81be3] {
|
|
2909
2941
|
font-size: 12px;
|
|
2910
2942
|
color: #909399;
|
|
2911
2943
|
}
|
|
@@ -2913,28 +2945,30 @@ h4[data-v-6da81be3] {
|
|
|
2913
2945
|
/**
|
|
2914
2946
|
// 用户消息
|
|
2915
2947
|
*/
|
|
2916
|
-
.content-borderless-container
|
|
2948
|
+
.content-borderless-container {
|
|
2949
|
+
&[data-v-6da81be3] {
|
|
2917
2950
|
background: #e1ecfd;
|
|
2918
2951
|
border-radius: 20px 0px 20px 20px;
|
|
2919
2952
|
user-select: none;
|
|
2920
2953
|
padding: 12px;
|
|
2921
2954
|
cursor: pointer;
|
|
2922
2955
|
transition: background-color 0.3s;
|
|
2923
|
-
|
|
2956
|
+
}
|
|
2957
|
+
&[data-v-6da81be3]:hover {
|
|
2924
2958
|
background-color: #ebeef5;
|
|
2925
2959
|
}
|
|
2926
2960
|
}
|
|
2927
|
-
.footer-container
|
|
2928
|
-
[data-v-
|
|
2961
|
+
.footer-container {
|
|
2962
|
+
[data-v-6da81be3] .el-button + .el-button {
|
|
2929
2963
|
margin-left: 8px;
|
|
2930
2964
|
}
|
|
2931
2965
|
}
|
|
2932
|
-
.el-bubble-content-wrapper .el-bubble-content[data-v-
|
|
2966
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-6da81be3] {
|
|
2933
2967
|
padding: 0;
|
|
2934
2968
|
}
|
|
2935
2969
|
|
|
2936
2970
|
/* 引用文件样式 */
|
|
2937
|
-
.doc-agg-item[data-v-
|
|
2971
|
+
.doc-agg-item[data-v-6da81be3] {
|
|
2938
2972
|
width: 100%;
|
|
2939
2973
|
padding: 10px;
|
|
2940
2974
|
margin-bottom: 5px;
|
|
@@ -2944,111 +2978,93 @@ h4[data-v-6da81be3] {
|
|
|
2944
2978
|
font-size: 12px;
|
|
2945
2979
|
color: var(--el-color-primary);
|
|
2946
2980
|
}
|
|
2947
|
-
.elx-xmarkdown-container[data-v-
|
|
2981
|
+
.elx-xmarkdown-container[data-v-6da81be3] {
|
|
2948
2982
|
padding: 0;
|
|
2949
2983
|
}
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
display: flex;
|
|
2955
|
-
z-index: 1;
|
|
2956
|
-
}
|
|
2957
|
-
.flex-function-icon[data-v-1e62eff8] {
|
|
2958
|
-
display: flex;
|
|
2959
|
-
height: 40px;
|
|
2960
|
-
padding: 10px 14px;
|
|
2961
|
-
gap: 14px;
|
|
2962
|
-
border-radius: 100px 100px 100px 100px;
|
|
2963
|
-
border: 1px solid #e5e5e5;
|
|
2964
|
-
width: 82px;
|
|
2965
|
-
font-size: 20px;
|
|
2966
|
-
}
|
|
2967
|
-
.sidebar-header[data-v-1e62eff8] {
|
|
2968
|
-
display: flex; /* 设置为水平排列 */
|
|
2969
|
-
align-items: center; /* 垂直居中 */
|
|
2970
|
-
margin-bottom: 22px;
|
|
2971
|
-
font-size: 20px;
|
|
2984
|
+
h4[data-v-6da81be3] {
|
|
2985
|
+
font-size: 16px;
|
|
2986
|
+
margin-top: 0px;
|
|
2987
|
+
margin-bottom: 0px;
|
|
2972
2988
|
}
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
font-weight: 600;
|
|
2976
|
-
font-size: 16px;
|
|
2977
|
-
color: #181818;
|
|
2978
|
-
text-align: left;
|
|
2979
|
-
font-style: normal;
|
|
2980
|
-
text-transform: none;
|
|
2989
|
+
[data-v-6da81be3] .el-divider--horizontal {
|
|
2990
|
+
margin: 5px 0;
|
|
2981
2991
|
}
|
|
2982
|
-
.
|
|
2983
|
-
|
|
2992
|
+
.sender-additional-data-tag[data-v-6da81be3] {
|
|
2993
|
+
display: flex;
|
|
2994
|
+
align-items: center;
|
|
2995
|
+
flex-shrink: 0;
|
|
2996
|
+
min-width: max-content;
|
|
2984
2997
|
margin-left: auto;
|
|
2998
|
+
gap: 10px;
|
|
2985
2999
|
}
|
|
2986
|
-
.
|
|
3000
|
+
.amb-color-iconfont[data-v-6da81be3] {
|
|
3001
|
+
display: inline-block;
|
|
3002
|
+
width: 12px;
|
|
3003
|
+
height: 12px;
|
|
3004
|
+
background-repeat: no-repeat;
|
|
3005
|
+
background-position: center;
|
|
3006
|
+
background-size: 100%;
|
|
2987
3007
|
cursor: pointer;
|
|
2988
3008
|
}
|
|
2989
|
-
.
|
|
2990
|
-
|
|
2991
|
-
margin-bottom: 10px;
|
|
2992
|
-
}
|
|
2993
|
-
.scrollbar-container[data-v-1e62eff8] {
|
|
2994
|
-
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2995
|
-
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2996
|
-
margin-bottom: 10px;
|
|
3009
|
+
.el-button + .el-button[data-v-6da81be3] {
|
|
3010
|
+
margin-left: 5px;
|
|
2997
3011
|
}
|
|
2998
|
-
.
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3012
|
+
.header-self-wrap[data-v-6da81be3] {
|
|
3013
|
+
display: flex;
|
|
3014
|
+
flex-direction: column;
|
|
3015
|
+
padding: 16px;
|
|
3002
3016
|
}
|
|
3003
|
-
|
|
3004
|
-
|
|
3017
|
+
[data-v-6da81be3] .el-sender-header {
|
|
3018
|
+
border-bottom-color: #ffffff !important;
|
|
3005
3019
|
}
|
|
3006
|
-
|
|
3007
|
-
|
|
3020
|
+
[data-v-6da81be3] .el-sender {
|
|
3021
|
+
background: #ffffff !important;
|
|
3022
|
+
box-shadow: 0px 10px 10px 0px rgba(204, 204, 204, 0.1) !important;
|
|
3023
|
+
border-radius: 30px 30px 30px 30px !important;
|
|
3024
|
+
font-family: Noto Sans SC, Noto Sans SC;
|
|
3025
|
+
font-weight: 400;
|
|
3026
|
+
font-size: 16px;
|
|
3027
|
+
color: #bbbbbb;
|
|
3028
|
+
text-align: left;
|
|
3029
|
+
font-style: normal;
|
|
3030
|
+
text-transform: none;
|
|
3008
3031
|
}
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
font-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3032
|
+
[data-v-6da81be3] .el-sender .el-sender-content .el-sender-input .el-textarea__inner {
|
|
3033
|
+
font-family: Noto Sans SC, Noto Sans SC !important;
|
|
3034
|
+
font-weight: 400 !important;
|
|
3035
|
+
font-size: 16px !important;
|
|
3036
|
+
line-height: 21px !important;
|
|
3037
|
+
font-style: normal !important;
|
|
3038
|
+
text-transform: none !important;
|
|
3015
3039
|
}
|
|
3016
|
-
|
|
3017
|
-
padding:
|
|
3018
|
-
font-size: 16px;
|
|
3019
|
-
line-height: 50px;
|
|
3020
|
-
cursor: pointer;
|
|
3021
|
-
gap: 8px;
|
|
3022
|
-
border-radius: 8px;
|
|
3023
|
-
display: flex;
|
|
3024
|
-
align-items: center;
|
|
3040
|
+
[data-v-6da81be3] .el-sender-content {
|
|
3041
|
+
padding: 16px !important;
|
|
3025
3042
|
}
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3043
|
+
[data-v-6da81be3] .el-select__wrapper {
|
|
3044
|
+
border-radius: 100px 100px 100px 100px;
|
|
3045
|
+
border: 1px solid #dcdfe6;
|
|
3029
3046
|
}
|
|
3030
|
-
.
|
|
3031
|
-
padding:
|
|
3032
|
-
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3047
|
+
.ai-generate-tip[data-v-6da81be3] {
|
|
3048
|
+
padding: 12px;
|
|
3049
|
+
font-family: PingFang SC, PingFang SC;
|
|
3050
|
+
font-weight: 400;
|
|
3051
|
+
font-size: 14px;
|
|
3052
|
+
color: #808080;
|
|
3053
|
+
line-height: 21px;
|
|
3054
|
+
font-style: normal;
|
|
3055
|
+
text-align: center;
|
|
3038
3056
|
}
|
|
3039
|
-
.
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
white-space: nowrap; /* 不换行 */
|
|
3057
|
+
.el-button.is-circle[data-v-6da81be3] {
|
|
3058
|
+
border-radius: 50% !important;
|
|
3059
|
+
padding: 8px;
|
|
3060
|
+
width: 32px;
|
|
3044
3061
|
}
|
|
3045
|
-
.
|
|
3046
|
-
|
|
3062
|
+
.send-icon[data-v-6da81be3] {
|
|
3063
|
+
cursor: pointer;
|
|
3047
3064
|
}
|
|
3048
|
-
.
|
|
3049
|
-
|
|
3065
|
+
.el-divider--vertical[data-v-6da81be3] {
|
|
3066
|
+
margin: 0 0;
|
|
3050
3067
|
}
|
|
3051
|
-
|
|
3052
3068
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3053
3069
|
.mobile-item-action[data-v-13b41596] {
|
|
3054
3070
|
z-index: 2000;
|