agilebuilder-ui 1.1.65-tmp19 → 1.1.65-tmp20

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/es/style.css CHANGED
@@ -119,20 +119,7 @@ iframe.tab-main-content[data-v-3c90505e] {
119
119
  .default-page-tip-item {
120
120
  padding-top: 10px;
121
121
  }
122
- .amd-hamburger-container-main[data-v-79c35667] {
123
- padding: 0;
124
- display: flex;
125
- align-items: center;
126
- justify-content: end;
127
- }
128
- .amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
129
- display: flex;
130
- align-items: center;
131
- justify-content: center;
132
- width: var(--admin-layout-left-menu-collapse, 54px);
133
- font-size: 18px;
134
- cursor: pointer;
135
- }.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
122
+ .app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
136
123
  display: inline-block;
137
124
  font-size: 14px;
138
125
  line-height: 50px;
@@ -149,44 +136,6 @@ iframe.tab-main-content[data-v-3c90505e] {
149
136
  fill: currentColor;
150
137
  overflow: initial;
151
138
  }
152
-
153
- .red-circle[data-v-998f4283] {
154
- width: 20px; /* 圆圈的宽度 */
155
- height: 20px; /* 圆圈的高度 */
156
- background-color: red; /* 背景色设置为红色 */
157
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
158
- display: inline-block; /* 确保元素以块级元素显示 */
159
- }
160
- .green-circle[data-v-998f4283] {
161
- width: 20px; /* 圆圈的宽度 */
162
- height: 20px; /* 圆圈的高度 */
163
- background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
164
- border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
165
- display: inline-block; /* 确保元素以块级元素显示 */
166
- }
167
- .ValidCode[data-v-aa77e3bd] {
168
- display: flex;
169
- background-color: #fff;
170
- justify-content: center;
171
- align-items: center;
172
- cursor: pointer;
173
- }
174
- .ValidCode span[data-v-aa77e3bd] {
175
- display: inline-block;
176
- }
177
- .searchResult[data-v-22410ec9] {
178
- color: red;
179
- }
180
- .inline-input-custom[data-v-22410ec9] {
181
- width: 90%;
182
- }
183
-
184
- .searchResult {
185
- color: red;
186
- }
187
- .inline-input-custom {
188
- width: 90%;
189
- }
190
139
  .grid-area .elTable th[data-v-2eb1c8ec] {
191
140
  padding: 2px 0 !important;
192
141
  }
@@ -330,133 +279,62 @@ iframe.tab-main-content[data-v-3c90505e] {
330
279
  .super-grid-main-view[data-v-2eb1c8ec] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
331
280
  flex-wrap: wrap;
332
281
  gap: var(--layout-form-flex-gap, 15px) 0;
333
- }
334
- .organization-input .el-input-group__append {
335
- padding: 0 10px 0 0;
336
- }
337
-
338
- .fs-preview-container[data-v-2448d898] {
282
+ }.amd-hamburger-container-main[data-v-79c35667] {
283
+ padding: 0;
339
284
  display: flex;
340
285
  align-items: center;
341
- gap: 5px;
342
- justify-content: space-between;
286
+ justify-content: end;
343
287
  }
