agilebuilder-ui 1.1.65-tmp27 → 1.1.65-tmp28
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 +488 -469
- package/dist/style.css +6 -2
- package/es/src/views/layout/components/Menubar/Item.vue.mjs +1 -1
- package/es/src/views/layout/components/Menubar/Item.vue2.mjs +2 -2
- package/es/src/views/super-icon/index.mjs +7 -0
- package/es/src/views/super-icon/src/index.vue.mjs +7 -0
- package/es/src/views/super-icon/src/index.vue2.mjs +13 -0
- package/es/src/views/super-icon/src/index.vue3.mjs +4 -0
- package/es/src/views/svg-icon/src/svg-icon.vue2.mjs +14 -0
- package/es/style.css +465 -461
- package/lib/src/views/layout/components/Menubar/Item.vue.cjs +1 -1
- package/lib/src/views/layout/components/Menubar/Item.vue2.cjs +2 -2
- package/lib/src/views/super-icon/index.cjs +5 -0
- package/lib/src/views/super-icon/src/index.vue.cjs +5 -0
- package/lib/src/views/super-icon/src/index.vue2.cjs +10 -0
- package/lib/src/views/super-icon/src/index.vue3.cjs +2 -0
- package/lib/src/views/svg-icon/src/svg-icon.vue2.cjs +12 -0
- package/lib/style.css +470 -466
- package/package.json +1 -1
- package/src/views/layout/components/Menubar/Item.vue +1 -1
- package/src/views/super-icon/index.js +6 -0
- package/src/views/super-icon/src/index.vue +52 -0
- package/src/views/svg-icon/src/svg-icon.vue +5 -8
package/es/style.css
CHANGED
|
@@ -42,6 +42,32 @@
|
|
|
42
42
|
}
|
|
43
43
|
.yx-affix .yx-affix-content.is-fixed.is-bottom[data-v-417c4495] {
|
|
44
44
|
box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
|
|
45
|
+
}.app-wrapper[data-v-46185fa7] {
|
|
46
|
+
position: relative;
|
|
47
|
+
height: 100%;
|
|
48
|
+
width: 100%;
|
|
49
|
+
}
|
|
50
|
+
.app-wrapper.mobile.openSidebar[data-v-46185fa7] {
|
|
51
|
+
position: fixed;
|
|
52
|
+
top: 0;
|
|
53
|
+
}
|
|
54
|
+
.drawer-bg[data-v-46185fa7] {
|
|
55
|
+
background: #000;
|
|
56
|
+
opacity: 0.3;
|
|
57
|
+
width: 100%;
|
|
58
|
+
top: 0;
|
|
59
|
+
height: 100%;
|
|
60
|
+
position: absolute;
|
|
61
|
+
z-index: 999;
|
|
62
|
+
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
63
|
+
display: inline-block;
|
|
64
|
+
font-size: 14px;
|
|
65
|
+
line-height: 50px;
|
|
66
|
+
margin-left: 10px;
|
|
67
|
+
}
|
|
68
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
69
|
+
color: #97a8be;
|
|
70
|
+
cursor: text;
|
|
45
71
|
}
|
|
46
72
|
iframe.tab-main-content[data-v-3c90505e] {
|
|
47
73
|
width: 100%;
|
|
@@ -102,33 +128,15 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
102
128
|
.default-page-tip-item {
|
|
103
129
|
padding-top: 10px;
|
|
104
130
|
}
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
.drawer-bg[data-v-46185fa7] {
|
|
115
|
-
background: #000;
|
|
116
|
-
opacity: 0.3;
|
|
117
|
-
width: 100%;
|
|
118
|
-
top: 0;
|
|
119
|
-
height: 100%;
|
|
120
|
-
position: absolute;
|
|
121
|
-
z-index: 999;
|
|
122
|
-
}.app-breadcrumb.el-breadcrumb[data-v-ff9ae7e4] {
|
|
123
|
-
display: inline-block;
|
|
124
|
-
font-size: 14px;
|
|
125
|
-
line-height: 50px;
|
|
126
|
-
margin-left: 10px;
|
|
127
|
-
}
|
|
128
|
-
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-ff9ae7e4] {
|
|
129
|
-
color: #97a8be;
|
|
130
|
-
cursor: text;
|
|
131
|
-
}.grid-area .elTable th[data-v-664b8a45] {
|
|
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
|
+
.grid-area .elTable th[data-v-664b8a45] {
|
|
132
140
|
padding: 2px 0 !important;
|
|
133
141
|
}
|
|
134
142
|
.grid-area .elTable td[data-v-664b8a45] {
|
|
@@ -271,7 +279,14 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
271
279
|
.super-grid-main-view[data-v-664b8a45] .super-grid-main-body .super-grid-main-table-footer-view .el-pagination {
|
|
272
280
|
flex-wrap: wrap;
|
|
273
281
|
gap: var(--layout-form-flex-gap, 15px) 0;
|
|
274
|
-
}
|
|
282
|
+
}
|
|
283
|
+
.searchResult[data-v-22410ec9] {
|
|
284
|
+
color: red;
|
|
285
|
+
}
|
|
286
|
+
.inline-input-custom[data-v-22410ec9] {
|
|
287
|
+
width: 90%;
|
|
288
|
+
}
|
|
289
|
+
.amd-hamburger-container-main[data-v-79c35667] {
|
|
275
290
|
padding: 0;
|
|
276
291
|
display: flex;
|
|
277
292
|
align-items: center;
|
|
@@ -284,29 +299,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
284
299
|
width: var(--admin-layout-left-menu-collapse, 54px);
|
|
285
300
|
font-size: 18px;
|
|
286
301
|
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] {
|
|
302
|
+
}.ValidCode[data-v-aa77e3bd] {
|
|
310
303
|
display: flex;
|
|
311
304
|
background-color: #fff;
|
|
312
305
|
justify-content: center;
|
|
@@ -316,6 +309,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
316
309
|
.ValidCode span[data-v-aa77e3bd] {
|
|
317
310
|
display: inline-block;
|
|
318
311
|
}
|
|
312
|
+
.searchResult {
|
|
313
|
+
color: red;
|
|
314
|
+
}
|
|
315
|
+
.inline-input-custom {
|
|
316
|
+
width: 90%;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
319
|
.red-circle[data-v-998f4283] {
|
|
320
320
|
width: 20px; /* 圆圈的宽度 */
|
|
321
321
|
height: 20px; /* 圆圈的高度 */
|
|
@@ -334,7 +334,13 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
334
334
|
.organization-input .el-input-group__append {
|
|
335
335
|
padding: 0 10px 0 0;
|
|
336
336
|
}
|
|
337
|
-
|
|
337
|
+
|
|
338
|
+
.select-top-span {
|
|
339
|
+
width: 100%;
|
|
340
|
+
}
|
|
341
|
+
[data-v-34406c62] .el-select-dropdown__item {
|
|
342
|
+
display: inline-block;
|
|
343
|
+
}.nine-grid-area[data-v-80f6a26f] {
|
|
338
344
|
padding: 10px;
|
|
339
345
|
}
|
|
340
346
|
.nine-grid-area .el-row[data-v-80f6a26f] {
|
|
@@ -445,12 +451,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
445
451
|
display: grid;
|
|
446
452
|
grid-template-columns: 20% 80%;
|
|
447
453
|
}
|
|
448
|
-
.select-top-span {
|
|
449
|
-
width: 100%;
|
|
450
|
-
}
|
|
451
|
-
[data-v-34406c62] .el-select-dropdown__item {
|
|
452
|
-
display: inline-block;
|
|
453
|
-
}
|
|
454
454
|
.fs-preview-container[data-v-7f109349] {
|
|
455
455
|
display: flex;
|
|
456
456
|
align-items: center;
|
|
@@ -526,17 +526,6 @@ 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;
|
|
540
529
|
}.amb-color-iconfont[data-v-5254701d] {
|
|
541
530
|
width: 30px;
|
|
542
531
|
height: 30px;
|
|
@@ -566,10 +555,84 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
566
555
|
.fs-upload-tag-percent[data-v-5254701d] {
|
|
567
556
|
font-weight: 600;
|
|
568
557
|
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
|
-
}
|
|
572
|
+
}
|
|
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;
|
|
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;
|
|
592
|
+
}
|
|
593
|
+
.organization-tree .item-row-all {
|
|
594
|
+
margin-bottom: 10px;
|
|
595
|
+
}
|
|
596
|
+
.organization-tree .item-row {
|
|
597
|
+
display: flex;
|
|
598
|
+
width: 100%;
|
|
599
|
+
}
|
|
600
|
+
.organization-tree .item-label {
|
|
601
|
+
flex: 0 0 90%;
|
|
602
|
+
text-align: left;
|
|
603
|
+
}
|
|
604
|
+
.organization-tree .item-label .item-description {
|
|
605
|
+
font-size: 14px;
|
|
606
|
+
color: #9ea0a2;
|
|
607
|
+
margin-left: 8px;
|
|
608
|
+
}
|
|
609
|
+
.organization-tree .item-side {
|
|
610
|
+
flex: 0 0 10%;
|
|
611
|
+
text-align: right;
|
|
612
|
+
}
|
|
613
|
+
.organization-tree .el-tree-node {
|
|
614
|
+
margin-bottom: 10px;
|
|
615
|
+
}
|
|
616
|
+
.organization-tree .el-tree-node__content > .el-tree-node__expand-icon {
|
|
617
|
+
padding: 0;
|
|
618
|
+
display: none;
|
|
619
|
+
}
|
|
620
|
+
.organization-tree .card-footer {
|
|
621
|
+
padding: 20px;
|
|
622
|
+
}
|
|
623
|
+
.organization-tree .card-footer .select-result {
|
|
624
|
+
color: #409eff;
|
|
625
|
+
flex: 1 1 75%;
|
|
626
|
+
text-align: left;
|
|
627
|
+
}
|
|
628
|
+
.organization-tree .card-footer .button-area {
|
|
629
|
+
flex: 0 0 20%;
|
|
630
|
+
text-align: right;
|
|
631
|
+
}
|
|
632
|
+
.organization-tree .dept-path .breadcrumb-label-link {
|
|
633
|
+
color: #409eff;
|
|
634
|
+
}
|
|
635
|
+
.wscn-http404-container[data-v-4f824f28] {
|
|
573
636
|
transform: translate(-50%, -50%);
|
|
574
637
|
position: absolute;
|
|
575
638
|
top: 40%;
|
|
@@ -760,6 +823,10 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
760
823
|
transform: translateY(0);
|
|
761
824
|
opacity: 1;
|
|
762
825
|
}
|
|
826
|
+
}.super-icon[data-v-875fd31c] {
|
|
827
|
+
width: 1em;
|
|
828
|
+
height: 1em;
|
|
829
|
+
font-size: 14px;
|
|
763
830
|
}
|
|
764
831
|
.organization-tree,
|
|
765
832
|
.organization-tree .el-checkbox__label,
|
|
@@ -792,11 +859,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
792
859
|
flex: 0 0 90%;
|
|
793
860
|
text-align: left;
|
|
794
861
|
}
|
|
795
|
-
.organization-tree .item-label .item-description {
|
|
796
|
-
font-size: 14px;
|
|
797
|
-
color: #9ea0a2;
|
|
798
|
-
margin-left: 8px;
|
|
799
|
-
}
|
|
800
862
|
.organization-tree .item-side {
|
|
801
863
|
flex: 0 0 10%;
|
|
802
864
|
text-align: right;
|
|
@@ -824,102 +886,40 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
824
886
|
color: #409eff;
|
|
825
887
|
}
|
|
826
888
|
|
|
827
|
-
.
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
width: 800px;
|
|
834
|
-
max-width: 100%;
|
|
835
|
-
margin: 100px auto;
|
|
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;
|
|
836
895
|
}
|
|
837
|
-
.
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
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;
|
|
841
902
|
}
|
|
842
|
-
.
|
|
843
|
-
|
|
844
|
-
display: block;
|
|
903
|
+
.organization-tree .el-card__body {
|
|
904
|
+
padding-top: 10px;
|
|
845
905
|
}
|
|
846
|
-
.
|
|
847
|
-
|
|
848
|
-
margin: 0 auto;
|
|
849
|
-
width: 100%;
|
|
906
|
+
.organization-tree .card-content {
|
|
907
|
+
margin-top: 10px;
|
|
850
908
|
}
|
|
851
|
-
.
|
|
852
|
-
|
|
853
|
-
font-weight: 700;
|
|
854
|
-
color: #484848;
|
|
909
|
+
.organization-tree .item-row-all {
|
|
910
|
+
margin-bottom: 10px;
|
|
855
911
|
}
|
|
856
|
-
.
|
|
857
|
-
|
|
912
|
+
.organization-tree .item-row {
|
|
913
|
+
display: flex;
|
|
914
|
+
width: 100%;
|
|
858
915
|
}
|
|
859
|
-
.
|
|
860
|
-
|
|
916
|
+
.organization-tree .item-label {
|
|
917
|
+
flex: 0 0 90%;
|
|
918
|
+
text-align: left;
|
|
861
919
|
}
|
|
862
|
-
.
|
|
863
|
-
|
|
864
|
-
text-
|
|
865
|
-
}
|
|
866
|
-
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
867
|
-
text-decoration: underline;
|
|
868
|
-
}iframe[data-v-20dccb82] {
|
|
869
|
-
width: 100%;
|
|
870
|
-
height: calc(100vh - 50px);
|
|
871
|
-
}.app-wrapper[data-v-5c0a6bf6] {
|
|
872
|
-
position: relative;
|
|
873
|
-
height: 100%;
|
|
874
|
-
width: 100%;
|
|
875
|
-
}
|
|
876
|
-
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
877
|
-
position: fixed;
|
|
878
|
-
top: 0;
|
|
879
|
-
}
|
|
880
|
-
.drawer-bg[data-v-5c0a6bf6] {
|
|
881
|
-
background: #000;
|
|
882
|
-
opacity: 0.3;
|
|
883
|
-
width: 100%;
|
|
884
|
-
top: 0;
|
|
885
|
-
height: 100%;
|
|
886
|
-
position: absolute;
|
|
887
|
-
z-index: 999;
|
|
888
|
-
}
|
|
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;
|
|
895
|
-
}
|
|
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;
|
|
902
|
-
}
|
|
903
|
-
.organization-tree .el-card__body {
|
|
904
|
-
padding-top: 10px;
|
|
905
|
-
}
|
|
906
|
-
.organization-tree .card-content {
|
|
907
|
-
margin-top: 10px;
|
|
908
|
-
}
|
|
909
|
-
.organization-tree .item-row-all {
|
|
910
|
-
margin-bottom: 10px;
|
|
911
|
-
}
|
|
912
|
-
.organization-tree .item-row {
|
|
913
|
-
display: flex;
|
|
914
|
-
width: 100%;
|
|
915
|
-
}
|
|
916
|
-
.organization-tree .item-label {
|
|
917
|
-
flex: 0 0 90%;
|
|
918
|
-
text-align: left;
|
|
919
|
-
}
|
|
920
|
-
.organization-tree .item-side {
|
|
921
|
-
flex: 0 0 10%;
|
|
922
|
-
text-align: right;
|
|
920
|
+
.organization-tree .item-side {
|
|
921
|
+
flex: 0 0 10%;
|
|
922
|
+
text-align: right;
|
|
923
923
|
}
|
|
924
924
|
.organization-tree .el-tree-node {
|
|
925
925
|
margin-bottom: 10px;
|
|
@@ -943,71 +943,81 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
943
943
|
.organization-tree .dept-path .breadcrumb-label-link {
|
|
944
944
|
color: #409eff;
|
|
945
945
|
}
|
|
946
|
-
.
|
|
947
|
-
width: 1em;
|
|
948
|
-
height: 1em;
|
|
949
|
-
font-size: 14px;
|
|
950
|
-
}.row-form-item[data-v-4b5a56cc] {
|
|
946
|
+
.row-form-item[data-v-4b5a56cc] {
|
|
951
947
|
width: 50%;
|
|
948
|
+
}.errPage-container[data-v-6bef0241] {
|
|
949
|
+
width: 800px;
|
|
950
|
+
max-width: 100%;
|
|
951
|
+
margin: 100px auto;
|
|
952
952
|
}
|
|
953
|
-
.
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
font-size: 17px;
|
|
958
|
-
font-weight: 700;
|
|
959
|
-
}
|
|
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;
|
|
966
|
-
}
|
|
967
|
-
.organization-tree .el-card__body {
|
|
968
|
-
padding-top: 10px;
|
|
969
|
-
}
|
|
970
|
-
.organization-tree .card-content {
|
|
971
|
-
margin-top: 10px;
|
|
953
|
+
.errPage-container .pan-back-btn[data-v-6bef0241] {
|
|
954
|
+
background: #008489;
|
|
955
|
+
color: #fff;
|
|
956
|
+
border: none !important;
|
|
972
957
|
}
|
|
973
|
-
.
|
|
974
|
-
margin
|
|
958
|
+
.errPage-container .pan-gif[data-v-6bef0241] {
|
|
959
|
+
margin: 0 auto;
|
|
960
|
+
display: block;
|
|
975
961
|
}
|
|
976
|
-
.
|
|
977
|
-
display:
|
|
962
|
+
.errPage-container .pan-img[data-v-6bef0241] {
|
|
963
|
+
display: block;
|
|
964
|
+
margin: 0 auto;
|
|
978
965
|
width: 100%;
|
|
979
966
|
}
|
|
980
|
-
.
|
|
981
|
-
|
|
982
|
-
|
|
967
|
+
.errPage-container .text-jumbo[data-v-6bef0241] {
|
|
968
|
+
font-size: 60px;
|
|
969
|
+
font-weight: 700;
|
|
970
|
+
color: #484848;
|
|
983
971
|
}
|
|
984
|
-
.
|
|
985
|
-
|
|
986
|
-
text-align: right;
|
|
972
|
+
.errPage-container .list-unstyled[data-v-6bef0241] {
|
|
973
|
+
font-size: 14px;
|
|
987
974
|
}
|
|
988
|
-
.
|
|
989
|
-
|
|
975
|
+
.errPage-container .list-unstyled li[data-v-6bef0241] {
|
|
976
|
+
padding-bottom: 5px;
|
|
990
977
|
}
|
|
991
|
-
.
|
|
992
|
-
|
|
993
|
-
|
|
978
|
+
.errPage-container .list-unstyled a[data-v-6bef0241] {
|
|
979
|
+
color: #008489;
|
|
980
|
+
text-decoration: none;
|
|
994
981
|
}
|
|
995
|
-
.
|
|
996
|
-
|
|
982
|
+
.errPage-container .list-unstyled a[data-v-6bef0241]:hover {
|
|
983
|
+
text-decoration: underline;
|
|
997
984
|
}
|
|
998
|
-
.
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
985
|
+
.graphDiv[data-v-a936569d] {
|
|
986
|
+
overflow: auto;
|
|
987
|
+
height: 100%;
|
|
988
|
+
height: calc(100vh - 20px);
|
|
989
|
+
}
|
|
990
|
+
.app-wrapper[data-v-5c0a6bf6] {
|
|
991
|
+
position: relative;
|
|
992
|
+
height: 100%;
|
|
993
|
+
width: 100%;
|
|
1002
994
|
}
|
|
1003
|
-
.
|
|
1004
|
-
|
|
1005
|
-
|
|
995
|
+
.app-wrapper .mobile.openSidebar[data-v-5c0a6bf6] {
|
|
996
|
+
position: fixed;
|
|
997
|
+
top: 0;
|
|
1006
998
|
}
|
|
1007
|
-
.
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
999
|
+
.drawer-bg[data-v-5c0a6bf6] {
|
|
1000
|
+
background: #000;
|
|
1001
|
+
opacity: 0.3;
|
|
1002
|
+
width: 100%;
|
|
1003
|
+
top: 0;
|
|
1004
|
+
height: 100%;
|
|
1005
|
+
position: absolute;
|
|
1006
|
+
z-index: 999;
|
|
1007
|
+
}iframe[data-v-20dccb82] {
|
|
1008
|
+
width: 100%;
|
|
1009
|
+
height: calc(100vh - 50px);
|
|
1010
|
+
}.app-main[data-v-2d98e845] {
|
|
1011
|
+
padding: var(--app-main-padding, 15px);
|
|
1012
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1013
|
+
position: relative;
|
|
1014
|
+
overflow: hidden;
|
|
1015
|
+
}
|
|
1016
|
+
.app-main[data-v-2d98e845] > .app-container {
|
|
1017
|
+
max-height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1018
|
+
height: calc(100vh - var(--app-main-padding, 15px) * 2);
|
|
1019
|
+
overflow: auto;
|
|
1020
|
+
}.smb-sidebar-menu-item[data-v-38e3eafc] {
|
|
1011
1021
|
position: relative;
|
|
1012
1022
|
--el-menu-item-height: 45px;
|
|
1013
1023
|
--el-menu-sub-item-height: 45px;
|
|
@@ -1049,16 +1059,6 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1049
1059
|
}
|
|
1050
1060
|
.smb-sidebar-menu-item[data-v-38e3eafc] .smb-sidebar-menu-item-no-icon-title {
|
|
1051
1061
|
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;
|
|
1062
1062
|
}.smb-sidebar-menu-item[data-v-da857302] {
|
|
1063
1063
|
position: relative;
|
|
1064
1064
|
--el-menu-item-height: 45px;
|
|
@@ -1101,26 +1101,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1101
1101
|
}
|
|
1102
1102
|
.smb-sidebar-menu-item[data-v-da857302] .smb-sidebar-menu-item-no-icon-title {
|
|
1103
1103
|
flex: 0 0 calc(100% - 20px - 20px);
|
|
1104
|
-
}
|
|
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;
|
|
1112
|
-
}
|
|
1113
|
-
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1114
|
-
width: 100%;
|
|
1115
|
-
min-width: 0;
|
|
1116
|
-
}
|
|
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;
|
|
1122
|
-
}
|
|
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 {
|
|
1104
|
+
}[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 {
|
|
1124
1105
|
user-select: text !important;
|
|
1125
1106
|
-webkit-user-select: text !important;
|
|
1126
1107
|
-moz-user-select: text !important;
|
|
@@ -1341,6 +1322,33 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1341
1322
|
margin: 5px 0;
|
|
1342
1323
|
}
|
|
1343
1324
|
|
|
1325
|
+
.ab-date-range[data-v-2aeaa81d] {
|
|
1326
|
+
display: flex;
|
|
1327
|
+
align-items: center;
|
|
1328
|
+
width: 100%;
|
|
1329
|
+
gap: 8px;
|
|
1330
|
+
box-sizing: border-box;
|
|
1331
|
+
min-width: 0;
|
|
1332
|
+
}
|
|
1333
|
+
.ab-date-range[data-v-2aeaa81d] .el-input {
|
|
1334
|
+
width: 100%;
|
|
1335
|
+
min-width: 0;
|
|
1336
|
+
}
|
|
1337
|
+
.sep[data-v-2aeaa81d] {
|
|
1338
|
+
padding: 0 8px;
|
|
1339
|
+
color: var(--el-text-color-secondary);
|
|
1340
|
+
white-space: nowrap;
|
|
1341
|
+
flex: 0 0 auto;
|
|
1342
|
+
}
|
|
1343
|
+
.normal-column-header[data-v-aecac200] {
|
|
1344
|
+
display: inline-flex;
|
|
1345
|
+
vertical-align: middle;
|
|
1346
|
+
}
|
|
1347
|
+
.normal-column-header-icon[data-v-aecac200] {
|
|
1348
|
+
font-size: 20px;
|
|
1349
|
+
color: var(--el-color-primary);
|
|
1350
|
+
cursor: pointer;
|
|
1351
|
+
}
|
|
1344
1352
|
.grid-search-form[data-v-8f3059a4] .el-form-item {
|
|
1345
1353
|
margin-bottom: 0px;
|
|
1346
1354
|
}
|
|
@@ -1365,15 +1373,7 @@ iframe.tab-main-content[data-v-3c90505e] {
|
|
|
1365
1373
|
height: 40px;
|
|
1366
1374
|
z-index: 1500;
|
|
1367
1375
|
} */
|
|
1368
|
-
|
|
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] {
|
|
1376
|
+
li[data-v-040fcf55] {
|
|
1377
1377
|
color: #333;
|
|
1378
1378
|
}
|
|
1379
1379
|
.context-menu[data-v-040fcf55] {
|
|
@@ -1411,23 +1411,9 @@ li[data-v-040fcf55] {
|
|
|
1411
1411
|
}
|
|
1412
1412
|
.inline-input-custom {
|
|
1413
1413
|
width: 98%;
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
|
-
.searchResult {
|
|
1417
|
-
color: red;
|
|
1418
|
-
}
|
|
1419
|
-
.inline-input-custom {
|
|
1420
|
-
width: 90%;
|
|
1421
1414
|
}
|
|
1422
|
-
.
|
|
1423
|
-
|
|
1424
|
-
}
|
|
1425
|
-
|
|
1426
|
-
.searchResult {
|
|
1427
|
-
color: red;
|
|
1428
|
-
}
|
|
1429
|
-
.inline-input-custom {
|
|
1430
|
-
width: 100% !important;
|
|
1415
|
+
.searchDepartmentUser {
|
|
1416
|
+
width: 250px;
|
|
1431
1417
|
}
|
|
1432
1418
|
.el-autocomplete-suggestion.el-popper {
|
|
1433
1419
|
min-width: 300px;
|
|
@@ -1449,6 +1435,16 @@ li[data-v-040fcf55] {
|
|
|
1449
1435
|
min-width: 300px;
|
|
1450
1436
|
}
|
|
1451
1437
|
|
|
1438
|
+
.searchResult {
|
|
1439
|
+
color: red;
|
|
1440
|
+
}
|
|
1441
|
+
.inline-select-custom {
|
|
1442
|
+
width: 100px;
|
|
1443
|
+
}
|
|
1444
|
+
.inline-input-custom {
|
|
1445
|
+
width: 98%;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1452
1448
|
.searchResult {
|
|
1453
1449
|
color: red;
|
|
1454
1450
|
}
|
|
@@ -1457,12 +1453,6 @@ li[data-v-040fcf55] {
|
|
|
1457
1453
|
}
|
|
1458
1454
|
.inline-input-custom {
|
|
1459
1455
|
width: 98%;
|
|
1460
|
-
}
|
|
1461
|
-
.searchDepartmentUser {
|
|
1462
|
-
width: 250px;
|
|
1463
|
-
}
|
|
1464
|
-
.el-autocomplete-suggestion.el-popper {
|
|
1465
|
-
min-width: 300px;
|
|
1466
1456
|
}
|
|
1467
1457
|
|
|
1468
1458
|
.searchResult {
|
|
@@ -1476,13 +1466,23 @@ li[data-v-040fcf55] {
|
|
|
1476
1466
|
}
|
|
1477
1467
|
|
|
1478
1468
|
.searchResult {
|
|
1479
|
-
|
|
1469
|
+
color: red;
|
|
1480
1470
|
}
|
|
1481
|
-
.inline-
|
|
1482
|
-
|
|
1471
|
+
.inline-input-custom {
|
|
1472
|
+
width: 90%;
|
|
1473
|
+
}
|
|
1474
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1475
|
+
min-width: 300px;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.searchResult {
|
|
1479
|
+
color: red;
|
|
1483
1480
|
}
|
|
1484
1481
|
.inline-input-custom {
|
|
1485
|
-
|
|
1482
|
+
width: 100% !important;
|
|
1483
|
+
}
|
|
1484
|
+
.el-autocomplete-suggestion.el-popper {
|
|
1485
|
+
min-width: 300px;
|
|
1486
1486
|
}
|
|
1487
1487
|
|
|
1488
1488
|
.organization-tree, .organization-tree .el-checkbox__label,.organization-tree .el-breadcrumb__inner,.organization-tree .el-tree {
|
|
@@ -1537,21 +1537,6 @@ li[data-v-040fcf55] {
|
|
|
1537
1537
|
color:#409EFF
|
|
1538
1538
|
}
|
|
1539
1539
|
|
|
1540
|
-
.grid-search-form[data-v-04817310] {
|
|
1541
|
-
overflow: auto;
|
|
1542
|
-
}
|
|
1543
|
-
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1544
|
-
margin-bottom: 0px;
|
|
1545
|
-
}
|
|
1546
|
-
.grid-search-form[data-v-04817310] .search-btn {
|
|
1547
|
-
justify-content: center; /* 确保按钮居中 */
|
|
1548
|
-
/* 可选:间距更美观 */
|
|
1549
|
-
}
|
|
1550
|
-
.grid-search-form[data-v-04817310] .el-select,
|
|
1551
|
-
.grid-search-form[data-v-04817310] .customComponent {
|
|
1552
|
-
width: 100%;
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
1540
|
iframe.tab-main-content[data-v-80f8eb5e] {
|
|
1556
1541
|
width: 100%;
|
|
1557
1542
|
height: calc(100vh - 48px);
|
|
@@ -1613,13 +1598,22 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1613
1598
|
.default-page-tip-item {
|
|
1614
1599
|
padding-top: 10px;
|
|
1615
1600
|
}
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
}
|
|
1601
|
+
|
|
1602
|
+
.grid-search-form[data-v-04817310] {
|
|
1603
|
+
overflow: auto;
|
|
1604
|
+
}
|
|
1605
|
+
.grid-search-form[data-v-04817310] .el-form-item {
|
|
1606
|
+
margin-bottom: 0px;
|
|
1607
|
+
}
|
|
1608
|
+
.grid-search-form[data-v-04817310] .search-btn {
|
|
1609
|
+
justify-content: center; /* 确保按钮居中 */
|
|
1610
|
+
/* 可选:间距更美观 */
|
|
1611
|
+
}
|
|
1612
|
+
.grid-search-form[data-v-04817310] .el-select,
|
|
1613
|
+
.grid-search-form[data-v-04817310] .customComponent {
|
|
1614
|
+
width: 100%;
|
|
1615
|
+
}
|
|
1616
|
+
.app-breadcrumb.el-breadcrumb[data-v-768a430c] {
|
|
1623
1617
|
background-color: #eee;
|
|
1624
1618
|
width: 100%;
|
|
1625
1619
|
border: 1px solid #ccc;
|
|
@@ -1629,16 +1623,81 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1629
1623
|
font-size: 14px;
|
|
1630
1624
|
line-height: 40px;
|
|
1631
1625
|
}
|
|
1632
|
-
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-768a430c] {
|
|
1633
|
-
color: #333;
|
|
1634
|
-
cursor: text;
|
|
1626
|
+
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-768a430c] {
|
|
1627
|
+
color: #333;
|
|
1628
|
+
cursor: text;
|
|
1629
|
+
}
|
|
1630
|
+
.app-breadcrumb.el-breadcrumb .el-breadcrumb__item[data-v-768a430c] {
|
|
1631
|
+
padding-left: 5px;
|
|
1632
|
+
}
|
|
1633
|
+
.app-breadcrumb.el-breadcrumb .el-breadcrumb__separator[data-v-768a430c] {
|
|
1634
|
+
margin: 0 5px;
|
|
1635
|
+
}[data-v-990840ae] .super-icon {
|
|
1636
|
+
width: 20px !important;
|
|
1637
|
+
height: 20px !important;
|
|
1638
|
+
}[data-v-455b2ba2] .super-icon {
|
|
1639
|
+
width: 20px !important;
|
|
1640
|
+
height: 20px !important;
|
|
1641
|
+
}.annex-cell[data-v-30804a71] {
|
|
1642
|
+
padding-right: 5px;
|
|
1643
|
+
cursor: pointer;
|
|
1644
|
+
color: #409eff;
|
|
1645
|
+
}
|
|
1646
|
+
.m-requried[data-v-30804a71] {
|
|
1647
|
+
float: left;
|
|
1648
|
+
white-space: nowrap;
|
|
1649
|
+
width: 96%;
|
|
1650
|
+
}
|
|
1651
|
+
.m-requried[data-v-30804a71]::after {
|
|
1652
|
+
content: "*";
|
|
1653
|
+
color: #f56c6c;
|
|
1654
|
+
}
|
|
1655
|
+
.column-text-main[data-v-30804a71] {
|
|
1656
|
+
display: flex;
|
|
1657
|
+
align-items: center;
|
|
1658
|
+
gap: 10px;
|
|
1659
|
+
}
|
|
1660
|
+
.column-text-main .column-text-edit-main[data-v-30804a71] {
|
|
1661
|
+
display: flex;
|
|
1662
|
+
align-items: center;
|
|
1663
|
+
gap: 10px;
|
|
1664
|
+
}
|
|
1665
|
+
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-30804a71] {
|
|
1666
|
+
display: block;
|
|
1667
|
+
white-space: nowrap;
|
|
1668
|
+
overflow: hidden;
|
|
1669
|
+
text-overflow: ellipsis;
|
|
1670
|
+
}
|
|
1671
|
+
.column-text-main .column-text-edit-main[data-v-30804a71]::after {
|
|
1672
|
+
content: " ";
|
|
1673
|
+
position: absolute;
|
|
1674
|
+
left: 0;
|
|
1675
|
+
top: 0;
|
|
1676
|
+
right: 0;
|
|
1677
|
+
bottom: 0;
|
|
1678
|
+
cursor: pointer;
|
|
1679
|
+
}
|
|
1680
|
+
.column-text-main .column-text-edit-main ~ span[data-v-30804a71] {
|
|
1681
|
+
text-align: left;
|
|
1635
1682
|
}
|
|
1636
|
-
.
|
|
1637
|
-
|
|
1683
|
+
.column-text-main .column-text-edit-main ~ span[data-v-30804a71]:empty {
|
|
1684
|
+
display: none;
|
|
1638
1685
|
}
|
|
1639
|
-
.
|
|
1640
|
-
|
|
1641
|
-
}
|
|
1686
|
+
.normal-column-content-view[data-v-30804a71] {
|
|
1687
|
+
display: inline;
|
|
1688
|
+
}
|
|
1689
|
+
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1690
|
+
margin-bottom: 0px;
|
|
1691
|
+
}
|
|
1692
|
+
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1693
|
+
margin-bottom: 5px;
|
|
1694
|
+
text-align: center;
|
|
1695
|
+
}
|
|
1696
|
+
.grid-search-form[data-v-0b145154] .el-select,
|
|
1697
|
+
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1698
|
+
width: 100%;
|
|
1699
|
+
}
|
|
1700
|
+
.grid-search-form[data-v-d462769a] .el-form-item {
|
|
1642
1701
|
margin-bottom: 0px;
|
|
1643
1702
|
}
|
|
1644
1703
|
.grid-search-form[data-v-d462769a] .el-form-item__label {
|
|
@@ -1663,19 +1722,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1663
1722
|
.grid-search-form[data-v-d462769a] .el-col {
|
|
1664
1723
|
padding-left: 10px;
|
|
1665
1724
|
padding-bottom: 16px;
|
|
1666
|
-
}
|
|
1667
|
-
.grid-search-form[data-v-0b145154] .el-form-item {
|
|
1668
|
-
margin-bottom: 0px;
|
|
1669
|
-
}
|
|
1670
|
-
.grid-search-form[data-v-0b145154] .search-btn {
|
|
1671
|
-
margin-bottom: 5px;
|
|
1672
|
-
text-align: center;
|
|
1673
|
-
}
|
|
1674
|
-
.grid-search-form[data-v-0b145154] .el-select,
|
|
1675
|
-
.grid-search-form[data-v-0b145154] .customComponent {
|
|
1676
|
-
width: 100%;
|
|
1677
|
-
}
|
|
1678
|
-
.grid-search-form-mobile[data-v-c8fb4788] {
|
|
1725
|
+
}.grid-search-form-mobile[data-v-c8fb4788] {
|
|
1679
1726
|
overflow: auto;
|
|
1680
1727
|
}
|
|
1681
1728
|
.grid-search-form-mobile[data-v-c8fb4788] .el-form-item {
|
|
@@ -1731,54 +1778,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1731
1778
|
.inline-input-custom {
|
|
1732
1779
|
width: 98%;
|
|
1733
1780
|
}
|
|
1734
|
-
.
|
|
1735
|
-
padding-right: 5px;
|
|
1736
|
-
cursor: pointer;
|
|
1737
|
-
color: #409eff;
|
|
1738
|
-
}
|
|
1739
|
-
.m-requried[data-v-30804a71] {
|
|
1740
|
-
float: left;
|
|
1741
|
-
white-space: nowrap;
|
|
1742
|
-
width: 96%;
|
|
1743
|
-
}
|
|
1744
|
-
.m-requried[data-v-30804a71]::after {
|
|
1745
|
-
content: "*";
|
|
1746
|
-
color: #f56c6c;
|
|
1747
|
-
}
|
|
1748
|
-
.column-text-main[data-v-30804a71] {
|
|
1749
|
-
display: flex;
|
|
1750
|
-
align-items: center;
|
|
1751
|
-
gap: 10px;
|
|
1752
|
-
}
|
|
1753
|
-
.column-text-main .column-text-edit-main[data-v-30804a71] {
|
|
1754
|
-
display: flex;
|
|
1755
|
-
align-items: center;
|
|
1756
|
-
gap: 10px;
|
|
1757
|
-
}
|
|
1758
|
-
.column-text-main .column-text-edit-main [table-column-placeholder][data-v-30804a71] {
|
|
1759
|
-
display: block;
|
|
1760
|
-
white-space: nowrap;
|
|
1761
|
-
overflow: hidden;
|
|
1762
|
-
text-overflow: ellipsis;
|
|
1763
|
-
}
|
|
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;
|
|
1781
|
-
}.fs-upload-tag[data-v-e5cde7de] {
|
|
1781
|
+
.fs-upload-tag[data-v-e5cde7de] {
|
|
1782
1782
|
border: 1px solid #dcdfe6;
|
|
1783
1783
|
padding: 4px 8px;
|
|
1784
1784
|
background-clip: padding-box;
|
|
@@ -1796,44 +1796,7 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
1796
1796
|
.fs-upload-tag-percent[data-v-e5cde7de] {
|
|
1797
1797
|
font-weight: 600;
|
|
1798
1798
|
margin-left: 4px;
|
|
1799
|
-
}.
|
|
1800
|
-
font-size: 12px;
|
|
1801
|
-
}
|
|
1802
|
-
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1803
|
-
border: 1px solid #dcdfe6;
|
|
1804
|
-
padding: 4px 8px;
|
|
1805
|
-
background-clip: padding-box;
|
|
1806
|
-
overflow: hidden;
|
|
1807
|
-
display: inline-flex;
|
|
1808
|
-
align-items: center;
|
|
1809
|
-
}
|
|
1810
|
-
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
1811
|
-
margin-right: 18px;
|
|
1812
|
-
max-width: 160px;
|
|
1813
|
-
overflow: hidden;
|
|
1814
|
-
text-overflow: ellipsis;
|
|
1815
|
-
white-space: nowrap;
|
|
1816
|
-
}
|
|
1817
|
-
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
1818
|
-
font-weight: 600;
|
|
1819
|
-
margin-left: 4px;
|
|
1820
|
-
}
|
|
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 {
|
|
1799
|
+
}[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 {
|
|
1837
1800
|
user-select: text !important;
|
|
1838
1801
|
-webkit-user-select: text !important;
|
|
1839
1802
|
-moz-user-select: text !important;
|
|
@@ -2023,6 +1986,43 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2023
1986
|
.elx-xmarkdown-container[data-v-bc196b97] {
|
|
2024
1987
|
padding: 0;
|
|
2025
1988
|
}
|
|
1989
|
+
.el-button > span[data-v-5bb8bf7f] {
|
|
1990
|
+
font-size: 12px;
|
|
1991
|
+
}
|
|
1992
|
+
.fs-upload-tag[data-v-5bb8bf7f] {
|
|
1993
|
+
border: 1px solid #dcdfe6;
|
|
1994
|
+
padding: 4px 8px;
|
|
1995
|
+
background-clip: padding-box;
|
|
1996
|
+
overflow: hidden;
|
|
1997
|
+
display: inline-flex;
|
|
1998
|
+
align-items: center;
|
|
1999
|
+
}
|
|
2000
|
+
.fs-upload-tag-text[data-v-5bb8bf7f] {
|
|
2001
|
+
margin-right: 18px;
|
|
2002
|
+
max-width: 160px;
|
|
2003
|
+
overflow: hidden;
|
|
2004
|
+
text-overflow: ellipsis;
|
|
2005
|
+
white-space: nowrap;
|
|
2006
|
+
}
|
|
2007
|
+
.fs-upload-tag-percent[data-v-5bb8bf7f] {
|
|
2008
|
+
font-weight: 600;
|
|
2009
|
+
margin-left: 4px;
|
|
2010
|
+
}
|
|
2011
|
+
.additional-data-tag[data-v-7aaab83c] {
|
|
2012
|
+
display: flex;
|
|
2013
|
+
align-items: center;
|
|
2014
|
+
flex-shrink: 0;
|
|
2015
|
+
min-width: max-content;
|
|
2016
|
+
margin-left: auto;
|
|
2017
|
+
gap: 10px;
|
|
2018
|
+
}
|
|
2019
|
+
.additional-data-button[data-v-7aaab83c] {
|
|
2020
|
+
display: flex;
|
|
2021
|
+
align-items: center;
|
|
2022
|
+
justify-content: center;
|
|
2023
|
+
margin-top: 10px;
|
|
2024
|
+
gap: 10px;
|
|
2025
|
+
}
|
|
2026
2026
|
.smb-sidebar-menu-item[data-v-74b8f009] {
|
|
2027
2027
|
position: relative;
|
|
2028
2028
|
--el-menu-item-height: 45px;
|
|
@@ -2059,8 +2059,11 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2059
2059
|
white-space: nowrap;
|
|
2060
2060
|
overflow: hidden;
|
|
2061
2061
|
text-overflow: ellipsis;
|
|
2062
|
-
}[data-v-
|
|
2063
|
-
|
|
2062
|
+
}.is-text-labl.prefix-btn-icon[data-v-e34a61f7] {
|
|
2063
|
+
margin-right: 5px;
|
|
2064
|
+
}
|
|
2065
|
+
.is-text-labl.suffix-btn-icon[data-v-e34a61f7] {
|
|
2066
|
+
margin-left: 5px;
|
|
2064
2067
|
}[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 {
|
|
2065
2068
|
user-select: text !important;
|
|
2066
2069
|
-webkit-user-select: text !important;
|
|
@@ -2252,14 +2255,32 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2252
2255
|
padding: 0;
|
|
2253
2256
|
}
|
|
2254
2257
|
|
|
2255
|
-
.
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2258
|
+
.footer-wrapper {
|
|
2259
|
+
&[data-v-ffbde6f9] {
|
|
2260
|
+
display: flex;
|
|
2261
|
+
align-items: center;
|
|
2262
|
+
justify-content: space-between;
|
|
2263
|
+
gap: 10px;
|
|
2264
|
+
width: 100%;
|
|
2265
|
+
}
|
|
2266
|
+
.footer-time[data-v-ffbde6f9] {
|
|
2267
|
+
font-size: 10px;
|
|
2268
|
+
color: #999;
|
|
2269
|
+
margin-top: 3px;
|
|
2270
|
+
flex-shrink: 0;
|
|
2271
|
+
}
|
|
2272
|
+
}
|
|
2273
|
+
.footer-container {
|
|
2274
|
+
&[data-v-ffbde6f9] {
|
|
2275
|
+
display: flex;
|
|
2276
|
+
gap: 8px;
|
|
2277
|
+
}
|
|
2278
|
+
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2279
|
+
margin-left: 0;
|
|
2280
|
+
}
|
|
2260
2281
|
}
|
|
2261
2282
|
|
|
2262
|
-
.home-chart-iframe[data-v-
|
|
2283
|
+
.home-chart-iframe[data-v-873e1ba1] {
|
|
2263
2284
|
width: 100%;
|
|
2264
2285
|
height: 100%;
|
|
2265
2286
|
border: none;
|
|
@@ -2455,43 +2476,12 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2455
2476
|
.elx-xmarkdown-container[data-v-45fbaf17] {
|
|
2456
2477
|
padding: 0;
|
|
2457
2478
|
}
|
|
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
2479
|
|
|
2472
|
-
.
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
gap: 10px;
|
|
2478
|
-
width: 100%;
|
|
2479
|
-
}
|
|
2480
|
-
.footer-time[data-v-ffbde6f9] {
|
|
2481
|
-
font-size: 10px;
|
|
2482
|
-
color: #999;
|
|
2483
|
-
margin-top: 3px;
|
|
2484
|
-
flex-shrink: 0;
|
|
2485
|
-
}
|
|
2486
|
-
}
|
|
2487
|
-
.footer-container {
|
|
2488
|
-
&[data-v-ffbde6f9] {
|
|
2489
|
-
display: flex;
|
|
2490
|
-
gap: 8px;
|
|
2491
|
-
}
|
|
2492
|
-
[data-v-ffbde6f9] .el-button + .el-button {
|
|
2493
|
-
margin-left: 0;
|
|
2494
|
-
}
|
|
2480
|
+
.home-chart-iframe[data-v-73352a50] {
|
|
2481
|
+
width: 100%;
|
|
2482
|
+
height: 100%;
|
|
2483
|
+
border: none;
|
|
2484
|
+
opacity: 1;
|
|
2495
2485
|
}
|
|
2496
2486
|
[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 {
|
|
2497
2487
|
user-select: text !important;
|
|
@@ -2784,13 +2774,6 @@ iframe.tab-main-content[data-v-80f8eb5e] {
|
|
|
2784
2774
|
.history-item[data-v-1e62eff8]:hover {
|
|
2785
2775
|
background-color: #f5f5f5;
|
|
2786
2776
|
}
|
|
2787
|
-
|
|
2788
|
-
.home-chart-iframe[data-v-873e1ba1] {
|
|
2789
|
-
width: 100%;
|
|
2790
|
-
height: 100%;
|
|
2791
|
-
border: none;
|
|
2792
|
-
opacity: 1;
|
|
2793
|
-
}
|
|
2794
2777
|
[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 {
|
|
2795
2778
|
user-select: text !important;
|
|
2796
2779
|
-webkit-user-select: text !important;
|
|
@@ -3064,6 +3047,27 @@ h4[data-v-6da81be3] {
|
|
|
3064
3047
|
}
|
|
3065
3048
|
.el-divider--vertical[data-v-6da81be3] {
|
|
3066
3049
|
margin: 0 0;
|
|
3050
|
+
}[data-v-41b4cbbd] .el-range-separator {
|
|
3051
|
+
min-width: 20px;
|
|
3052
|
+
}
|
|
3053
|
+
.svg-icon[data-v-f15c5e86] {
|
|
3054
|
+
width: 1.2em;
|
|
3055
|
+
height: 1.2em;
|
|
3056
|
+
vertical-align: -0.25em;
|
|
3057
|
+
fill: currentColor;
|
|
3058
|
+
overflow: initial;
|
|
3059
|
+
}
|
|
3060
|
+
|
|
3061
|
+
.home-chart-iframe[data-v-b9f40acf] {
|
|
3062
|
+
width: 100%;
|
|
3063
|
+
height: 100%;
|
|
3064
|
+
border: none;
|
|
3065
|
+
opacity: 1;
|
|
3066
|
+
}
|
|
3067
|
+
.super-icon[data-v-355d0c18] {
|
|
3068
|
+
width: 1em;
|
|
3069
|
+
height: 1em;
|
|
3070
|
+
font-size: 14px;
|
|
3067
3071
|
}
|
|
3068
3072
|
/* .el-upload-list--picture-card .el-upload-list__item-actions, */
|
|
3069
3073
|
.mobile-item-action[data-v-13b41596] {
|