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/es/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
|
}
|
|
@@ -526,6 +526,17 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
526
526
|
.fs-preview-container[data-v-7f109349] .el-button.is-round {
|
|
527
527
|
padding: 5px 11px;
|
|
528
528
|
height: var(--el-button-size);
|
|
529
|
+
}.select[data-v-52983a24] {
|
|
530
|
+
width: 100%;
|
|
531
|
+
height: 100%;
|
|
532
|
+
display: grid;
|
|
533
|
+
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
534
|
+
align-items: center;
|
|
535
|
+
}
|
|
536
|
+
.select .intervalCenter[data-v-52983a24] {
|
|
537
|
+
width: 100%;
|
|
538
|
+
height: 100%;
|
|
539
|
+
text-align: center;
|
|
529
540
|
}.amb-color-iconfont[data-v-5254701d] {
|
|
530
541
|
width: 30px;
|
|
531
542
|
height: 30px;
|
|
@@ -555,143 +566,200 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
555
566
|
.fs-upload-tag-percent[data-v-5254701d] {
|
|
556
567
|
font-weight: 600;
|
|
557
568
|
margin-left: 4px;
|
|
558
|
-
}.select[data-v-52983a24] {
|
|
559
|
-
width: 100%;
|
|
560
|
-
height: 100%;
|
|
561
|
-
display: grid;
|
|
562
|
-
grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
|
|
563
|
-
align-items: center;
|
|
564
|
-
}
|
|
565
|
-
.select .intervalCenter[data-v-52983a24] {
|
|
566
|
-
width: 100%;
|
|
567
|
-
height: 100%;
|
|
568
|
-
text-align: center;
|
|
569
569
|
}iframe[data-v-e5fb3b56] {
|
|
570
570
|
width: 100%;
|
|
571
571
|
height: calc(100vh - 50px);
|
|
572
|
+
}.wscn-http404-container[data-v-4f824f28] {
|
|
573
|
+
transform: translate(-50%, -50%);
|
|
574
|
+
position: absolute;
|
|
575
|
+
top: 40%;
|
|
576
|
+
left: 50%;
|
|
572
577
|
}
|
|
573
|
-
.
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
font-weight: 700;
|
|
579
|
-
}
|
|
580
|
-
.organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
|
|
581
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
|
|
582
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
|
|
583
|
-
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
|
|
584
|
-
font-size: 17px;
|
|
585
|
-
font-weight: 700;
|
|
586
|
-
}
|
|
587
|
-
.organization-tree .el-card__body {
|
|
588
|
-
padding-top: 10px;
|
|
589
|
-
}
|
|
590
|
-
.organization-tree .card-content {
|
|
591
|
-
margin-top: 10px;
|
|
578
|
+
.wscn-http404[data-v-4f824f28] {
|
|
579
|
+
position: relative;
|
|
580
|
+
width: 1200px;
|
|
581
|
+
padding: 0 50px;
|
|
582
|
+
overflow: hidden;
|
|
592
583
|
}
|
|
593
|
-
.
|
|
594
|
-
|
|
584
|
+
.wscn-http404 .pic-404[data-v-4f824f28] {
|
|
585
|
+
position: relative;
|
|
586
|
+
float: left;
|
|
587
|
+
width: 600px;
|
|
588
|
+
overflow: hidden;
|
|
595
589
|
}
|
|
596
|
-
.
|
|
597
|
-
display: flex;
|
|
590
|
+
.wscn-http404 .pic-404__parent[data-v-4f824f28] {
|
|
598
591
|
width: 100%;
|
|
599
592
|
}
|
|
600
|
-
.
|
|
601
|
-
|
|
602
|
-
text-align: left;
|
|
603
|
-
}
|
|
604
|
-
.organization-tree .item-label .item-description {
|
|
605
|
-
font-size: 14px;
|
|
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%;
|
|
@@ -807,207 +885,129 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
807
885
|
height: 100%;
|
|
808
886
|
position: absolute;
|
|
809
887
|
z-index: 999;
|
|
810
|
-
}.wscn-http404-container[data-v-4f824f28] {
|
|
811
|
-
transform: translate(-50%, -50%);
|
|
812
|
-
position: absolute;
|
|
813
|
-
top: 40%;
|
|
814
|
-
left: 50%;
|
|
815
|
-
}
|
|
816
|
-
.wscn-http404[data-v-4f824f28] {
|
|
817
|
-
position: relative;
|
|
818
|
-
width: 1200px;
|
|
819
|
-
padding: 0 50px;
|
|
820
|
-
overflow: hidden;
|
|
821
|
-
}
|
|
822
|
-
.wscn-http404 .pic-404[data-v-4f824f28] {
|
|
823
|
-
position: relative;
|
|
824
|
-
float: left;
|
|
825
|
-
width: 600px;
|
|
826
|
-
overflow: hidden;
|
|
827
888
|
}
|
|
828
|
-
.
|
|
829
|
-
|
|
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;
|
|
830
895
|
}
|
|
831
|
-
.
|
|
832
|
-
|
|
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;
|
|
833
902
|
}
|
|
834
|
-
.
|
|
835
|
-
|
|
836
|
-
top: 17px;
|
|
837
|
-
left: 220px;
|
|
838
|
-
opacity: 0;
|
|
839
|
-
animation-name: cloudLeft-4f824f28;
|
|
840
|
-
animation-duration: 2s;
|
|
841
|
-
animation-timing-function: linear;
|
|
842
|
-
animation-fill-mode: forwards;
|
|
843
|
-
animation-delay: 1s;
|
|
903
|
+
.organization-tree .el-card__body {
|
|
904
|
+
padding-top: 10px;
|
|
844
905
|
}
|
|
845
|
-
.
|
|
846
|
-
|
|
847
|
-
top: 10px;
|
|
848
|
-
left: 420px;
|
|
849
|
-
opacity: 0;
|
|
850
|
-
animation-name: cloudMid-4f824f28;
|
|
851
|
-
animation-duration: 2s;
|
|
852
|
-
animation-timing-function: linear;
|
|
853
|
-
animation-fill-mode: forwards;
|
|
854
|
-
animation-delay: 1.2s;
|
|
906
|
+
.organization-tree .card-content {
|
|
907
|
+
margin-top: 10px;
|
|
855
908
|
}
|
|
856
|
-
.
|
|
857
|
-
|
|
858
|
-
top: 100px;
|
|
859
|
-
left: 500px;
|
|
860
|
-
opacity: 0;
|
|
861
|
-
animation-name: cloudRight-4f824f28;
|
|
862
|
-
animation-duration: 2s;
|
|
863
|
-
animation-timing-function: linear;
|
|
864
|
-
animation-fill-mode: forwards;
|
|
865
|
-
animation-delay: 1s;
|
|
909
|
+
.organization-tree .item-row-all {
|
|
910
|
+
margin-bottom: 10px;
|
|
866
911
|
}
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
left: 220px;
|
|
871
|
-
opacity: 0;
|
|
912
|
+
.organization-tree .item-row {
|
|
913
|
+
display: flex;
|
|
914
|
+
width: 100%;
|
|
872
915
|
}
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
opacity: 1;
|
|
916
|
+
.organization-tree .item-label {
|
|
917
|
+
flex: 0 0 90%;
|
|
918
|
+
text-align: left;
|
|
877
919
|
}
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
opacity: 1;
|
|
920
|
+
.organization-tree .item-side {
|
|
921
|
+
flex: 0 0 10%;
|
|
922
|
+
text-align: right;
|
|
882
923
|
}
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
left: 60px;
|
|
886
|
-
opacity: 0;
|
|
924
|
+
.organization-tree .el-tree-node {
|
|
925
|
+
margin-bottom: 10px;
|
|
887
926
|
}
|
|
927
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
928
|
+
padding: 0;
|
|
929
|
+
display: none;
|
|
888
930
|
}
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
top: 10px;
|
|
892
|
-
left: 420px;
|
|
893
|
-
opacity: 0;
|
|
931
|
+
.organization-tree .card-footer {
|
|
932
|
+
padding: 20px;
|
|
894
933
|
}
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
934
|
+
.organization-tree .card-footer .select-result {
|
|
935
|
+
color: #409eff;
|
|
936
|
+
flex: 1 1 75%;
|
|
937
|
+
text-align: left;
|
|
899
938
|
}
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
opacity: 1;
|
|
939
|
+
.organization-tree .card-footer .button-area {
|
|
940
|
+
flex: 0 0 20%;
|
|
941
|
+
text-align: right;
|
|
904
942
|
}
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
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%;
|
|
909
952
|
}
|
|
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;
|
|
910
959
|
}
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
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;
|
|
916
966
|
}
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
left: 460px;
|
|
920
|
-
opacity: 1;
|
|
967
|
+
.organization-tree .el-card__body {
|
|
968
|
+
padding-top: 10px;
|
|
921
969
|
}
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
left: 340px;
|
|
925
|
-
opacity: 1;
|
|
970
|
+
.organization-tree .card-content {
|
|
971
|
+
margin-top: 10px;
|
|
926
972
|
}
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
left: 300px;
|
|
930
|
-
opacity: 0;
|
|
973
|
+
.organization-tree .item-row-all {
|
|
974
|
+
margin-bottom: 10px;
|
|
931
975
|
}
|
|
976
|
+
.organization-tree .item-row {
|
|
977
|
+
display: flex;
|
|
978
|
+
width: 100%;
|
|
932
979
|
}
|
|
933
|
-
.
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
width: 300px;
|
|
937
|
-
padding: 30px 0;
|
|
938
|
-
overflow: hidden;
|
|
980
|
+
.organization-tree .item-label {
|
|
981
|
+
flex: 0 0 90%;
|
|
982
|
+
text-align: left;
|
|
939
983
|
}
|
|
940
|
-
.
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
line-height: 40px;
|
|
944
|
-
color: #1482f0;
|
|
945
|
-
opacity: 0;
|
|
946
|
-
margin-bottom: 20px;
|
|
947
|
-
animation-name: slideUp-4f824f28;
|
|
948
|
-
animation-duration: 0.5s;
|
|
949
|
-
animation-fill-mode: forwards;
|
|
984
|
+
.organization-tree .item-side {
|
|
985
|
+
flex: 0 0 10%;
|
|
986
|
+
text-align: right;
|
|
950
987
|
}
|
|
951
|
-
.
|
|
952
|
-
font-size: 20px;
|
|
953
|
-
line-height: 24px;
|
|
954
|
-
color: #222;
|
|
955
|
-
font-weight: bold;
|
|
956
|
-
opacity: 0;
|
|
988
|
+
.organization-tree .el-tree-node {
|
|
957
989
|
margin-bottom: 10px;
|
|
958
|
-
animation-name: slideUp-4f824f28;
|
|
959
|
-
animation-duration: 0.5s;
|
|
960
|
-
animation-delay: 0.1s;
|
|
961
|
-
animation-fill-mode: forwards;
|
|
962
|
-
}
|
|
963
|
-
.wscn-http404 .bullshit__info[data-v-4f824f28] {
|
|
964
|
-
font-size: 13px;
|
|
965
|
-
line-height: 21px;
|
|
966
|
-
color: grey;
|
|
967
|
-
opacity: 0;
|
|
968
|
-
margin-bottom: 30px;
|
|
969
|
-
animation-name: slideUp-4f824f28;
|
|
970
|
-
animation-duration: 0.5s;
|
|
971
|
-
animation-delay: 0.2s;
|
|
972
|
-
animation-fill-mode: forwards;
|
|
973
990
|
}
|
|
974
|
-
.
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
width: 110px;
|
|
978
|
-
height: 36px;
|
|
979
|
-
background: #1482f0;
|
|
980
|
-
border-radius: 100px;
|
|
981
|
-
text-align: center;
|
|
982
|
-
color: #ffffff;
|
|
983
|
-
opacity: 0;
|
|
984
|
-
font-size: 14px;
|
|
985
|
-
line-height: 36px;
|
|
986
|
-
cursor: pointer;
|
|
987
|
-
animation-name: slideUp-4f824f28;
|
|
988
|
-
animation-duration: 0.5s;
|
|
989
|
-
animation-delay: 0.3s;
|
|
990
|
-
animation-fill-mode: forwards;
|
|
991
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
992
|
+
padding: 0;
|
|
993
|
+
display: none;
|
|
991
994
|
}
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
transform: translateY(60px);
|
|
995
|
-
opacity: 0;
|
|
995
|
+
.organization-tree .card-footer {
|
|
996
|
+
padding: 20px;
|
|
996
997
|
}
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
998
|
+
.organization-tree .card-footer .select-result {
|
|
999
|
+
color: #409eff;
|
|
1000
|
+
flex: 1 1 75%;
|
|
1001
|
+
text-align: left;
|
|
1000
1002
|
}
|
|
1003
|
+
.organization-tree .card-footer .button-area {
|
|
1004
|
+
flex: 0 0 20%;
|
|
1005
|
+
text-align: right;
|
|
1001
1006
|
}
|
|
1002
|
-
.
|
|
1003
|
-
|
|
1004
|
-
height: 100%;
|
|
1005
|
-
height: calc(100vh - 20px);
|
|
1007
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
1008
|
+
color: #409eff;
|
|
1006
1009
|
}
|
|
1007
|
-
|
|
1008
|
-
width: 100%;
|
|
1009
|
-
height: calc(100vh - 50px);
|
|
1010
|
-
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
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[data-v-20dccb82] {
|
|
|
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[data-v-20dccb82] {
|
|
|
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
1104
|
}
|
|
1100
|
-
.
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
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[data-v-20dccb82] {
|
|
|
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[data-v-20dccb82] {
|
|
|
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
|
}
|
|
@@ -1299,81 +1310,156 @@ iframe[data-v-20dccb82] {
|
|
|
1299
1310
|
.elx-xmarkdown-container[data-v-e84e6e12] {
|
|
1300
1311
|
padding: 0;
|
|
1301
1312
|
}
|
|
1302
|
-
[data-v-e84e6e12]:root {
|
|
1303
|
-
--header-height: 56px;
|
|
1304
|
-
--chat-padding: 12px;
|
|
1305
|
-
--el-thinking-button-width: 180px;
|
|
1313
|
+
[data-v-e84e6e12]:root {
|
|
1314
|
+
--header-height: 56px;
|
|
1315
|
+
--chat-padding: 12px;
|
|
1316
|
+
--el-thinking-button-width: 180px;
|
|
1317
|
+
}
|
|
1318
|
+
.chat-container[data-v-e84e6e12] p {
|
|
1319
|
+
margin: 0 !important;
|
|
1320
|
+
}
|
|
1321
|
+
.chat-container[data-v-e84e6e12] h4 {
|
|
1322
|
+
font-size: 16px;
|
|
1323
|
+
margin-top: 0px;
|
|
1324
|
+
margin-bottom: 0px;
|
|
1325
|
+
}
|
|
1326
|
+
.chat-content[data-v-e84e6e12] {
|
|
1327
|
+
flex: 1;
|
|
1328
|
+
min-width: 0; /* 避免被内容撑爆 */
|
|
1329
|
+
overflow: hidden; /* 可选:防止出现水平滚动 */
|
|
1330
|
+
display: flex;
|
|
1331
|
+
flex-direction: column;
|
|
1332
|
+
}
|
|
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;
|
|
1306
1393
|
}
|
|
1307
|
-
.
|
|
1308
|
-
|
|
1394
|
+
.context-menu li[data-v-040fcf55]:hover {
|
|
1395
|
+
background: #42b983;
|
|
1396
|
+
color: #fff;
|
|
1309
1397
|
}
|
|
1310
|
-
.
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
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;
|
|
1314
1402
|
}
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
min-width: 0; /* 避免被内容撑爆 */
|
|
1318
|
-
overflow: hidden; /* 可选:防止出现水平滚动 */
|
|
1319
|
-
display: flex;
|
|
1320
|
-
flex-direction: column;
|
|
1403
|
+
li[data-v-040fcf55] {
|
|
1404
|
+
list-style-type: none;
|
|
1321
1405
|
}
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
/* width: 80%; */
|
|
1406
|
+
.searchResult {
|
|
1407
|
+
color: red;
|
|
1325
1408
|
}
|
|
1326
|
-
|
|
1327
|
-
width:
|
|
1409
|
+
.inline-select-custom {
|
|
1410
|
+
width: 100px;
|
|
1328
1411
|
}
|
|
1329
|
-
|
|
1330
|
-
|
|
1412
|
+
.inline-input-custom {
|
|
1413
|
+
width: 98%;
|
|
1331
1414
|
}
|
|
1332
1415
|
|
|
1333
|
-
.
|
|
1334
|
-
|
|
1335
|
-
align-items: center;
|
|
1336
|
-
width: 100%;
|
|
1337
|
-
gap: 8px;
|
|
1338
|
-
box-sizing: border-box;
|
|
1339
|
-
min-width: 0;
|
|
1416
|
+
.searchResult {
|
|
1417
|
+
color: red;
|
|
1340
1418
|
}
|
|
1341
|
-
.
|
|
1342
|
-
width:
|
|
1343
|
-
min-width: 0;
|
|
1419
|
+
.inline-input-custom {
|
|
1420
|
+
width: 90%;
|
|
1344
1421
|
}
|
|
1345
|
-
.
|
|
1346
|
-
|
|
1347
|
-
color: var(--el-text-color-secondary);
|
|
1348
|
-
white-space: nowrap;
|
|
1349
|
-
flex: 0 0 auto;
|
|
1422
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1423
|
+
min-width: 300px;
|
|
1350
1424
|
}
|
|
1351
1425
|
|
|
1352
1426
|
.searchResult {
|
|
1353
1427
|
color: red;
|
|
1354
1428
|
}
|
|
1355
1429
|
.inline-input-custom {
|
|
1356
|
-
width:
|
|
1430
|
+
width: 100% !important;
|
|
1357
1431
|
}
|
|
1358
1432
|
.el-autocomplete-suggestion.el-popper {
|
|
1359
1433
|
min-width: 300px;
|
|
1360
1434
|
}
|
|
1361
1435
|
|
|
1362
1436
|
.searchResult {
|
|
1363
|
-
|
|
1437
|
+
color: red;
|
|
1364
1438
|
}
|
|
1365
1439
|
.inline-select-custom {
|
|
1366
|
-
|
|
1440
|
+
width: 100px;
|
|
1367
1441
|
}
|
|
1368
1442
|
.inline-input-custom {
|
|
1369
|
-
|
|
1443
|
+
width: 98%;
|
|
1444
|
+
}
|
|
1445
|
+
.searchDepartmentUser {
|
|
1446
|
+
width: 250px;
|
|
1447
|
+
}
|
|
1448
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1449
|
+
min-width: 300px;
|
|
1370
1450
|
}
|
|
1371
1451
|
|
|
1372
1452
|
.searchResult {
|
|
1373
1453
|
color: red;
|
|
1374
1454
|
}
|
|
1455
|
+
.inline-select-custom {
|
|
1456
|
+
width: 100px;
|
|
1457
|
+
}
|
|
1375
1458
|
.inline-input-custom {
|
|
1376
|
-
width:
|
|
1459
|
+
width: 98%;
|
|
1460
|
+
}
|
|
1461
|
+
.searchDepartmentUser {
|
|
1462
|
+
width: 250px;
|
|
1377
1463
|
}
|
|
1378
1464
|
.el-autocomplete-suggestion.el-popper {
|
|
1379
1465
|
min-width: 300px;
|
|
@@ -1388,39 +1474,16 @@ iframe[data-v-20dccb82] {
|
|
|
1388
1474
|
.inline-input-custom {
|
|
1389
1475
|
width: 98%;
|
|
1390
1476
|
}
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
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;
|
|
1477
|
+
|
|
1478
|
+
.searchResult {
|
|
1479
|
+
color: red;
|
|
1406
1480
|
}
|
|
1407
|
-
.
|
|
1408
|
-
|
|
1409
|
-
width: 100%;
|
|
1481
|
+
.inline-select-custom {
|
|
1482
|
+
width: 100px;
|
|
1410
1483
|
}
|
|
1411
|
-
.
|
|
1412
|
-
|
|
1484
|
+
.inline-input-custom {
|
|
1485
|
+
width: 98%;
|
|
1413
1486
|
}
|
|
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,67 +1536,6 @@ iframe[data-v-20dccb82] {
|
|
|
1473
1536
|
.organization-tree .dept-path .breadcrumb-label-link{
|
|
1474
1537
|
color:#409EFF
|
|
1475
1538
|
}
|
|
1476
|
-
li[data-v-040fcf55] {
|
|
1477
|
-
color: #333;
|
|
1478
|
-
}
|
|
1479
|
-
.context-menu[data-v-040fcf55] {
|
|
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;
|
|
1505
|
-
}
|
|
1506
|
-
.searchResult {
|
|
1507
|
-
color: red;
|
|
1508
|
-
}
|
|
1509
|
-
.inline-select-custom {
|
|
1510
|
-
width: 100px;
|
|
1511
|
-
}
|
|
1512
|
-
.inline-input-custom {
|
|
1513
|
-
width: 98%;
|
|
1514
|
-
}
|
|
1515
|
-
.searchDepartmentUser {
|
|
1516
|
-
width: 250px;
|
|
1517
|
-
}
|
|
1518
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1519
|
-
min-width: 300px;
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
.searchResult {
|
|
1523
|
-
color: red;
|
|
1524
|
-
}
|
|
1525
|
-
.inline-select-custom {
|
|
1526
|
-
width: 100px;
|
|
1527
|
-
}
|
|
1528
|
-
.inline-input-custom {
|
|
1529
|
-
width: 98%;
|
|
1530
|
-
}
|
|
1531
|
-
.searchDepartmentUser {
|
|
1532
|
-
width: 250px;
|
|
1533
|
-
}
|
|
1534
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1535
|
-
min-width: 300px;
|
|
1536
|
-
}
|
|
1537
1539
|
|
|
1538
1540
|
.grid-search-form[data-v-04817310] {
|
|
1539
1541
|
overflow: auto;
|
|
@@ -1636,17 +1638,7 @@ 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;
|
|
1639
|
-
}
|
|
1640
|
-
.searchResult {
|
|
1641
|
-
color: red;
|
|
1642
|
-
}
|
|
1643
|
-
.inline-select-custom {
|
|
1644
|
-
width: 100px;
|
|
1645
|
-
}
|
|
1646
|
-
.inline-input-custom {
|
|
1647
|
-
width: 98%;
|
|
1648
|
-
}
|
|
1649
|
-
.grid-search-form[data-v-d462769a] .el-form-item {
|
|
1641
|
+
}.grid-search-form[data-v-d462769a] .el-form-item {
|
|
1650
1642
|
margin-bottom: 0px;
|
|
1651
1643
|
}
|
|
1652
1644
|
.grid-search-form[data-v-d462769a] .el-form-item__label {
|
|
@@ -1671,53 +1663,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1671
1663
|
.grid-search-form[data-v-d462769a] .el-col {
|
|
1672
1664
|
padding-left: 10px;
|
|
1673
1665
|
padding-bottom: 16px;
|
|
1674
|
-
}.annex-cell[data-v-30804a71] {
|
|
1675
|
-
padding-right: 5px;
|
|
1676
|
-
cursor: pointer;
|
|
1677
|
-
color: #409eff;
|
|
1678
|
-
}
|
|
1679
|
-
.m-requried[data-v-30804a71] {
|
|
1680
|
-
float: left;
|
|
1681
|
-
white-space: nowrap;
|
|
1682
|
-
width: 96%;
|
|
1683
|
-
}
|
|
1684
|
-
.m-requried[data-v-30804a71]::after {
|
|
1685
|
-
content: "*";
|
|
1686
|
-
color: #f56c6c;
|
|
1687
|
-
}
|
|
1688
|
-
.column-text-main[data-v-30804a71] {
|
|
1689
|
-
display: flex;
|
|
1690
|
-
align-items: center;
|
|
1691
|
-
gap: 10px;
|
|
1692
|
-
}
|
|
1693
|
-
.column-text-main .column-text-edit-main[data-v-30804a71] {
|
|
1694
|
-
display: flex;
|
|
1695
|
-
align-items: center;
|
|
1696
|
-
gap: 10px;
|
|
1697
|
-
}
|
|
1698
|
-
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-30804a71] {
|
|
1699
|
-
display: block;
|
|
1700
|
-
white-space: nowrap;
|
|
1701
|
-
overflow: hidden;
|
|
1702
|
-
text-overflow: ellipsis;
|
|
1703
|
-
}
|
|
1704
|
-
.column-text-main .column-text-edit-main[data-v-30804a71]::after {
|
|
1705
|
-
content: " ";
|
|
1706
|
-
position: absolute;
|
|
1707
|
-
left: 0;
|
|
1708
|
-
top: 0;
|
|
1709
|
-
right: 0;
|
|
1710
|
-
bottom: 0;
|
|
1711
|
-
cursor: pointer;
|
|
1712
|
-
}
|
|
1713
|
-
.column-text-main .column-text-edit-main ~ span[data-v-30804a71] {
|
|
1714
|
-
text-align: left;
|
|
1715
|
-
}
|
|
1716
|
-
.column-text-main .column-text-edit-main ~ span[data-v-30804a71]:empty {
|
|
1717
|
-
display: none;
|
|
1718
|
-
}
|
|
1719
|
-
.normal-column-content-view[data-v-30804a71] {
|
|
1720
|
-
display: inline;
|
|
1721
1666
|
}
|
|
1722
1667
|
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1723
1668
|
margin-bottom: 0px;
|
|
@@ -1776,42 +1721,63 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1776
1721
|
.inline-input-custom {
|
|
1777
1722
|
width: 98%;
|
|
1778
1723
|
}
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1724
|
+
|
|
1725
|
+
.searchResult {
|
|
1726
|
+
color: red;
|
|
1727
|
+
}
|
|
1728
|
+
.inline-select-custom {
|
|
1729
|
+
width: 100px;
|
|
1730
|
+
}
|
|
1731
|
+
.inline-input-custom {
|
|
1732
|
+
width: 98%;
|
|
1733
|
+
}
|
|
1734
|
+
.annex-cell[data-v-30804a71] {
|
|
1735
|
+
padding-right: 5px;
|
|
1736
|
+
cursor: pointer;
|
|
1737
|
+
color: #409eff;
|
|
1783
1738
|
}
|
|
1784
|
-
.
|
|
1785
|
-
|
|
1739
|
+
.m-requried[data-v-30804a71] {
|
|
1740
|
+
float: left;
|
|
1741
|
+
white-space: nowrap;
|
|
1742
|
+
width: 96%;
|
|
1786
1743
|
}
|
|
1787
|
-
.
|
|
1788
|
-
|
|
1789
|
-
|
|
1744
|
+
.m-requried[data-v-30804a71]::after {
|
|
1745
|
+
content: "*";
|
|
1746
|
+
color: #f56c6c;
|
|
1790
1747
|
}
|
|
1791
|
-
.
|
|
1748
|
+
.column-text-main[data-v-30804a71] {
|
|
1792
1749
|
display: flex;
|
|
1793
|
-
|
|
1794
|
-
|
|
1750
|
+
align-items: center;
|
|
1751
|
+
gap: 10px;
|
|
1795
1752
|
}
|
|
1796
|
-
.
|
|
1753
|
+
.column-text-main .column-text-edit-main[data-v-30804a71] {
|
|
1797
1754
|
display: flex;
|
|
1798
1755
|
align-items: center;
|
|
1799
|
-
|
|
1800
|
-
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
1801
|
-
font-size: 16px;
|
|
1756
|
+
gap: 10px;
|
|
1802
1757
|
}
|
|
1803
|
-
.
|
|
1804
|
-
|
|
1805
|
-
overflow: hidden;
|
|
1758
|
+
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-30804a71] {
|
|
1759
|
+
display: block;
|
|
1806
1760
|
white-space: nowrap;
|
|
1807
1761
|
overflow: hidden;
|
|
1808
1762
|
text-overflow: ellipsis;
|
|
1809
1763
|
}
|
|
1810
|
-
.
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1764
|
+
.column-text-main .column-text-edit-main[data-v-30804a71]::after {
|
|
1765
|
+
content: " ";
|
|
1766
|
+
position: absolute;
|
|
1767
|
+
left: 0;
|
|
1768
|
+
top: 0;
|
|
1769
|
+
right: 0;
|
|
1770
|
+
bottom: 0;
|
|
1771
|
+
cursor: pointer;
|
|
1772
|
+
}
|
|
1773
|
+
.column-text-main .column-text-edit-main ~ span[data-v-30804a71] {
|
|
1774
|
+
text-align: left;
|
|
1775
|
+
}
|
|
1776
|
+
.column-text-main .column-text-edit-main ~ span[data-v-30804a71]:empty {
|
|
1777
|
+
display: none;
|
|
1778
|
+
}
|
|
1779
|
+
.normal-column-content-view[data-v-30804a71] {
|
|
1780
|
+
display: inline;
|
|
1815
1781
|
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1816
1782
|
border: 1px solid #dcdfe6;
|
|
1817
1783
|
padding: 4px 8px;
|
|
@@ -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
|
-
|
|
2026
|
+
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
2027
|
+
position: relative;
|
|
2028
|
+
--el-menu-item-height: 45px;
|
|
2029
|
+
--el-menu-sub-item-height: 45px;
|
|
2030
|
+
}
|
|
2031
|
+
.smb-sidebar-menu-item.el-menu-item[data-v-74b8f009], .smb-sidebar-menu-item.el-sub-menu[data-v-74b8f009] {
|
|
2032
|
+
padding: 0 !important;
|
|
2033
|
+
}
|
|
2034
|
+
.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)) {
|
|
2035
|
+
display: flex;
|
|
2036
|
+
flex-direction: row;
|
|
2037
|
+
}
|
|
2038
|
+
.smb-sidebar-menu-item[data-v-74b8f009] > .el-tooltip__trigger {
|
|
2039
|
+
display: flex;
|
|
2040
|
+
flex-direction: row;
|
|
2041
|
+
padding: 0 !important;
|
|
2042
|
+
}
|
|
2043
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-icon {
|
|
2044
|
+
display: flex;
|
|
2045
|
+
align-items: center;
|
|
2046
|
+
justify-content: center;
|
|
2047
|
+
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
2048
|
+
font-size: 16px;
|
|
2049
|
+
}
|
|
2050
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title {
|
|
2051
|
+
flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
|
|
2052
|
+
overflow: hidden;
|
|
2053
|
+
white-space: nowrap;
|
|
2054
|
+
overflow: hidden;
|
|
2055
|
+
text-overflow: ellipsis;
|
|
2056
|
+
}
|
|
2057
|
+
.smb-sidebar-menu-item[data-v-74b8f009] .smb-sidebar-menu-item-title > div {
|
|
2058
|
+
overflow: hidden;
|
|
2059
|
+
white-space: nowrap;
|
|
2060
|
+
overflow: hidden;
|
|
2061
|
+
text-overflow: ellipsis;
|
|
2062
|
+
}[data-v-41b4cbbd] .el-range-separator {
|
|
2063
|
+
min-width: 20px;
|
|
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,59 +2419,99 @@ 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-
|
|
2409
|
-
margin-left: 8px;
|
|
2435
|
+
.footer-container {
|
|
2436
|
+
[data-v-45fbaf17] .el-button + .el-button {
|
|
2437
|
+
margin-left: 8px;
|
|
2438
|
+
}
|
|
2439
|
+
}
|
|
2440
|
+
.el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
|
|
2441
|
+
padding: 0;
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
/* 引用文件样式 */
|
|
2445
|
+
.doc-agg-item[data-v-45fbaf17] {
|
|
2446
|
+
width: 100%;
|
|
2447
|
+
padding: 10px;
|
|
2448
|
+
margin-bottom: 5px;
|
|
2449
|
+
border: 1px solid #eee;
|
|
2450
|
+
border-radius: 4px;
|
|
2451
|
+
cursor: pointer;
|
|
2452
|
+
font-size: 12px;
|
|
2453
|
+
color: var(--el-color-primary);
|
|
2454
|
+
}
|
|
2455
|
+
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2456
|
+
padding: 0;
|
|
2457
|
+
}
|
|
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
|
+
}
|
|
2410
2486
|
}
|
|
2487
|
+
.footer-container {
|
|
2488
|
+
&[data-v-ffbde6f9] {
|
|
2489
|
+
display: flex;
|
|
2490
|
+
gap: 8px;
|
|
2411
2491
|
}
|
|
2412
|
-
.el-
|
|
2413
|
-
|
|
2414
|
-
}
|
|
2415
|
-
|
|
2416
|
-
/* 引用文件样式 */
|
|
2417
|
-
.doc-agg-item[data-v-e9aa835d] {
|
|
2418
|
-
width: 100%;
|
|
2419
|
-
padding: 10px;
|
|
2420
|
-
margin-bottom: 5px;
|
|
2421
|
-
border: 1px solid #eee;
|
|
2422
|
-
border-radius: 4px;
|
|
2423
|
-
cursor: pointer;
|
|
2424
|
-
font-size: 12px;
|
|
2425
|
-
color: var(--el-color-primary);
|
|
2492
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2493
|
+
margin-left: 0;
|
|
2426
2494
|
}
|
|
2427
|
-
.elx-xmarkdown-container[data-v-e9aa835d] {
|
|
2428
|
-
padding: 0;
|
|
2429
2495
|
}
|
|
2430
|
-
[data-v-
|
|
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,172 +2680,136 @@ 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
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
margin: 5px 0;
|
|
2625
|
-
}
|
|
2626
|
-
.sender-additional-data-tag[data-v-6da81be3] {
|
|
2627
|
-
display: flex;
|
|
2628
|
-
align-items: center;
|
|
2629
|
-
flex-shrink: 0;
|
|
2630
|
-
min-width: max-content;
|
|
2631
|
-
margin-left: auto;
|
|
2632
|
-
gap: 10px;
|
|
2633
|
-
}
|
|
2634
|
-
.amb-color-iconfont[data-v-6da81be3] {
|
|
2635
|
-
display: inline-block;
|
|
2636
|
-
width: 12px;
|
|
2637
|
-
height: 12px;
|
|
2638
|
-
background-repeat: no-repeat;
|
|
2639
|
-
background-position: center;
|
|
2640
|
-
background-size: 100%;
|
|
2641
|
-
cursor: pointer;
|
|
2642
|
-
}
|
|
2643
|
-
.el-button + .el-button[data-v-6da81be3] {
|
|
2644
|
-
margin-left: 5px;
|
|
2686
|
+
.flex-avatar[data-v-1e62eff8] {
|
|
2687
|
+
position: absolute;
|
|
2688
|
+
padding: 20px 36px;
|
|
2689
|
+
gap: 16px;
|
|
2690
|
+
display: flex;
|
|
2691
|
+
z-index: 1;
|
|
2645
2692
|
}
|
|
2646
|
-
.
|
|
2647
|
-
display: flex;
|
|
2648
|
-
|
|
2649
|
-
padding:
|
|
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;
|
|
2650
2702
|
}
|
|
2651
|
-
[data-v-
|
|
2652
|
-
|
|
2703
|
+
.sidebar-header[data-v-1e62eff8] {
|
|
2704
|
+
display: flex; /* 设置为水平排列 */
|
|
2705
|
+
align-items: center; /* 垂直居中 */
|
|
2706
|
+
margin-bottom: 22px;
|
|
2707
|
+
font-size: 20px;
|
|
2653
2708
|
}
|
|
2654
|
-
[data-v-
|
|
2655
|
-
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
font-
|
|
2661
|
-
color: #bbbbbb;
|
|
2662
|
-
text-align: left;
|
|
2663
|
-
font-style: normal;
|
|
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;
|
|
2664
2716
|
text-transform: none;
|
|
2665
2717
|
}
|
|
2666
|
-
[data-v-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
font-size: 16px !important;
|
|
2670
|
-
line-height: 21px !important;
|
|
2671
|
-
font-style: normal !important;
|
|
2672
|
-
text-transform: none !important;
|
|
2718
|
+
.right-icon[data-v-1e62eff8] {
|
|
2719
|
+
cursor: pointer;
|
|
2720
|
+
margin-left: auto;
|
|
2673
2721
|
}
|
|
2674
|
-
[data-v-
|
|
2675
|
-
|
|
2722
|
+
.shousuo-icon[data-v-1e62eff8] {
|
|
2723
|
+
cursor: pointer;
|
|
2676
2724
|
}
|
|
2677
|
-
[data-v-
|
|
2678
|
-
|
|
2679
|
-
|
|
2725
|
+
.sidebar-menu[data-v-1e62eff8] {
|
|
2726
|
+
flex-shrink: 0; /* 固定高度,位于顶部 */
|
|
2727
|
+
margin-bottom: 10px;
|
|
2680
2728
|
}
|
|
2681
|
-
.
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
font-size: 14px;
|
|
2686
|
-
color: #808080;
|
|
2687
|
-
line-height: 21px;
|
|
2688
|
-
font-style: normal;
|
|
2689
|
-
text-align: center;
|
|
2729
|
+
.scrollbar-container[data-v-1e62eff8] {
|
|
2730
|
+
flex-grow: 1; /* 让 el-scrollbar 占用中间所有剩余空间 */
|
|
2731
|
+
overflow-y: auto; /* 添加垂直滚动条 */
|
|
2732
|
+
margin-bottom: 10px;
|
|
2690
2733
|
}
|
|
2691
|
-
.
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2734
|
+
.new-session-button[data-v-1e62eff8] {
|
|
2735
|
+
flex-shrink: 0; /* 固定高度,位于底部 */
|
|
2736
|
+
margin-top: 10px;
|
|
2737
|
+
margin-bottom: 20px;
|
|
2695
2738
|
}
|
|
2696
|
-
.
|
|
2697
|
-
|
|
2739
|
+
.sidebar-menu div[data-v-1e62eff8]:hover {
|
|
2740
|
+
background-color: #ffffff;
|
|
2698
2741
|
}
|
|
2699
|
-
.
|
|
2700
|
-
margin:
|
|
2742
|
+
.date-group[data-v-1e62eff8] {
|
|
2743
|
+
margin-top: 16px;
|
|
2701
2744
|
}
|
|
2702
|
-
.
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
2710
|
-
width: 100%;
|
|
2711
|
-
height: 100%;
|
|
2712
|
-
border: none;
|
|
2713
|
-
opacity: 1;
|
|
2714
|
-
}
|
|
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;
|
|
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);
|
|
2723
2751
|
}
|
|
2724
|
-
.
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
gap:
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
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;
|
|
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;
|
|
2743
2761
|
}
|
|
2762
|
+
.active-item[data-v-1e62eff8] {
|
|
2763
|
+
background: #e2ebf5;
|
|
2764
|
+
color: var(--el-color-primary);
|
|
2744
2765
|
}
|
|
2745
|
-
.
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
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;
|
|
2774
|
+
}
|
|
2775
|
+
.history-subject[data-v-1e62eff8] {
|
|
2776
|
+
flex-grow: 1; /* 占据剩余空间 */
|
|
2777
|
+
overflow: hidden; /* 超出部分隐藏 */
|
|
2778
|
+
text-overflow: ellipsis; /* 使用省略号表示超出部分 */
|
|
2779
|
+
white-space: nowrap; /* 不换行 */
|
|
2750
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;
|
|
2751
2786
|
}
|
|
2752
2787
|
|
|
2753
|
-
.
|
|
2754
|
-
width:
|
|
2755
|
-
height:
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
overflow: initial;
|
|
2788
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2789
|
+
width: 100%;
|
|
2790
|
+
height: 100%;
|
|
2791
|
+
border: none;
|
|
2792
|
+
opacity: 1;
|
|
2759
2793
|
}
|
|
2760
|
-
[data-v-
|
|
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,109 +2978,96 @@ 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;
|
|
3067
|
+
}
|
|
3068
|
+
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3069
|
+
.mobile-item-action[data-v-13b41596] {
|
|
3070
|
+
z-index: 2000;
|
|
3050
3071
|
}
|
|
3051
3072
|
.amb-color-iconfont[data-v-13b41596] {
|
|
3052
3073
|
width: 25px;
|
|
@@ -3065,12 +3086,7 @@ h4[data-v-6da81be3] {
|
|
|
3065
3086
|
}
|
|
3066
3087
|
.fs-preview-icon + .fs-preview-icon[data-v-13b41596] {
|
|
3067
3088
|
margin-left: 5px;
|
|
3068
|
-
}
|
|
3069
|
-
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3070
|
-
.mobile-item-action[data-v-13b41596] {
|
|
3071
|
-
z-index: 2000;
|
|
3072
|
-
}
|
|
3073
|
-
|
|
3089
|
+
}
|
|
3074
3090
|
.el-dialog__header[data-v-44f1d9d6] {
|
|
3075
3091
|
padding-bottom: 0px;
|
|
3076
3092
|
}
|