344
- .fs-preview-tool[data-v-2448d898] {
288
+ .amd-hamburger-container-main .amd-hamburger-container-icon[data-v-79c35667] {
345
289
  display: flex;
346
290
  align-items: center;
347
- flex-shrink: 0;
348
- min-width: max-content;
349
- margin-left: auto; /* 添加这行,将工具栏推到右侧 */
350
- }
351
- .fs-preview-container[data-v-2448d898] .amb-color-iconfont,
352
- .more-file-icon[data-v-2448d898] .amb-color-iconfont {
353
- width: 30px;
354
- height: 30px;
355
- }
356
- .fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
357
- .file-actions[data-v-2448d898] .amb-color-iconfont {
358
- font-size: 15px !important; /* 图标实际大小,按需改 */
359
- display: inline-block;
360
- width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
361
- height: 1em !important;
362
- line-height: 1em;
291
+ justify-content: center;
292
+ width: var(--admin-layout-left-menu-collapse, 54px);
293
+ font-size: 18px;
363
294
  cursor: pointer;
364
295
  }
365
- .amb-list-preivew-name[data-v-2448d898] {
366
- overflow: hidden;
367
- text-overflow: ellipsis;
368
- white-space: nowrap;
369
- }
370
- .el-link + .el-link[data-v-2448d898] {
371
- margin-left: 5px;
296
+ .searchResult[data-v-22410ec9] {
297
+ color: red;
372
298
  }
373
- .file-item[data-v-2448d898] {
374
- display: flex;
375
- align-items: center;
376
- justify-content: space-between; /* 添加这行来分布空间 */
377
- gap: 10px;
378
- height: 40px;
379
- padding: 10px;
380
- border-radius: 8px;
381
- transition: background-color 0.2s;
299
+ .inline-input-custom[data-v-22410ec9] {
300
+ width: 90%;
301
+ }
302
+
303
+ .searchResult {
304
+ color: red;
382
305
  }
383
- .file-item[data-v-2448d898]:hover {
384
- color: var(--el-button-hover-text-color, #409eff);
385
- border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
386
- background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
387
- outline: none;
306
+ .inline-input-custom {
307
+ width: 90%;
308
+ }
309
+
310
+ .red-circle[data-v-998f4283] {
311
+ width: 20px; /* 圆圈的宽度 */
312
+ height: 20px; /* 圆圈的高度 */
313
+ background-color: red; /* 背景色设置为红色 */
314
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
315
+ display: inline-block; /* 确保元素以块级元素显示 */
388
316
  }
389
- .file-actions[data-v-2448d898] {
317
+ .green-circle[data-v-998f4283] {
318
+ width: 20px; /* 圆圈的宽度 */
319
+ height: 20px; /* 圆圈的高度 */
320
+ background-color: rgb(11, 177, 121); /* 背景色设置为红色 */
321
+ border-radius: 50%; /* 边框半径设置为50%,使元素变为圆形 */
322
+ display: inline-block; /* 确保元素以块级元素显示 */
323
+ }
324
+ .ValidCode[data-v-aa77e3bd] {
390
325
  display: flex;
326
+ background-color: #fff;
327
+ justify-content: center;
391
328
  align-items: center;
392
- gap: 5px;
393
- flex-shrink: 0; /* 防止按钮被压缩 */
394
- }
395
- .super-icon + .super-icon[data-v-2448d898] {
396
- margin-left: 5px;
397
- }
398
- .amb-iconfont + .amb-iconfont[data-v-2448d898] {
399
- margin-left: 5px;
400
- }
401
- .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
402
- margin-left: 5px;
403
- }
404
- .amb-iconfont[data-v-2448d898] {
405
- color: var(--el-color-primary);
406
- }
407
- .fs-preview-container[data-v-2448d898] .el-button > span {
408
- font-size: 14px !important;
409
- }
410
- .fs-preview-container[data-v-2448d898] .el-button.is-round {
411
- padding: 5px 11px;
412
- height: var(--el-button-size);
413
- }.amb-color-iconfont[data-v-5254701d] {
414
- width: 30px;
415
- height: 30px;
416
- }
417
- .amb-list-preivew-name[data-v-5254701d] {
418
- margin-left: 10px;
419
329
  cursor: pointer;
420
- overflow: hidden;
421
- text-overflow: ellipsis;
422
- white-space: nowrap;
423
- }
424
- .fs-upload-tag[data-v-5254701d] {
425
- border: 1px solid #dcdfe6;
426
- padding: 4px 8px;
427
- background-clip: padding-box;
428
- overflow: hidden;
429
- display: inline-flex;
430
- align-items: center;
431
- }
432
- .fs-upload-tag-text[data-v-5254701d] {
433
- margin-right: 8px;
434
- max-width: 120px;
435
- overflow: hidden;
436
- text-overflow: ellipsis;
437
- white-space: nowrap;
438
330
  }
439
- .fs-upload-tag-percent[data-v-5254701d] {
440
- font-weight: 600;
441
- margin-left: 4px;
442
- }.select[data-v-52983a24] {
443
- width: 100%;
444
- height: 100%;
445
- display: grid;
446
- grid-template-columns: calc(50% - 10px) 20px calc(50% - 10px);
447
- align-items: center;
448
- }
449
- .select .intervalCenter[data-v-52983a24] {
450
- width: 100%;
451
- height: 100%;
452
- text-align: center;
331
+ .ValidCode span[data-v-aa77e3bd] {
332
+ display: inline-block;
453
333
  }
454
- .select-top-span {
455
- width: 100%;
334
+ .organization-input .el-input-group__append {
335
+ padding: 0 10px 0 0;
456
336
  }
457
- [data-v-34406c62] .el-select-dropdown__item {
458
- display: inline-block;
459
- }.nine-grid-area[data-v-80f6a26f] {
337
+ .nine-grid-area[data-v-80f6a26f] {
460
338
  padding: 10px;
461
339
  }
462
340
  .nine-grid-area .el-row[data-v-80f6a26f] {
@@ -566,73 +444,131 @@ iframe.tab-main-content[data-v-3c90505e] {
566
444
  font-size: 14px;
567
445
  display: grid;
568
446
  grid-template-columns: 20% 80%;
569
- }iframe[data-v-e5fb3b56] {
447
+ }
448
+ .select-top-span {
570
449
  width: 100%;
571
- height: calc(100vh - 50px);
450
+ }
451
+ [data-v-34406c62] .el-select-dropdown__item {
452
+ display: inline-block;
572
453
  }
573
- .organization-tree,
574
- .organization-tree .el-checkbox__label,
575
- .organization-tree .el-breadcrumb__inner,
576
- .organization-tree .el-tree {
577
- font-size: 17px;
578
- font-weight: 700;
454
+ .fs-preview-container[data-v-2448d898] {
455
+ display: flex;
456
+ align-items: center;
457
+ gap: 5px;
458
+ justify-content: space-between;
579
459
  }
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;
460
+ .fs-preview-tool[data-v-2448d898] {
461
+ display: flex;
462
+ align-items: center;
463
+ flex-shrink: 0;
464
+ min-width: max-content;
465
+ margin-left: auto; /* 添加这行,将工具栏推到右侧 */
586
466
  }
587
- .organization-tree .el-card__body {
588
- padding-top: 10px;
467
+ .fs-preview-container[data-v-2448d898] .amb-color-iconfont,
468
+ .more-file-icon[data-v-2448d898] .amb-color-iconfont {
469
+ width: 30px;
470
+ height: 30px;
589
471
  }
590
- .organization-tree .card-content {
591
- margin-top: 10px;
472
+ .fs-preview-tool[data-v-2448d898] .amb-color-iconfont,
473
+ .file-actions[data-v-2448d898] .amb-color-iconfont {
474
+ font-size: 15px !important; /* 图标实际大小,按需改 */
475
+ display: inline-block;
476
+ width: 1em !important; /* 覆盖子组件 .super-icon 的 14px */
477
+ height: 1em !important;
478
+ line-height: 1em;
479
+ cursor: pointer;
592
480
  }
593
- .organization-tree .item-row-all {
594
- margin-bottom: 10px;
481
+ .amb-list-preivew-name[data-v-2448d898] {
482
+ overflow: hidden;
483
+ text-overflow: ellipsis;
484
+ white-space: nowrap;
595
485
  }
596
- .organization-tree .item-row {
597
- display: flex;
598
- width: 100%;
486
+ .el-link + .el-link[data-v-2448d898] {
487
+ margin-left: 5px;
599
488
  }
600
- .organization-tree .item-label {
601
- flex: 0 0 90%;
602
- text-align: left;
489
+ .file-item[data-v-2448d898] {
490
+ display: flex;
491
+ align-items: center;
492
+ justify-content: space-between; /* 添加这行来分布空间 */
493
+ gap: 10px;
494
+ height: 40px;
495
+ padding: 10px;
496
+ border-radius: 8px;
497
+ transition: background-color 0.2s;
603
498
  }
604
- .organization-tree .item-side {
605
- flex: 0 0 10%;
606
- text-align: right;
499
+ .file-item[data-v-2448d898]:hover {
500
+ color: var(--el-button-hover-text-color, #409eff);
501
+ border-color: var(--el-button-hover-border-color, rgb(198, 226, 255));
502
+ background-color: var(--el-button-hover-bg-color, rgb(236, 245, 255));
503
+ outline: none;
607
504
  }
608
- .organization-tree .el-tree-node {
609
- margin-bottom: 10px;
505
+ .file-actions[data-v-2448d898] {
506
+ display: flex;
507
+ align-items: center;
508
+ gap: 5px;
509
+ flex-shrink: 0; /* 防止按钮被压缩 */
610
510
  }
611
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
612
- padding: 0;
613
- display: none;
511
+ .super-icon + .super-icon[data-v-2448d898] {
512
+ margin-left: 5px;
614
513
  }
615
- .organization-tree .card-footer {
616
- padding: 20px;
514
+ .amb-iconfont + .amb-iconfont[data-v-2448d898] {
515
+ margin-left: 5px;
617
516
  }
618
- .organization-tree .card-footer .select-result {
619
- color: #409eff;
620
- flex: 1 1 75%;
621
- text-align: left;
517
+ .amb-color-iconfont + .amb-iconfont[data-v-2448d898] {
518
+ margin-left: 5px;
622
519
  }
623
- .organization-tree .card-footer .button-area {
624
- flex: 0 0 20%;
625
- text-align: right;
520
+ .amb-iconfont[data-v-2448d898] {
521
+ color: var(--el-color-primary);
626
522
  }
627
- .organization-tree .dept-path .breadcrumb-label-link {
628
- color: #409eff;
629
- }
630
- .row-form-item[data-v-4b5a56cc] {
631
- width: 50%;
632
- }.super-icon[data-v-875fd31c] {
633
- width: 1em;
634
- height: 1em;
635
- font-size: 14px;
523
+ .fs-preview-container[data-v-2448d898] .el-button > span {
524
+ font-size: 14px !important;
525
+ }
526
+ .fs-preview-container[data-v-2448d898] .el-button.is-round {
527
+ padding: 5px 11px;
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;
540
+ }.amb-color-iconfont[data-v-5254701d] {
541
+ width: 30px;
542
+ height: 30px;
543
+ }
544
+ .amb-list-preivew-name[data-v-5254701d] {
545
+ margin-left: 10px;
546
+ cursor: pointer;
547
+ overflow: hidden;
548
+ text-overflow: ellipsis;
549
+ white-space: nowrap;
550
+ }
551
+ .fs-upload-tag[data-v-5254701d] {
552
+ border: 1px solid #dcdfe6;
553
+ padding: 4px 8px;
554
+ background-clip: padding-box;
555
+ overflow: hidden;
556
+ display: inline-flex;
557
+ align-items: center;
558
+ }
559
+ .fs-upload-tag-text[data-v-5254701d] {
560
+ margin-right: 8px;
561
+ max-width: 120px;
562
+ overflow: hidden;
563
+ text-overflow: ellipsis;
564
+ white-space: nowrap;
565
+ }
566
+ .fs-upload-tag-percent[data-v-5254701d] {
567
+ font-weight: 600;
568
+ margin-left: 4px;
569
+ }iframe[data-v-e5fb3b56] {
570
+ width: 100%;
571
+ height: calc(100vh - 50px);
636
572
  }
637
573
  .organization-tree,
638
574
  .organization-tree .el-checkbox__label,
@@ -691,71 +627,121 @@ iframe.tab-main-content[data-v-3c90505e] {
691
627
  .organization-tree .dept-path .breadcrumb-label-link {
692
628
  color: #409eff;
693
629
  }
694
-
695
- .organization-tree,
696
- .organization-tree .el-checkbox__label,
697
- .organization-tree .el-breadcrumb__inner,
698
- .organization-tree .el-tree {
699
- font-size: 17px;
700
- font-weight: 700;
701
- }
702
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
703
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
704
- .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
705
- .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
706
- font-size: 17px;
707
- font-weight: 700;
708
- }
709
- .organization-tree .el-card__body {
710
- padding-top: 10px;
630
+ .errPage-container[data-v-6bef0241] {
631
+ width: 800px;
632
+ max-width: 100%;
633
+ margin: 100px auto;
711
634
  }
712
- .organization-tree .card-content {
713
- margin-top: 10px;
635
+ .errPage-container .pan-back-btn[data-v-6bef0241] {
636
+ background: #008489;
637
+ color: #fff;
638
+ border: none !important;
714
639
  }
715
- .organization-tree .item-row-all {
716
- margin-bottom: 10px;
640
+ .errPage-container .pan-gif[data-v-6bef0241] {
641
+ margin: 0 auto;
642
+ display: block;
717
643
  }
718
- .organization-tree .item-row {
719
- display: flex;
644
+ .errPage-container .pan-img[data-v-6bef0241] {
645
+ display: block;
646
+ margin: 0 auto;
720
647
  width: 100%;
721
648
  }
722
- .organization-tree .item-label {
723
- flex: 0 0 90%;
724
- text-align: left;
649
+ .errPage-container .text-jumbo[data-v-6bef0241] {
650
+ font-size: 60px;
651
+ font-weight: 700;
652
+ color: #484848;
725
653
  }
726
- .organization-tree .item-side {
727
- flex: 0 0 10%;
728
- text-align: right;
654
+ .errPage-container .list-unstyled[data-v-6bef0241] {
655
+ font-size: 14px;
729
656
  }
730
- .organization-tree .el-tree-node {
731
- margin-bottom: 10px;
657
+ .errPage-container .list-unstyled li[data-v-6bef0241] {
658
+ padding-bottom: 5px;
732
659
  }
733
- .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
734
- padding: 0;
735
- display: none;
660
+ .errPage-container .list-unstyled a[data-v-6bef0241] {
661
+ color: #008489;
662
+ text-decoration: none;
736
663
  }
737
- .organization-tree .card-footer {
738
- padding: 20px;
664
+ .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
665
+ text-decoration: underline;
666
+ }.app-wrapper[data-v-5c0a6bf6] {
667
+ position: relative;
668
+ height: 100%;
669
+ width: 100%;
739
670
  }
740
- .organization-tree .card-footer .select-result {
741
- color: #409eff;
742
- flex: 1 1 75%;
743
- text-align: left;
671
+ .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
672
+ position: fixed;
673
+ top: 0;
744
674
  }
745
- .organization-tree .card-footer .button-area {
746
- flex: 0 0 20%;
747
- text-align: right;
675
+ .drawer-bg[data-v-5c0a6bf6] {
676
+ background: #000;
677
+ opacity: 0.3;
678
+ width: 100%;
679
+ top: 0;
680
+ height: 100%;
681
+ position: absolute;
682
+ z-index: 999;
683
+ }iframe[data-v-20dccb82] {
684
+ width: 100%;
685
+ height: calc(100vh - 50px);
748
686
  }
749
- .organization-tree .dept-path .breadcrumb-label-link {
750
- color: #409eff;
751
- }
752
-
753
687
  .graphDiv[data-v-a936569d] {
754
688
  overflow: auto;
755
689
  height: 100%;
756
690
  height: calc(100vh - 20px);
757
691
  }
758
- .wscn-http404-container[data-v-4f824f28] {
692
+ .app-main[data-v-2d98e845] {
693
+ padding: var(--app-main-padding, 15px);
694
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
695
+ position: relative;
696
+ overflow: hidden;
697
+ }
698
+ .app-main[data-v-2d98e845] > .app-container {
699
+ max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
700
+ height: calc(100vh - var(--app-main-padding, 15px) * 2);
701
+ overflow: auto;
702
+ }.smb-sidebar-menu-item[data-v-38e3eafc] {
703
+ position: relative;
704
+ --el-menu-item-height: 45px;
705
+ --el-menu-sub-item-height: 45px;
706
+ }
707
+ .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
708
+ padding: 0 !important;
709
+ }
710
+ .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
711
+ display: flex;
712
+ flex-direction: row;
713
+ }
714
+ .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
715
+ display: flex;
716
+ flex-direction: row;
717
+ padding: 0 !important;
718
+ }
719
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
720
+ display: flex;
721
+ align-items: center;
722
+ justify-content: center;
723
+ width: var(--admin-layout-left-menu-collapse, 54px);
724
+ font-size: 16px;
725
+ }
726
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
727
+ width: 20px;
728
+ }
729
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
730
+ flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
731
+ overflow: hidden;
732
+ white-space: nowrap;
733
+ overflow: hidden;
734
+ text-overflow: ellipsis;
735
+ }
736
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
737
+ overflow: hidden;
738
+ white-space: nowrap;
739
+ overflow: hidden;
740
+ text-overflow: ellipsis;
741
+ }
742
+ .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
743
+ flex: 0 0 calc(100% - 20px - 20px);
744
+ }.wscn-http404-container[data-v-4f824f28] {
759
745
  transform: translate(-50%, -50%);
760
746
  position: absolute;
761
747
  top: 40%;
@@ -946,115 +932,17 @@ iframe.tab-main-content[data-v-3c90505e] {
946
932
  transform: translateY(0);
947
933
  opacity: 1;
948
934
  }
949
- }.errPage-container[data-v-6bef0241] {
950
- width: 800px;
951
- max-width: 100%;
952
- margin: 100px auto;
953
935
  }
954
- .errPage-container .pan-back-btn[data-v-6bef0241] {
955
- background: #008489;
956
- color: #fff;
957
- border: none !important;
936
+ .searchResult {
937
+ color: red;
958
938
  }
959
- .errPage-container .pan-gif[data-v-6bef0241] {
960
- margin: 0 auto;
961
- display: block;
962
- }
963
- .errPage-container .pan-img[data-v-6bef0241] {
964
- display: block;
965
- margin: 0 auto;
966
- width: 100%;
967
- }
968
- .errPage-container .text-jumbo[data-v-6bef0241] {
969
- font-size: 60px;
970
- font-weight: 700;
971
- color: #484848;
972
- }
973
- .errPage-container .list-unstyled[data-v-6bef0241] {
974
- font-size: 14px;
975
- }
976
- .errPage-container .list-unstyled li[data-v-6bef0241] {
977
- padding-bottom: 5px;
978
- }
979
- .errPage-container .list-unstyled a[data-v-6bef0241] {
980
- color: #008489;
981
- text-decoration: none;
982
- }
983
- .errPage-container .list-unstyled a[data-v-6bef0241]:hover {
984
- text-decoration: underline;
985
- }.app-wrapper[data-v-5c0a6bf6] {
986
- position: relative;
987
- height: 100%;
988
- width: 100%;
989
- }
990
- .app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
991
- position: fixed;
992
- top: 0;
993
- }
994
- .drawer-bg[data-v-5c0a6bf6] {
995
- background: #000;
996
- opacity: 0.3;
997
- width: 100%;
998
- top: 0;
999
- height: 100%;
1000
- position: absolute;
1001
- z-index: 999;
1002
- }iframe[data-v-20dccb82] {
1003
- width: 100%;
1004
- height: calc(100vh - 50px);
1005
- }.app-main[data-v-2d98e845] {
1006
- padding: var(--app-main-padding, 15px);
1007
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1008
- position: relative;
1009
- overflow: hidden;
1010
- }
1011
- .app-main[data-v-2d98e845] > .app-container {
1012
- max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
1013
- height: calc(100vh - var(--app-main-padding, 15px) * 2);
1014
- overflow: auto;
1015
- }.smb-sidebar-menu-item[data-v-38e3eafc] {
1016
- position: relative;
1017
- --el-menu-item-height: 45px;
1018
- --el-menu-sub-item-height: 45px;
1019
- }
1020
- .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc], .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc] {
1021
- padding: 0 !important;
1022
- }
1023
- .smb-sidebar-menu-item.el-menu-item[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)), .smb-sidebar-menu-item.el-sub-menu[data-v-38e3eafc]:not(:has(> .el-tooltip__trigger)) {
1024
- display: flex;
1025
- flex-direction: row;
1026
- }
1027
- .smb-sidebar-menu-item[data-v-38e3eafc] > .el-tooltip__trigger {
1028
- display: flex;
1029
- flex-direction: row;
1030
- padding: 0 !important;
1031
- }
1032
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-icon {
1033
- display: flex;
1034
- align-items: center;
1035
- justify-content: center;
1036
- width: var(--admin-layout-left-menu-collapse, 54px);
1037
- font-size: 16px;
1038
- }
1039
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon {
1040
- width: 20px;
1041
- }
1042
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title {
1043
- flex: 0 0 calc(100% - var(--admin-layout-left-menu-collapse, 54px) - 35px);
1044
- overflow: hidden;
1045
- white-space: nowrap;
1046
- overflow: hidden;
1047
- text-overflow: ellipsis;
1048
- }
1049
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-title > div {
1050
- overflow: hidden;
1051
- white-space: nowrap;
1052
- overflow: hidden;
1053
- text-overflow: ellipsis;
939
+ .inline-select-custom {
940
+ width: 100px;
1054
941
  }
1055
- .smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
1056
- flex: 0 0 calc(100% - 20px - 20px);
1057
- }.smb-sidebar-menu-item[data-v-da857302] {
942
+ .inline-input-custom {
943
+ width: 98%;
944
+ }
945
+ .smb-sidebar-menu-item[data-v-da857302] {
1058
946
  position: relative;
1059
947
  --el-menu-item-height: 45px;
1060
948
  --el-menu-sub-item-height: 45px;
@@ -1096,25 +984,127 @@ iframe.tab-main-content[data-v-3c90505e] {
1096
984
  }
1097
985
  .smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
1098
986
  flex: 0 0 calc(100% - 20px - 20px);
987
+ }.super-icon[data-v-875fd31c] {
988
+ width: 1em;
989
+ height: 1em;
990
+ font-size: 14px;
991
+ }.row-form-item[data-v-4b5a56cc] {
992
+ width: 50%;
1099
993
  }
1100
- .searchResult {
1101
- color: red;
994
+ .organization-tree,
995
+ .organization-tree .el-checkbox__label,
996
+ .organization-tree .el-breadcrumb__inner,
997
+ .organization-tree .el-tree {
998
+ font-size: 17px;
999
+ font-weight: 700;
1102
1000
  }
1103
- .inline-input-custom {
1104
- width: 90%;
1001
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
1002
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
1003
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
1004
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1005
+ font-size: 17px;
1006
+ font-weight: 700;
1105
1007
  }
1106
- .el-autocomplete-suggestion.el-popper {
1107
- min-width: 300px;
1008
+ .organization-tree .el-card__body {
1009
+ padding-top: 10px;
1010
+ }
1011
+ .organization-tree .card-content {
1012
+ margin-top: 10px;
1013
+ }
1014
+ .organization-tree .item-row-all {
1015
+ margin-bottom: 10px;
1016
+ }
1017
+ .organization-tree .item-row {
1018
+ display: flex;
1019
+ width: 100%;
1020
+ }
1021
+ .organization-tree .item-label {
1022
+ flex: 0 0 90%;
1023
+ text-align: left;
1024
+ }
1025
+ .organization-tree .item-side {
1026
+ flex: 0 0 10%;
1027
+ text-align: right;
1028
+ }
1029
+ .organization-tree .el-tree-node {
1030
+ margin-bottom: 10px;
1031
+ }
1032
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
1033
+ padding: 0;
1034
+ display: none;
1035
+ }
1036
+ .organization-tree .card-footer {
1037
+ padding: 20px;
1038
+ }
1039
+ .organization-tree .card-footer .select-result {
1040
+ color: #409eff;
1041
+ flex: 1 1 75%;
1042
+ text-align: left;
1043
+ }
1044
+ .organization-tree .card-footer .button-area {
1045
+ flex: 0 0 20%;
1046
+ text-align: right;
1047
+ }
1048
+ .organization-tree .dept-path .breadcrumb-label-link {
1049
+ color: #409eff;
1108
1050
  }
1109
1051
 
1110
- .searchResult {
1111
- color: red;
1052
+ .organization-tree,
1053
+ .organization-tree .el-checkbox__label,
1054
+ .organization-tree .el-breadcrumb__inner,
1055
+ .organization-tree .el-tree {
1056
+ font-size: 17px;
1057
+ font-weight: 700;
1112
1058
  }
1113
- .inline-input-custom {
1114
- width: 100% !important;
1059
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner,
1060
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a,
1061
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
1062
+ .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1063
+ font-size: 17px;
1064
+ font-weight: 700;
1115
1065
  }
1116
- .el-autocomplete-suggestion.el-popper {
1117
- min-width: 300px;
1066
+ .organization-tree .el-card__body {
1067
+ padding-top: 10px;
1068
+ }
1069
+ .organization-tree .card-content {
1070
+ margin-top: 10px;
1071
+ }
1072
+ .organization-tree .item-row-all {
1073
+ margin-bottom: 10px;
1074
+ }
1075
+ .organization-tree .item-row {
1076
+ display: flex;
1077
+ width: 100%;
1078
+ }
1079
+ .organization-tree .item-label {
1080
+ flex: 0 0 90%;
1081
+ text-align: left;
1082
+ }
1083
+ .organization-tree .item-side {
1084
+ flex: 0 0 10%;
1085
+ text-align: right;
1086
+ }
1087
+ .organization-tree .el-tree-node {
1088
+ margin-bottom: 10px;
1089
+ }
1090
+ .organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
1091
+ padding: 0;
1092
+ display: none;
1093
+ }
1094
+ .organization-tree .card-footer {
1095
+ padding: 20px;
1096
+ }
1097
+ .organization-tree .card-footer .select-result {
1098
+ color: #409eff;
1099
+ flex: 1 1 75%;
1100
+ text-align: left;
1101
+ }
1102
+ .organization-tree .card-footer .button-area {
1103
+ flex: 0 0 20%;
1104
+ text-align: right;
1105
+ }
1106
+ .organization-tree .dept-path .breadcrumb-label-link {
1107
+ color: #409eff;
1118
1108
  }
1119
1109
 
1120
1110
  .ab-date-range[data-v-2aeaa81d] {
@@ -1135,7 +1125,68 @@ iframe.tab-main-content[data-v-3c90505e] {
1135
1125
  white-space: nowrap;
1136
1126
  flex: 0 0 auto;
1137
1127
  }
1138
- [data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
1128
+ .normal-column-header[data-v-562b2e0d] {
1129
+ display: inline-flex;
1130
+ vertical-align: middle;
1131
+ }
1132
+ .normal-column-header-icon[data-v-562b2e0d] {
1133
+ font-size: 20px;
1134
+ color: var(--el-color-primary);
1135
+ cursor: pointer;
1136
+ }
1137
+ .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1138
+ margin-bottom: 0px;
1139
+ }
1140
+ .grid-search-form[data-v-8ae4e3f5] .search-btn {
1141
+ margin-bottom: 5px;
1142
+ text-align: center;
1143
+ }
1144
+ .grid-search-form[data-v-8ae4e3f5] .el-select,
1145
+ .grid-search-form[data-v-8ae4e3f5] .customComponent {
1146
+ width: 100%;
1147
+ }
1148
+ .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1149
+ display: none;
1150
+ }
1151
+ .search-condition-mobile[data-v-8ae4e3f5] {
1152
+ padding-bottom: 10px;
1153
+ position: fixed;
1154
+ top: 37px;
1155
+ background-color: #ffffff;
1156
+ width: 46%;
1157
+ height: 40px;
1158
+ z-index: 1500;
1159
+ }
1160
+ li[data-v-040fcf55] {
1161
+ color: #333;
1162
+ }
1163
+ .context-menu[data-v-040fcf55] {
1164
+ position: fixed;
1165
+ background: #fff;
1166
+ z-index: 999;
1167
+ padding: 5px;
1168
+ margin: 0;
1169
+ margin-top: 30px;
1170
+ }
1171
+ .context-menu li[data-v-040fcf55] {
1172
+ min-width: 75px;
1173
+ height: 28px;
1174
+ line-height: 28px;
1175
+ text-align: left;
1176
+ color: #1a1a1a;
1177
+ }
1178
+ .context-menu li[data-v-040fcf55]:hover {
1179
+ background: #42b983;
1180
+ color: #fff;
1181
+ }
1182
+ .context-menu[data-v-040fcf55] {
1183
+ border: 1px solid #eee;
1184
+ box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1185
+ border-radius: 5px;
1186
+ }
1187
+ li[data-v-040fcf55] {
1188
+ list-style-type: none;
1189
+ }[data-v-e25b360d] .chat-content-font,[data-v-e25b360d] .chat-content-font *,[data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content,[data-v-e25b360d] .chat-embed__main_content {
1139
1190
  user-select: text !important;
1140
1191
  -webkit-user-select: text !important;
1141
1192
  -moz-user-select: text !important;
@@ -1345,190 +1396,87 @@ iframe.tab-main-content[data-v-3c90505e] {
1345
1396
  }
1346
1397
  [data-v-e25b360d] .el-bubble-content-wrapper .el-bubble-content {
1347
1398
  padding: 0 !important;
1348
- /* width: 80%; */
1349
- }
1350
- [data-v-e25b360d] .el-bubble-content:has(.chat-chart-container) {
1351
- width: 80%;
1352
- }
1353
- [data-v-e25b360d] .el-divider--horizontal {
1354
- margin: 5px 0;
1355
- }
1356
-
1357
- .searchResult {
1358
- color: red;
1359
- }
1360
- .inline-select-custom {
1361
- width: 100px;
1362
- }
1363
- .inline-input-custom {
1364
- width: 98%;
1365
- }
1366
-
1367
- .searchResult {
1368
- color: red;
1369
- }
1370
- .inline-select-custom {
1371
- width: 100px;
1372
- }
1373
- .inline-input-custom {
1374
- width: 98%;
1375
- }
1376
-
1377
- .searchResult {
1378
- color: red;
1379
- }
1380
- .inline-select-custom {
1381
- width: 100px;
1382
- }
1383
- .inline-input-custom {
1384
- width: 98%;
1385
- }
1386
- .searchDepartmentUser {
1387
- width: 250px;
1388
- }
1389
- .el-autocomplete-suggestion.el-popper {
1390
- min-width: 300px;
1391
- }
1392
-
1393
- .searchResult {
1394
- color: red;
1395
- }
1396
- .inline-select-custom {
1397
- width: 100px;
1398
- }
1399
- .inline-input-custom {
1400
- width: 98%;
1401
- }
1402
- .searchDepartmentUser {
1403
- width: 250px;
1404
- }
1405
- .el-autocomplete-suggestion.el-popper {
1406
- min-width: 300px;
1407
- }
1408
-
1409
- .searchResult {
1410
- color: red;
1411
- }
1412
- .inline-select-custom {
1413
- width: 100px;
1414
- }
1415
- .inline-input-custom {
1416
- width: 98%;
1417
- }
1418
- .normal-column-header[data-v-562b2e0d] {
1419
- display: inline-flex;
1420
- vertical-align: middle;
1421
- }
1422
- .normal-column-header-icon[data-v-562b2e0d] {
1423
- font-size: 20px;
1424
- color: var(--el-color-primary);
1425
- cursor: pointer;
1426
- }
1427
- .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1428
- font-size: 17px;
1429
- font-weight: 700;
1430
- }
1431
- .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1432
- font-size: 17px;
1433
- font-weight: 700;
1434
- }
1435
- .organization-tree .el-card__body {
1436
- padding-top: 10px;
1437
- }
1438
- .organization-tree .card-content {
1439
- margin-top: 10px;
1440
- }
1441
- .organization-tree .item-row-all {
1442
- margin-bottom: 10px;
1443
- }
1444
- .organization-tree .item-row {
1445
- display: flex;
1446
- width: 100%;
1447
- }
1448
- .organization-tree .item-label {
1449
- flex: 0 0 90%;
1450
- text-align: left;
1451
- }
1452
- .organization-tree .item-side {
1453
- flex: 0 0 10%;
1454
- text-align: right;
1399
+ /* width: 80%; */
1455
1400
  }
1456
- .organization-tree .el-tree-node {
1457
- margin-bottom: 10px;
1401
+ [data-v-e25b360d] .el-bubble-content:has(.chat-chart-container) {
1402
+ width: 80%;
1458
1403
  }
1459
- .organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
1460
- padding: 0;
1461
- display: none;
1404
+ [data-v-e25b360d] .el-divider--horizontal {
1405
+ margin: 5px 0;
1406
+ }
1407
+
1408
+ .searchResult {
1409
+ color: red;
1462
1410
  }
1463
- .organization-tree .card-footer {
1464
- padding: 20px;
1411
+ .inline-input-custom {
1412
+ width: 90%;
1465
1413
  }
1466
- .organization-tree .card-footer .select-result {
1467
- color: #409EFF;
1468
- flex:1 1 75%;
1469
- text-align: left;
1414
+ .el-autocomplete-suggestion.el-popper {
1415
+ min-width: 300px;
1416
+ }
1417
+
1418
+ .searchResult {
1419
+ color: red;
1470
1420
  }
1471
- .organization-tree .card-footer .button-area {
1472
- flex:0 0 20%;
1473
- text-align: right;
1421
+ .inline-select-custom {
1422
+ width: 100px;
1474
1423
  }
1475
- .organization-tree .dept-path .breadcrumb-label-link{
1476
- color:#409EFF
1424
+ .inline-input-custom {
1425
+ width: 98%;
1477
1426
  }
1478
1427
 
1479
- .grid-search-form[data-v-8ae4e3f5] .el-form-item {
1480
- margin-bottom: 0px;
1428
+ .searchResult {
1429
+ color: red;
1481
1430
  }
1482
- .grid-search-form[data-v-8ae4e3f5] .search-btn {
1483
- margin-bottom: 5px;
1484
- text-align: center;
1431
+ .inline-input-custom {
1432
+ width: 100% !important;
1485
1433
  }
1486
- .grid-search-form[data-v-8ae4e3f5] .el-select,
1487
- .grid-search-form[data-v-8ae4e3f5] .customComponent {
1488
- width: 100%;
1434
+ .el-autocomplete-suggestion.el-popper {
1435
+ min-width: 300px;
1436
+ }
1437
+
1438
+ .searchResult {
1439
+ color: red;
1489
1440
  }
1490
- .amb-agilebuilder-search-form-view[data-v-8ae4e3f5]:empty {
1491
- display: none;
1441
+ .inline-select-custom {
1442
+ width: 100px;
1492
1443
  }
1493
- .search-condition-mobile[data-v-8ae4e3f5] {
1494
- padding-bottom: 10px;
1495
- position: fixed;
1496
- top: 37px;
1497
- background-color: #ffffff;
1498
- width: 46%;
1499
- height: 40px;
1500
- z-index: 1500;
1444
+ .inline-input-custom {
1445
+ width: 98%;
1501
1446
  }
1502
- li[data-v-040fcf55] {
1503
- color: #333;
1447
+
1448
+ .searchResult {
1449
+ color: red;
1504
1450
  }
1505
- .context-menu[data-v-040fcf55] {
1506
- position: fixed;
1507
- background: #fff;
1508
- z-index: 999;
1509
- padding: 5px;
1510
- margin: 0;
1511
- margin-top: 30px;
1451
+ .inline-select-custom {
1452
+ width: 100px;
1512
1453
  }
1513
- .context-menu li[data-v-040fcf55] {
1514
- min-width: 75px;
1515
- height: 28px;
1516
- line-height: 28px;
1517
- text-align: left;
1518
- color: #1a1a1a;
1454
+ .inline-input-custom {
1455
+ width: 98%;
1519
1456
  }
1520
- .context-menu li[data-v-040fcf55]:hover {
1521
- background: #42b983;
1522
- color: #fff;
1457
+ .searchDepartmentUser {
1458
+ width: 250px;
1523
1459
  }
1524
- .context-menu[data-v-040fcf55] {
1525
- border: 1px solid #eee;
1526
- box-shadow: 0 0.5em 1em 0 rgba(0, 0, 0, 0.1);
1527
- border-radius: 5px;
1460
+ .el-autocomplete-suggestion.el-popper {
1461
+ min-width: 300px;
1462
+ }
1463
+
1464
+ .searchResult {
1465
+ color: red;
1528
1466
  }
1529
- li[data-v-040fcf55] {
1530
- list-style-type: none;
1467
+ .inline-select-custom {
1468
+ width: 100px;
1469
+ }
1470
+ .inline-input-custom {
1471
+ width: 98%;
1472
+ }
1473
+ .searchDepartmentUser {
1474
+ width: 250px;
1531
1475
  }
1476
+ .el-autocomplete-suggestion.el-popper {
1477
+ min-width: 300px;
1478
+ }
1479
+
1532
1480
  .grid-search-form[data-v-04817310] {
1533
1481
  overflow: auto;
1534
1482
  }
@@ -1605,10 +1553,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1605
1553
  .default-page-tip-item {
1606
1554
  padding-top: 10px;
1607
1555
  }
1608
- [data-v-455b2ba2] .super-icon {
1609
- width: 20px !important;
1610
- height: 20px !important;
1611
- }.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1556
+ .app-breadcrumb.el-breadcrumb[data-v-768a430c] {
1612
1557
  background-color: #eee;
1613
1558
  width: 100%;
1614
1559
  border: 1px solid #ccc;
@@ -1627,28 +1572,100 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1627
1572
  }
1628
1573
  .app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
1629
1574
  margin: 0 5px;
1575
+ }[data-v-455b2ba2] .super-icon {
1576
+ width: 20px !important;
1577
+ height: 20px !important;
1630
1578
  }
1631
- .searchResult {
1632
- color: red;
1579
+ .organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
1580
+ font-size: 17px;
1581
+ font-weight: 700;
1633
1582
  }
1634
- .inline-select-custom {
1635
- width: 100px;
1583
+ .organization-tree .el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
1584
+ font-size: 17px;
1585
+ font-weight: 700;
1636
1586
  }
1637
- .inline-input-custom {
1638
- width: 98%;
1587
+ .organization-tree .el-card__body {
1588
+ padding-top: 10px;
1589
+ }
1590
+ .organization-tree .card-content {
1591
+ margin-top: 10px;
1592
+ }
1593
+ .organization-tree .item-row-all {
1594
+ margin-bottom: 10px;
1595
+ }
1596
+ .organization-tree .item-row {
1597
+ display: flex;
1598
+ width: 100%;
1599
+ }
1600
+ .organization-tree .item-label {
1601
+ flex: 0 0 90%;
1602
+ text-align: left;
1603
+ }
1604
+ .organization-tree .item-side {
1605
+ flex: 0 0 10%;
1606
+ text-align: right;
1607
+ }
1608
+ .organization-tree .el-tree-node {
1609
+ margin-bottom: 10px;
1610
+ }
1611
+ .organization-tree .el-tree-node__content>.el-tree-node__expand-icon {
1612
+ padding: 0;
1613
+ display: none;
1614
+ }
1615
+ .organization-tree .card-footer {
1616
+ padding: 20px;
1617
+ }
1618
+ .organization-tree .card-footer .select-result {
1619
+ color: #409EFF;
1620
+ flex:1 1 75%;
1621
+ text-align: left;
1622
+ }
1623
+ .organization-tree .card-footer .button-area {
1624
+ flex:0 0 20%;
1625
+ text-align: right;
1626
+ }
1627
+ .organization-tree .dept-path .breadcrumb-label-link{
1628
+ color:#409EFF
1639
1629
  }
1640
1630
  [data-v-0fb85d6e] .super-icon {
1641
1631
  width: 20px !important;
1642
1632
  height: 20px !important;
1633
+ }.grid-search-form[data-v-3e0adbf6] .el-form-item {
1634
+ margin-bottom: 0px;
1643
1635
  }
1644
- .searchResult {
1645
- color: red;
1636
+ .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
1637
+ overflow: hidden;
1638
+ text-overflow: ellipsis;
1639
+ white-space: nowrap;
1640
+ word-break: keep-all;
1646
1641
  }
1647
- .inline-select-custom {
1648
- width: 100px;
1642
+ .grid-search-form[data-v-3e0adbf6] .search-btn {
1643
+ margin-bottom: 5px;
1644
+ text-align: center;
1649
1645
  }
1650
- .inline-input-custom {
1651
- width: 98%;
1646
+ .grid-search-form[data-v-3e0adbf6] .el-select {
1647
+ width: 100%;
1648
+ }
1649
+ .grid-search-form[data-v-3e0adbf6] .customComponent {
1650
+ width: 100%;
1651
+ }
1652
+ .grid-search-form[data-v-3e0adbf6] .el-row {
1653
+ padding-right: 24px;
1654
+ }
1655
+ .grid-search-form[data-v-3e0adbf6] .el-col {
1656
+ padding-left: 10px;
1657
+ padding-bottom: 16px;
1658
+ }
1659
+ .grid-search-form[data-v-0b145154] .el-form-item {
1660
+ margin-bottom: 0px;
1661
+ }
1662
+ .grid-search-form[data-v-0b145154] .search-btn {
1663
+ margin-bottom: 5px;
1664
+ text-align: center;
1665
+ }
1666
+ .grid-search-form[data-v-0b145154] .el-select,
1667
+ .grid-search-form[data-v-0b145154] .customComponent {
1668
+ width: 100%;
1652
1669
  }
1653
1670
  .annex-cell[data-v-bbad0ee0] {
1654
1671
  padding-right: 5px;
@@ -1693,47 +1710,10 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1693
1710
  text-align: left;
1694
1711
  }
1695
1712
  .column-text-main .column-text-edit-main ~ span[data-v-bbad0ee0]:empty {
1696
- display: none;
1697
- }
1698
- .normal-column-content-view[data-v-bbad0ee0] {
1699
- display: inline;
1700
- }
1701
- .grid-search-form[data-v-0b145154] .el-form-item {
1702
- margin-bottom: 0px;
1703
- }
1704
- .grid-search-form[data-v-0b145154] .search-btn {
1705
- margin-bottom: 5px;
1706
- text-align: center;
1707
- }
1708
- .grid-search-form[data-v-0b145154] .el-select,
1709
- .grid-search-form[data-v-0b145154] .customComponent {
1710
- width: 100%;
1711
- }
1712
- .grid-search-form[data-v-3e0adbf6] .el-form-item {
1713
- margin-bottom: 0px;
1714
- }
1715
- .grid-search-form[data-v-3e0adbf6] .el-form-item__label {
1716
- overflow: hidden;
1717
- text-overflow: ellipsis;
1718
- white-space: nowrap;
1719
- word-break: keep-all;
1720
- }
1721
- .grid-search-form[data-v-3e0adbf6] .search-btn {
1722
- margin-bottom: 5px;
1723
- text-align: center;
1724
- }
1725
- .grid-search-form[data-v-3e0adbf6] .el-select {
1726
- width: 100%;
1727
- }
1728
- .grid-search-form[data-v-3e0adbf6] .customComponent {
1729
- width: 100%;
1730
- }
1731
- .grid-search-form[data-v-3e0adbf6] .el-row {
1732
- padding-right: 24px;
1733
- }
1734
- .grid-search-form[data-v-3e0adbf6] .el-col {
1735
- padding-left: 10px;
1736
- padding-bottom: 16px;
1713
+ display: none;
1714
+ }
1715
+ .normal-column-content-view[data-v-bbad0ee0] {
1716
+ display: inline;
1737
1717
  }.grid-search-form-mobile[data-v-832e8a9d] {
1738
1718
  overflow: auto;
1739
1719
  }
@@ -1770,7 +1750,27 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1770
1750
  background-color: #ffffff;
1771
1751
  width: 50%;
1772
1752
  height: 40px;
1773
- }.smb-sidebar-menu-item[data-v-74b8f009] {
1753
+ }
1754
+ .searchResult {
1755
+ color: red;
1756
+ }
1757
+ .inline-select-custom {
1758
+ width: 100px;
1759
+ }
1760
+ .inline-input-custom {
1761
+ width: 98%;
1762
+ }
1763
+
1764
+ .searchResult {
1765
+ color: red;
1766
+ }
1767
+ .inline-select-custom {
1768
+ width: 100px;
1769
+ }
1770
+ .inline-input-custom {
1771
+ width: 98%;
1772
+ }
1773
+ .smb-sidebar-menu-item[data-v-74b8f009] {
1774
1774
  position: relative;
1775
1775
  --el-menu-item-height: 45px;
1776
1776
  --el-menu-sub-item-height: 45px;
@@ -1819,7 +1819,12 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1819
1819
  }
1820
1820
  .is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
1821
1821
  margin-left: 5px;
1822
- }.fs-upload-tag[data-v-e5cde7de] {
1822
+ }[data-v-90635647] .el-range-separator {
1823
+ min-width: 20px;
1824
+ }.el-button > span[data-v-5bb8bf7f] {
1825
+ font-size: 12px;
1826
+ }
1827
+ .fs-upload-tag[data-v-5bb8bf7f] {
1823
1828
  border: 1px solid #dcdfe6;
1824
1829
  padding: 4px 8px;
1825
1830
  background-clip: padding-box;
@@ -1827,20 +1832,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1827
1832
  display: inline-flex;
1828
1833
  align-items: center;
1829
1834
  }
1830
- .fs-upload-tag-text[data-v-e5cde7de] {
1835
+ .fs-upload-tag-text[data-v-5bb8bf7f] {
1831
1836
  margin-right: 18px;
1832
1837
  max-width: 160px;
1833
1838
  overflow: hidden;
1834
1839
  text-overflow: ellipsis;
1835
1840
  white-space: nowrap;
1836
1841
  }
1837
- .fs-upload-tag-percent[data-v-e5cde7de] {
1842
+ .fs-upload-tag-percent[data-v-5bb8bf7f] {
1838
1843
  font-weight: 600;
1839
1844
  margin-left: 4px;
1840
- }.el-button > span[data-v-5bb8bf7f] {
1841
- font-size: 12px;
1842
- }
1843
- .fs-upload-tag[data-v-5bb8bf7f] {
1845
+ }.fs-upload-tag[data-v-e5cde7de] {
1844
1846
  border: 1px solid #dcdfe6;
1845
1847
  padding: 4px 8px;
1846
1848
  background-clip: padding-box;
@@ -1848,26 +1850,17 @@ iframe.tab-main-content[data-v-80f8eb5e] {
1848
1850
  display: inline-flex;
1849
1851
  align-items: center;
1850
1852
  }
1851
- .fs-upload-tag-text[data-v-5bb8bf7f] {
1853
+ .fs-upload-tag-text[data-v-e5cde7de] {
1852
1854
  margin-right: 18px;
1853
1855
  max-width: 160px;
1854
1856
  overflow: hidden;
1855
1857
  text-overflow: ellipsis;
1856
1858
  white-space: nowrap;
1857
1859
  }
1858
- .fs-upload-tag-percent[data-v-5bb8bf7f] {
1860
+ .fs-upload-tag-percent[data-v-e5cde7de] {
1859
1861
  font-weight: 600;
1860
1862
  margin-left: 4px;
1861
- }[data-v-90635647] .el-range-separator {
1862
- min-width: 20px;
1863
- }
1864
- .home-chart-iframe[data-v-873e1ba1] {
1865
- width: 100%;
1866
- height: 100%;
1867
- border: none;
1868
- opacity: 1;
1869
- }
1870
- [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 {
1863
+ }[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 {
1871
1864
  user-select: text !important;
1872
1865
  -webkit-user-select: text !important;
1873
1866
  -moz-user-select: text !important;
@@ -2153,212 +2146,24 @@ iframe.tab-main-content[data-v-80f8eb5e] {
2153
2146
  .dropdown-right[data-v-1e62eff8] {
2154
2147
  margin-left: auto; /* 将 el-dropdown 靠右对齐 */
2155
2148
  }
2156
- .history-item[data-v-1e62eff8]:hover {
2157
- background-color: #f5f5f5;
2158
- }
2159
-
2160
- .additional-data-tag[data-v-7aaab83c] {
2161
- display: flex;
2162
- align-items: center;
2163
- flex-shrink: 0;
2164
- min-width: max-content;
2165
- margin-left: auto;
2166
- gap: 10px;
2167
- }
2168
- .additional-data-button[data-v-7aaab83c] {
2169
- display: flex;
2170
- align-items: center;
2171
- justify-content: center;
2172
- margin-top: 10px;
2173
- gap: 10px;
2174
- }
2175
- [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 {
2176
- user-select: text !important;
2177
- -webkit-user-select: text !important;
2178
- -moz-user-select: text !important;
2179
- -ms-user-select: text !important;
2180
- }
2181
- .slide-up-enter-active[data-v-45fbaf17],
2182
- .slide-up-leave-active[data-v-45fbaf17] {
2183
- transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2184
- }
2185
- .slide-up-enter-from[data-v-45fbaf17],
2186
- .slide-up-leave-to[data-v-45fbaf17] {
2187
- transform: translateY(100%);
2188
- }
2189
-
2190
- /**
2191
- * 聊天窗口的样式设置
2192
- */
2193
- .chat-container[data-v-45fbaf17] {
2194
- --header-height: 56px;
2195
- --chat-padding: 12px;
2196
- --bubble-content-max-width: 0px;
2197
- position: fixed;
2198
- background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
2199
-
2200
- overflow: hidden;
2201
- z-index: 100;
2202
- flex-direction: row; /* 横向排列 */
2203
- height: 100%; /* 父容器高度 */
2204
- }
2205
- .small-window[data-v-45fbaf17] {
2206
- box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2207
- right: var(--chat-padding); /* 距离浏览器右边框12px */
2208
- bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2209
- border-radius: 8px;
2210
- --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2211
- }
2212
- .full-screen[data-v-45fbaf17] {
2213
- right: 0;
2214
- bottom: 0;
2215
- --main-content-height: calc(100vh - var(--header-height));
2216
- }
2217
- .chat-container > *[data-v-45fbaf17] {
2218
- box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2219
- }
2220
-
2221
- /* 聊天窗口的头部样式设置
2222
- */
2223
- .chat-embed__header_container[data-v-45fbaf17] {
2224
- /* border-bottom: 1px solid #ddd; */
2225
- display: flex;
2226
- align-items: center;
2227
- /* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
2228
- height: var(--header-height);
2229
- line-height: var(--header-height);
2230
- overflow: hidden;
2231
- position: relative;
2232
- }
2233
- .session-subject[data-v-45fbaf17] {
2234
- display: block;
2235
- margin: 0 auto;
2236
- text-align: center;
2237
- font-family: PingFang SC, PingFang SC;
2238
- font-weight: 500;
2239
- font-size: 16px;
2240
- color: #181818;
2241
- text-align: left;
2242
- font-style: normal;
2243
- text-transform: none;
2244
- }
2245
-
2246
- /* 聊天窗口的头部图标样式设置
2247
- */
2248
- .chat-embed__header_avatar[data-v-45fbaf17] {
2249
- margin-left: calc(var(--chat-padding) * 2);
2250
- margin-right: var(--chat-padding);
2251
- }
2252
- .chat-embed__header_tool_icon[data-v-45fbaf17] {
2253
- right: 20px;
2254
- position: absolute;
2255
- gap: 28px;
2256
- display: flex;
2257
- }
2258
- .chat-embed__sidebar[data-v-45fbaf17] {
2259
- background: #f6f7fa;
2260
- display: flex;
2261
- flex-direction: column; /* 设置为上下排列 */
2262
- border-right: 1px solid #ddd;
2263
- padding: 20px 12px;
2264
- width: 260px;
2265
- height: 100%;
2266
- }
2267
- .chat-embed__main[data-v-45fbaf17] {
2268
- padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2269
- box-sizing: border-box;
2270
- overflow: hidden;
2271
- position: relative;
2272
- display: flex;
2273
- flex-direction: column;
2274
- height: var(--main-content-height);
2275
- flex: 1; /* 聊天内容区域占据剩余空间 */
2276
- overflow: hidden; /* 防止内容溢出 */
2277
- }
2278
- .chat-embed__main_content[data-v-45fbaf17] {
2279
- flex: 1;
2280
- box-sizing: border-box;
2281
- min-height: 0;
2282
- padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
2283
- /* overflow-y: auto;
2284
- margin-bottom: 12px; */
2285
- }
2286
- .chat-embed__input_container[data-v-45fbaf17] {
2287
- flex-shrink: 0; /* 不允许收缩 */
2288
- /* margin-bottom: 50px; 距离底部 */
2289
- }
2290
- .header-icon[data-v-45fbaf17] {
2291
- cursor: pointer;
2292
- font-size: 20px;
2293
- }
2294
-
2295
- /* 聊天默认推荐内容样式
2296
- */
2297
- .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2298
- margin-top: 5px;
2299
- }
2300
- .content-container[data-v-45fbaf17] {
2301
- padding: 16px;
2302
- border-radius: 4px;
2303
- background: #ffffff;
2304
- box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
2305
- border-radius: 0px 30px 30px 30px;
2306
- /* opacity: 0.6; */
2307
- }
2308
- .chat-content-font[data-v-45fbaf17] {
2309
- font-family: PingFang SC, PingFang SC;
2310
- font-weight: 500;
2311
- font-size: 16px;
2312
- color: #181818;
2313
- line-height: 32px;
2314
- text-align: justified;
2315
- font-style: normal;
2316
- text-transform: none;
2317
- }
2318
- [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
2319
- border: none !important;
2320
- }
2321
- .content-container-header[data-v-45fbaf17] {
2322
- font-size: 12px;
2323
- color: #909399;
2324
- }
2325
-
2326
- /**
2327
- // 用户消息
2328
- */
2329
- .content-borderless-container[data-v-45fbaf17] {
2330
- background: #e1ecfd;
2331
- border-radius: 20px 0px 20px 20px;
2332
- user-select: none;
2333
- padding: 12px;
2334
- cursor: pointer;
2335
- transition: background-color 0.3s;
2336
- &[data-v-45fbaf17]:hover {
2337
- background-color: #ebeef5;
2338
- }
2339
- }
2340
- .footer-container[data-v-45fbaf17] {
2341
- [data-v-45fbaf17] .el-button + .el-button {
2342
- margin-left: 8px;
2343
- }
2344
- }
2345
- .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
2346
- padding: 0;
2347
- }
2348
-
2349
- /* 引用文件样式 */
2350
- .doc-agg-item[data-v-45fbaf17] {
2351
- width: 100%;
2352
- padding: 10px;
2353
- margin-bottom: 5px;
2354
- border: 1px solid #eee;
2355
- border-radius: 4px;
2356
- cursor: pointer;
2357
- font-size: 12px;
2358
- color: var(--el-color-primary);
2149
+ .history-item[data-v-1e62eff8]:hover {
2150
+ background-color: #f5f5f5;
2151
+ }
2152
+
2153
+ .additional-data-tag[data-v-7aaab83c] {
2154
+ display: flex;
2155
+ align-items: center;
2156
+ flex-shrink: 0;
2157
+ min-width: max-content;
2158
+ margin-left: auto;
2159
+ gap: 10px;
2359
2160
  }
2360
- .elx-xmarkdown-container[data-v-45fbaf17] {
2361
- padding: 0;
2161
+ .additional-data-button[data-v-7aaab83c] {
2162
+ display: flex;
2163
+ align-items: center;
2164
+ justify-content: center;
2165
+ margin-top: 10px;
2166
+ gap: 10px;
2362
2167
  }
2363
2168
  [data-v-0b0c189e] .chat-content-font,[data-v-0b0c189e] .chat-content-font *,[data-v-0b0c189e] .el-bubble-content-wrapper .el-bubble-content,[data-v-0b0c189e] .chat-embed__main_content {
2364
2169
  user-select: text !important;
@@ -2826,27 +2631,6 @@ h4[data-v-0b0c189e] {
2826
2631
  .elx-xmarkdown-container[data-v-bc196b97] {
2827
2632
  padding: 0;
2828
2633
  }
2829
-
2830
- .footer-wrapper[data-v-ffbde6f9] {
2831
- display: flex;
2832
- align-items: center;
2833
- justify-content: space-between;
2834
- gap: 10px;
2835
- width: 100%;
2836
- .footer-time[data-v-ffbde6f9] {
2837
- font-size: 10px;
2838
- color: #999;
2839
- margin-top: 3px;
2840
- flex-shrink: 0;
2841
- }
2842
- }
2843
- .footer-container[data-v-ffbde6f9] {
2844
- display: flex;
2845
- gap: 8px;
2846
- [data-v-ffbde6f9] .el-button + .el-button {
2847
- margin-left: 0;
2848
- }
2849
- }
2850
2634
  [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 {
2851
2635
  user-select: text !important;
2852
2636
  -webkit-user-select: text !important;
@@ -3036,12 +2820,228 @@ h4[data-v-0b0c189e] {
3036
2820
  padding: 0;
3037
2821
  }
3038
2822
 
2823
+ .home-chart-iframe[data-v-873e1ba1] {
2824
+ width: 100%;
2825
+ height: 100%;
2826
+ border: none;
2827
+ opacity: 1;
2828
+ }
2829
+
3039
2830
  .home-chart-iframe[data-v-73352a50] {
3040
2831
  width: 100%;
3041
2832
  height: 100%;
3042
2833
  border: none;
3043
2834
  opacity: 1;
3044
2835
  }
2836
+
2837
+ .footer-wrapper[data-v-ffbde6f9] {
2838
+ display: flex;
2839
+ align-items: center;
2840
+ justify-content: space-between;
2841
+ gap: 10px;
2842
+ width: 100%;
2843
+ .footer-time[data-v-ffbde6f9] {
2844
+ font-size: 10px;
2845
+ color: #999;
2846
+ margin-top: 3px;
2847
+ flex-shrink: 0;
2848
+ }
2849
+ }
2850
+ .footer-container[data-v-ffbde6f9] {
2851
+ display: flex;
2852
+ gap: 8px;
2853
+ [data-v-ffbde6f9] .el-button + .el-button {
2854
+ margin-left: 0;
2855
+ }
2856
+ }
2857
+ [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 {
2858
+ user-select: text !important;
2859
+ -webkit-user-select: text !important;
2860
+ -moz-user-select: text !important;
2861
+ -ms-user-select: text !important;
2862
+ }
2863
+ .slide-up-enter-active[data-v-45fbaf17],
2864
+ .slide-up-leave-active[data-v-45fbaf17] {
2865
+ transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2866
+ }
2867
+ .slide-up-enter-from[data-v-45fbaf17],
2868
+ .slide-up-leave-to[data-v-45fbaf17] {
2869
+ transform: translateY(100%);
2870
+ }
2871
+
2872
+ /**
2873
+ * 聊天窗口的样式设置
2874
+ */
2875
+ .chat-container[data-v-45fbaf17] {
2876
+ --header-height: 56px;
2877
+ --chat-padding: 12px;
2878
+ --bubble-content-max-width: 0px;
2879
+ position: fixed;
2880
+ background-image: linear-gradient(to bottom, #f0f8ff, #ffffff);
2881
+
2882
+ overflow: hidden;
2883
+ z-index: 100;
2884
+ flex-direction: row; /* 横向排列 */
2885
+ height: 100%; /* 父容器高度 */
2886
+ }
2887
+ .small-window[data-v-45fbaf17] {
2888
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
2889
+ right: var(--chat-padding); /* 距离浏览器右边框12px */
2890
+ bottom: var(--chat-padding); /* 距离浏览器下边框12px */
2891
+ border-radius: 8px;
2892
+ --main-content-height: calc(100vh - var(--chat-padding) * 2 - var(--header-height));
2893
+ }
2894
+ .full-screen[data-v-45fbaf17] {
2895
+ right: 0;
2896
+ bottom: 0;
2897
+ --main-content-height: calc(100vh - var(--header-height));
2898
+ }
2899
+ .chat-container > *[data-v-45fbaf17] {
2900
+ box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
2901
+ }
2902
+
2903
+ /* 聊天窗口的头部样式设置
2904
+ */
2905
+ .chat-embed__header_container[data-v-45fbaf17] {
2906
+ /* border-bottom: 1px solid #ddd; */
2907
+ display: flex;
2908
+ align-items: center;
2909
+ /* background: linear-gradient(90deg, #ebf1ff 24.34%, #e5fbf8 56.18%, #f2ebfe 90.18%); */
2910
+ height: var(--header-height);
2911
+ line-height: var(--header-height);
2912
+ overflow: hidden;
2913
+ position: relative;
2914
+ }
2915
+ .session-subject[data-v-45fbaf17] {
2916
+ display: block;
2917
+ margin: 0 auto;
2918
+ text-align: center;
2919
+ font-family: PingFang SC, PingFang SC;
2920
+ font-weight: 500;
2921
+ font-size: 16px;
2922
+ color: #181818;
2923
+ text-align: left;
2924
+ font-style: normal;
2925
+ text-transform: none;
2926
+ }
2927
+
2928
+ /* 聊天窗口的头部图标样式设置
2929
+ */
2930
+ .chat-embed__header_avatar[data-v-45fbaf17] {
2931
+ margin-left: calc(var(--chat-padding) * 2);
2932
+ margin-right: var(--chat-padding);
2933
+ }
2934
+ .chat-embed__header_tool_icon[data-v-45fbaf17] {
2935
+ right: 20px;
2936
+ position: absolute;
2937
+ gap: 28px;
2938
+ display: flex;
2939
+ }
2940
+ .chat-embed__sidebar[data-v-45fbaf17] {
2941
+ background: #f6f7fa;
2942
+ display: flex;
2943
+ flex-direction: column; /* 设置为上下排列 */
2944
+ border-right: 1px solid #ddd;
2945
+ padding: 20px 12px;
2946
+ width: 260px;
2947
+ height: 100%;
2948
+ }
2949
+ .chat-embed__main[data-v-45fbaf17] {
2950
+ padding: var(--chat-padding) var(--chat-padding) 0 var(--chat-padding);
2951
+ box-sizing: border-box;
2952
+ overflow: hidden;
2953
+ position: relative;
2954
+ display: flex;
2955
+ flex-direction: column;
2956
+ height: var(--main-content-height);
2957
+ flex: 1; /* 聊天内容区域占据剩余空间 */
2958
+ overflow: hidden; /* 防止内容溢出 */
2959
+ }
2960
+ .chat-embed__main_content[data-v-45fbaf17] {
2961
+ flex: 1;
2962
+ box-sizing: border-box;
2963
+ min-height: 0;
2964
+ padding-bottom: var(--chat-padding); /* 与输入框保持10px间距 */
2965
+ /* overflow-y: auto;
2966
+ margin-bottom: 12px; */
2967
+ }
2968
+ .chat-embed__input_container[data-v-45fbaf17] {
2969
+ flex-shrink: 0; /* 不允许收缩 */
2970
+ /* margin-bottom: 50px; 距离底部 */
2971
+ }
2972
+ .header-icon[data-v-45fbaf17] {
2973
+ cursor: pointer;
2974
+ font-size: 20px;
2975
+ }
2976
+
2977
+ /* 聊天默认推荐内容样式
2978
+ */
2979
+ .chat-embed__recommendation + .chat-embed__recommendation[data-v-45fbaf17] {
2980
+ margin-top: 5px;
2981
+ }
2982
+ .content-container[data-v-45fbaf17] {
2983
+ padding: 16px;
2984
+ border-radius: 4px;
2985
+ background: #ffffff;
2986
+ box-shadow: 0px 0px 8px 0px rgba(153, 153, 153, 0.15);
2987
+ border-radius: 0px 30px 30px 30px;
2988
+ /* opacity: 0.6; */
2989
+ }
2990
+ .chat-content-font[data-v-45fbaf17] {
2991
+ font-family: PingFang SC, PingFang SC;
2992
+ font-weight: 500;
2993
+ font-size: 16px;
2994
+ color: #181818;
2995
+ line-height: 32px;
2996
+ text-align: justified;
2997
+ font-style: normal;
2998
+ text-transform: none;
2999
+ }
3000
+ [data-v-45fbaf17] .el-bubble-content-wrapper .el-bubble-content-outlined {
3001
+ border: none !important;
3002
+ }
3003
+ .content-container-header[data-v-45fbaf17] {
3004
+ font-size: 12px;
3005
+ color: #909399;
3006
+ }
3007
+
3008
+ /**
3009
+ // 用户消息
3010
+ */
3011
+ .content-borderless-container[data-v-45fbaf17] {
3012
+ background: #e1ecfd;
3013
+ border-radius: 20px 0px 20px 20px;
3014
+ user-select: none;
3015
+ padding: 12px;
3016
+ cursor: pointer;
3017
+ transition: background-color 0.3s;
3018
+ &[data-v-45fbaf17]:hover {
3019
+ background-color: #ebeef5;
3020
+ }
3021
+ }
3022
+ .footer-container[data-v-45fbaf17] {
3023
+ [data-v-45fbaf17] .el-button + .el-button {
3024
+ margin-left: 8px;
3025
+ }
3026
+ }
3027
+ .el-bubble-content-wrapper .el-bubble-content[data-v-45fbaf17] {
3028
+ padding: 0;
3029
+ }
3030
+
3031
+ /* 引用文件样式 */
3032
+ .doc-agg-item[data-v-45fbaf17] {
3033
+ width: 100%;
3034
+ padding: 10px;
3035
+ margin-bottom: 5px;
3036
+ border: 1px solid #eee;
3037
+ border-radius: 4px;
3038
+ cursor: pointer;
3039
+ font-size: 12px;
3040
+ color: var(--el-color-primary);
3041
+ }
3042
+ .elx-xmarkdown-container[data-v-45fbaf17] {
3043
+ padding: 0;
3044
+ }
3045
3045
 
3046
3046
  /* .el-upload-list--picture-card .el-upload-list__item-actions, */
3047
3047
  .mobile-item-action[data-v-13b41596] {