@wfrog/vc-ui 1.12.3 → 1.13.0
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/es/chunk/{Bw0Rhd-r.mjs → oAsZydDS.mjs} +6 -3
- package/dist/es/components/backbottom/backbottom.mjs +6 -6
- package/dist/es/components/explorer-column-table/explorer-column-table.mjs +5 -5
- package/dist/es/components/explorer-column-table/index.css +12 -12
- package/dist/es/components/explorer-list/explorer-list.d.ts +2 -1
- package/dist/es/components/explorer-list/explorer-list.mjs +18 -12
- package/dist/es/components/explorer-list/explorer-list.vue.d.ts +3 -2
- package/dist/es/components/explorer-list/index.css +18 -18
- package/dist/es/components/explorer-table/explorer-table.mjs +7 -7
- package/dist/es/components/explorer-table/index.css +14 -14
- package/dist/es/components/explorer-tools/explorer-tools.mjs +1 -1
- package/dist/es/components/explorer-tools/explorer-tools.vue.d.ts +1 -1
- package/dist/es/components/explorer-tree/explorer-tree.d.ts +2 -1
- package/dist/es/components/explorer-tree/explorer-tree.mjs +27 -7
- package/dist/es/components/explorer-tree/explorer-tree.vue.d.ts +2 -2
- package/dist/es/components/explorer-tree/index.css +19 -19
- package/dist/es/components/icon-picker/icon-picker.mjs +17 -17
- package/dist/es/components/icon-picker/index.css +27 -27
- package/dist/es/components/pca-picker/index.css +2 -2
- package/dist/es/components/pca-picker/pca-picker.mjs +1 -1
- package/dist/es/components/select/index.css +5 -2
- package/dist/es/components/select/select.mjs +9 -5
- package/dist/es/components/transfer-panel/index.css +22 -22
- package/dist/es/components/transfer-panel/transfer-panel.mjs +10 -10
- package/dist/es/components/tree-picker/index.css +2 -2
- package/dist/es/components/tree-picker/popover-cascader.css +9 -6
- package/dist/es/components/tree-picker/tree-picker.d.ts +2 -0
- package/dist/es/components/tree-picker/tree-picker.mjs +10 -9
- package/dist/es/components/tree-picker/tree-picker.vue.d.ts +1 -0
- package/dist/es/components/tree-select/docs/data.d.ts +2 -0
- package/dist/es/components/tree-select/index.css +48 -0
- package/dist/es/components/tree-select/index.d.ts +4 -0
- package/dist/es/components/tree-select/index.mjs +6 -0
- package/dist/es/components/tree-select/tree-select.d.ts +21 -0
- package/dist/es/components/tree-select/tree-select.mjs +222 -0
- package/dist/es/components/tree-select/tree-select.vue.d.ts +1029 -0
- package/dist/es/components/upload-file/upload-file.mjs +2 -2
- package/dist/es/index.d.ts +1 -0
- package/dist/es/index.mjs +5 -3
- package/dist/global.d.ts +1 -0
- package/dist/index.css +187 -133
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
.
|
|
1
|
+
._wrapper_5hf9g_1 {
|
|
2
2
|
position: sticky;
|
|
3
3
|
left: 100%;
|
|
4
|
-
transform: translateX(var(--
|
|
5
|
-
bottom: var(--
|
|
4
|
+
transform: translateX(var(--b0dc67b4));
|
|
5
|
+
bottom: var(--a033bb7c);
|
|
6
6
|
z-index: 5;
|
|
7
7
|
transition: all 0.3s ease-in-out;
|
|
8
8
|
width: 40px;
|
|
9
9
|
}
|
|
10
|
-
.
|
|
10
|
+
._container_5hf9g_11 {
|
|
11
11
|
position: relative;
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
._body_5hf9g_15 {
|
|
14
14
|
position: absolute;
|
|
15
15
|
display: inline-flex;
|
|
16
16
|
align-items: center;
|
|
@@ -18,17 +18,17 @@
|
|
|
18
18
|
width: 40px;
|
|
19
19
|
height: 40px;
|
|
20
20
|
bottom: 0;
|
|
21
|
-
color: var(--el-color-primary
|
|
21
|
+
color: var(--el-color-primary);
|
|
22
22
|
cursor: pointer;
|
|
23
23
|
background-color: var(--el-bg-color);
|
|
24
24
|
border-radius: 40px;
|
|
25
25
|
box-shadow: var(--el-box-shadow);
|
|
26
26
|
transition: all 0.3s ease-in-out;
|
|
27
27
|
}
|
|
28
|
-
.
|
|
29
|
-
background-color: var(--el-color-
|
|
28
|
+
._body_5hf9g_15:hover {
|
|
29
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
30
30
|
}
|
|
31
|
-
.
|
|
31
|
+
._icon_5hf9g_34 {
|
|
32
32
|
font-size: 20px;
|
|
33
33
|
color: var(--el-color-primary);
|
|
34
34
|
}
|
|
@@ -523,36 +523,36 @@ div._main_k37nc_1 ._header_k37nc_48 {
|
|
|
523
523
|
vertical-align: -0.17em;
|
|
524
524
|
}
|
|
525
525
|
/* source: src/components/explorer-column-table/explorer-column-table.vue */
|
|
526
|
-
div.
|
|
526
|
+
div._table_1vtct_1 {
|
|
527
527
|
flex-grow: 1;
|
|
528
528
|
height: 100px;
|
|
529
529
|
--el-table-header-bg-color: var(--el-color-info-light-9);
|
|
530
|
-
--el-table-row-hover-bg-color: var(--el-color-
|
|
530
|
+
--el-table-row-hover-bg-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
531
531
|
}
|
|
532
|
-
.
|
|
532
|
+
._label_1vtct_8 {
|
|
533
533
|
display: inline-flex;
|
|
534
534
|
width: 100%;
|
|
535
535
|
align-items: center;
|
|
536
536
|
}
|
|
537
|
-
.
|
|
537
|
+
._label_1vtct_8 .el-checkbox {
|
|
538
538
|
width: 100%;
|
|
539
539
|
display: flex;
|
|
540
540
|
align-items: center;
|
|
541
541
|
}
|
|
542
|
-
.
|
|
542
|
+
._label_1vtct_8 .el-checkbox__label {
|
|
543
543
|
min-width: 0;
|
|
544
544
|
overflow: hidden;
|
|
545
545
|
text-overflow: ellipsis;
|
|
546
546
|
white-space: nowrap;
|
|
547
547
|
flex-grow: 1;
|
|
548
548
|
}
|
|
549
|
-
.
|
|
549
|
+
._label_1vtct_8 .iconify {
|
|
550
550
|
margin-left: 4px;
|
|
551
551
|
}
|
|
552
|
-
.
|
|
552
|
+
._handle_1vtct_29 {
|
|
553
553
|
cursor: move;
|
|
554
554
|
}
|
|
555
|
-
._item-
|
|
555
|
+
._item-container_1vtct_33 {
|
|
556
556
|
display: inline-flex;
|
|
557
557
|
align-items: center;
|
|
558
558
|
column-gap: 4px;
|
|
@@ -560,16 +560,16 @@ div._table_oyix4_1 {
|
|
|
560
560
|
line-height: 0;
|
|
561
561
|
vertical-align: middle;
|
|
562
562
|
}
|
|
563
|
-
._item-
|
|
563
|
+
._item-container_1vtct_33 > div {
|
|
564
564
|
vertical-align: middle;
|
|
565
565
|
}
|
|
566
|
-
.
|
|
566
|
+
._truncate_1vtct_45 {
|
|
567
567
|
padding: 0 9px !important;
|
|
568
568
|
}
|
|
569
|
-
.
|
|
569
|
+
._truncate_1vtct_45.el-checkbox--small {
|
|
570
570
|
padding: 0 7px !important;
|
|
571
571
|
}
|
|
572
|
-
.
|
|
572
|
+
._truncate_1vtct_45.el-checkbox--large {
|
|
573
573
|
padding: 0 11px !important;
|
|
574
574
|
}
|
|
575
575
|
/* source: src/components/explorer-container/explorer-container.vue */
|
|
@@ -667,9 +667,9 @@ div._table_oyix4_1 {
|
|
|
667
667
|
margin: 0 -8px;
|
|
668
668
|
}
|
|
669
669
|
/* source: src/components/explorer-list/explorer-list.vue */
|
|
670
|
-
.
|
|
670
|
+
._item_14vaz_1 {
|
|
671
671
|
padding: 4px 8px;
|
|
672
|
-
cursor: var(--
|
|
672
|
+
cursor: var(--v7fa588cc);
|
|
673
673
|
display: flex;
|
|
674
674
|
justify-content: space-between;
|
|
675
675
|
align-items: center;
|
|
@@ -679,60 +679,60 @@ div._table_oyix4_1 {
|
|
|
679
679
|
box-sizing: border-box;
|
|
680
680
|
line-height: 1;
|
|
681
681
|
}
|
|
682
|
-
.
|
|
683
|
-
background-color: var(--el-color-
|
|
682
|
+
._item_14vaz_1:hover {
|
|
683
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
684
684
|
}
|
|
685
|
-
.
|
|
685
|
+
._item_14vaz_1:hover ._actions_14vaz_16 {
|
|
686
686
|
display: inline-flex;
|
|
687
687
|
align-items: flex-start;
|
|
688
688
|
}
|
|
689
|
-
.
|
|
689
|
+
._item_14vaz_1._active_14vaz_20 {
|
|
690
690
|
color: var(--el-color-primary);
|
|
691
|
-
background-color: var(--el-color-
|
|
691
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
692
692
|
}
|
|
693
|
-
.
|
|
693
|
+
._label_14vaz_25 {
|
|
694
694
|
overflow: hidden;
|
|
695
695
|
text-overflow: ellipsis;
|
|
696
696
|
white-space: nowrap;
|
|
697
697
|
--el-checkbox-height: 24px;
|
|
698
698
|
}
|
|
699
|
-
.
|
|
699
|
+
._label_14vaz_25 .iconify {
|
|
700
700
|
margin-right: 4px;
|
|
701
701
|
}
|
|
702
|
-
.
|
|
702
|
+
._label_14vaz_25 .el-checkbox {
|
|
703
703
|
width: 100%;
|
|
704
704
|
}
|
|
705
|
-
.
|
|
705
|
+
._label_14vaz_25 .el-checkbox__label {
|
|
706
706
|
overflow: hidden;
|
|
707
707
|
text-overflow: ellipsis;
|
|
708
708
|
white-space: nowrap;
|
|
709
709
|
color: var(--el-text-color-regular) !important;
|
|
710
710
|
cursor: pointer !important;
|
|
711
711
|
}
|
|
712
|
-
.
|
|
712
|
+
._actions_14vaz_16 {
|
|
713
713
|
display: none;
|
|
714
714
|
column-gap: 4px;
|
|
715
715
|
}
|
|
716
|
-
.
|
|
716
|
+
._actions_14vaz_16 > button {
|
|
717
717
|
margin-left: 0 !important;
|
|
718
718
|
font-size: 1.2em;
|
|
719
719
|
border: 1px solid var(--el-border-color-light) !important;
|
|
720
720
|
}
|
|
721
|
-
.
|
|
721
|
+
._actions_14vaz_16 > button:hover {
|
|
722
722
|
border-color: var(--el-border-color-dark) !important;
|
|
723
723
|
}
|
|
724
|
-
.
|
|
724
|
+
._remove_14vaz_58 {
|
|
725
725
|
transform: translateY(-1px);
|
|
726
726
|
}
|
|
727
|
-
.
|
|
728
|
-
.
|
|
727
|
+
._empty_14vaz_62,
|
|
728
|
+
._loading_14vaz_63 {
|
|
729
729
|
padding: 4px 8px;
|
|
730
730
|
display: flex;
|
|
731
731
|
align-items: center;
|
|
732
732
|
column-gap: 4px;
|
|
733
733
|
color: var(--el-text-color-secondary);
|
|
734
734
|
}
|
|
735
|
-
.
|
|
735
|
+
._scrollbar_14vaz_71 {
|
|
736
736
|
margin: 0 -8px;
|
|
737
737
|
}
|
|
738
738
|
/* source: src/components/explorer-modal-form/explorer-modal-form.vue */
|
|
@@ -806,45 +806,45 @@ div._table_oyix4_1 {
|
|
|
806
806
|
margin-left: 0;
|
|
807
807
|
}
|
|
808
808
|
/* source: src/components/explorer-table/explorer-table.vue */
|
|
809
|
-
._explorer-
|
|
809
|
+
._explorer-table_1dvo4_1 {
|
|
810
810
|
display: flex;
|
|
811
811
|
flex-direction: column;
|
|
812
812
|
flex-grow: 1;
|
|
813
813
|
}
|
|
814
|
-
div.
|
|
814
|
+
div._table_1dvo4_7 {
|
|
815
815
|
flex-grow: 1;
|
|
816
816
|
height: 100px;
|
|
817
817
|
--el-table-header-bg-color: var(--el-color-info-light-9);
|
|
818
|
-
--el-table-row-hover-bg-color: var(--el-color-
|
|
818
|
+
--el-table-row-hover-bg-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
819
819
|
}
|
|
820
|
-
div.
|
|
820
|
+
div._table_1dvo4_7 .el-scrollbar__view {
|
|
821
821
|
min-height: 100%;
|
|
822
822
|
height: 100px;
|
|
823
823
|
}
|
|
824
|
-
div.
|
|
824
|
+
div._table_1dvo4_7 .el-table__header-wrapper .el-table__cell:hover {
|
|
825
825
|
border-right-color: var(--el-color-primary-light-5) !important;
|
|
826
826
|
}
|
|
827
|
-
div.
|
|
827
|
+
div._table_1dvo4_7 .el-table__column-resize-proxy {
|
|
828
828
|
border-color: var(--el-color-primary);
|
|
829
829
|
}
|
|
830
|
-
div.
|
|
831
|
-
display: var(--
|
|
830
|
+
div._table_1dvo4_7 .el-table__empty-block {
|
|
831
|
+
display: var(--dc3c53f8);
|
|
832
832
|
}
|
|
833
|
-
.
|
|
833
|
+
._selection_1dvo4_27 .cell {
|
|
834
834
|
display: flex;
|
|
835
835
|
align-items: center;
|
|
836
836
|
}
|
|
837
|
-
.
|
|
837
|
+
._radio_1dvo4_32 {
|
|
838
838
|
height: unset;
|
|
839
839
|
}
|
|
840
|
-
.
|
|
840
|
+
._radio_1dvo4_32 .el-radio__label {
|
|
841
841
|
display: none;
|
|
842
842
|
}
|
|
843
|
-
.
|
|
843
|
+
._checkbox_1dvo4_39 {
|
|
844
844
|
height: unset;
|
|
845
845
|
}
|
|
846
|
-
._selected-
|
|
847
|
-
background-color: var(--el-color-
|
|
846
|
+
._selected-row_1dvo4_43 td.el-table__cell {
|
|
847
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light)) !important;
|
|
848
848
|
}
|
|
849
849
|
/* source: src/components/explorer-tools/components/column-setter.vue,src/components/explorer-tools/explorer-tools.vue */
|
|
850
850
|
._header_8k9xf_1 {
|
|
@@ -911,32 +911,32 @@ div._divider_8k9xf_21 {
|
|
|
911
911
|
height: 100% !important;
|
|
912
912
|
}
|
|
913
913
|
/* source: src/components/explorer-tree/explorer-tree.vue */
|
|
914
|
-
.
|
|
914
|
+
._tree_oy44a_1 .el-tree-node__content {
|
|
915
915
|
display: flex;
|
|
916
916
|
align-items: center;
|
|
917
917
|
}
|
|
918
|
-
.
|
|
919
|
-
background-color: var(--el-color-
|
|
918
|
+
._tree_oy44a_1 .el-tree-node__content:hover {
|
|
919
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
920
920
|
}
|
|
921
|
-
.
|
|
921
|
+
._tree_oy44a_1 .el-tree-node__content:hover .vc-actions {
|
|
922
922
|
display: inline-flex;
|
|
923
923
|
}
|
|
924
|
-
.
|
|
925
|
-
background-color: var(--el-color-
|
|
924
|
+
._tree_oy44a_1 .el-tree-node:focus > .el-tree-node__content {
|
|
925
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
926
926
|
}
|
|
927
|
-
.
|
|
927
|
+
._tree_oy44a_1 .is-current > .el-tree-node__content {
|
|
928
928
|
color: var(--el-color-primary);
|
|
929
|
-
background-color: var(--el-color-
|
|
929
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light)) !important;
|
|
930
930
|
}
|
|
931
|
-
.
|
|
931
|
+
._tree_oy44a_1 .el-tree__empty-block {
|
|
932
932
|
text-align: left;
|
|
933
933
|
min-height: unset;
|
|
934
934
|
padding: 4px 8px;
|
|
935
935
|
}
|
|
936
|
-
.
|
|
936
|
+
._tree_oy44a_1 .el-tree__empty-text {
|
|
937
937
|
position: static;
|
|
938
938
|
}
|
|
939
|
-
.
|
|
939
|
+
._node_oy44a_27 {
|
|
940
940
|
display: flex;
|
|
941
941
|
justify-content: space-between;
|
|
942
942
|
align-items: center;
|
|
@@ -945,38 +945,38 @@ div._divider_8k9xf_21 {
|
|
|
945
945
|
box-sizing: border-box;
|
|
946
946
|
width: 100px;
|
|
947
947
|
}
|
|
948
|
-
.
|
|
948
|
+
._label_oy44a_37 {
|
|
949
949
|
overflow: hidden;
|
|
950
950
|
text-overflow: ellipsis;
|
|
951
951
|
white-space: nowrap;
|
|
952
952
|
transform: translateY(-1px);
|
|
953
953
|
}
|
|
954
|
-
.
|
|
954
|
+
._label_oy44a_37 .iconify {
|
|
955
955
|
margin-right: 4px;
|
|
956
956
|
}
|
|
957
|
-
.
|
|
957
|
+
._actions_oy44a_47 {
|
|
958
958
|
display: none;
|
|
959
959
|
column-gap: 4px;
|
|
960
960
|
}
|
|
961
|
-
.
|
|
961
|
+
._actions_oy44a_47 > button {
|
|
962
962
|
margin-left: 0 !important;
|
|
963
963
|
font-size: 1.2em;
|
|
964
964
|
border: 1px solid var(--el-border-color-light) !important;
|
|
965
965
|
}
|
|
966
|
-
.
|
|
966
|
+
._actions_oy44a_47 > button:hover {
|
|
967
967
|
border-color: var(--el-border-color-dark) !important;
|
|
968
968
|
}
|
|
969
|
-
.
|
|
969
|
+
._remove_oy44a_60 {
|
|
970
970
|
transform: translateY(-1px);
|
|
971
971
|
}
|
|
972
|
-
.
|
|
972
|
+
._loading_oy44a_64 {
|
|
973
973
|
padding: 4px 8px;
|
|
974
974
|
display: flex;
|
|
975
975
|
align-items: center;
|
|
976
976
|
column-gap: 4px;
|
|
977
977
|
color: var(--el-text-color-secondary);
|
|
978
978
|
}
|
|
979
|
-
.
|
|
979
|
+
._scrollbar_oy44a_72 {
|
|
980
980
|
margin: 0 -8px;
|
|
981
981
|
}
|
|
982
982
|
/* source: src/components/explorer/explorer.vue */
|
|
@@ -1019,36 +1019,36 @@ div._explorer_volay_1 :glbal ._el-splitter__mask_volay_9 {
|
|
|
1019
1019
|
flex-shrink: 0;
|
|
1020
1020
|
}
|
|
1021
1021
|
/* source: src/components/icon-picker/components/collections.vue,src/components/icon-picker/components/panel.vue,src/components/icon-picker/icon-picker.vue */
|
|
1022
|
-
.
|
|
1022
|
+
._wrapper_1do9r_1 {
|
|
1023
1023
|
height: 100%;
|
|
1024
1024
|
display: flex;
|
|
1025
1025
|
flex-direction: column;
|
|
1026
1026
|
}
|
|
1027
|
-
._search-
|
|
1027
|
+
._search-wrapper_1do9r_7 {
|
|
1028
1028
|
position: sticky;
|
|
1029
1029
|
top: 0;
|
|
1030
1030
|
padding-bottom: 4px;
|
|
1031
1031
|
background-color: var(--el-bg-color);
|
|
1032
1032
|
}
|
|
1033
|
-
.
|
|
1033
|
+
._container_1do9r_14 {
|
|
1034
1034
|
display: flex;
|
|
1035
1035
|
flex-direction: column;
|
|
1036
1036
|
row-gap: 4px;
|
|
1037
1037
|
}
|
|
1038
|
-
.
|
|
1038
|
+
._collection_1do9r_20 {
|
|
1039
1039
|
border: 1px solid var(--el-input-border-color);
|
|
1040
1040
|
border-radius: 4px;
|
|
1041
1041
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
1042
1042
|
padding: 4px;
|
|
1043
1043
|
cursor: pointer;
|
|
1044
1044
|
}
|
|
1045
|
-
.
|
|
1046
|
-
background-color: var(--el-color-
|
|
1045
|
+
._collection_1do9r_20._active_1do9r_27 {
|
|
1046
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
1047
1047
|
}
|
|
1048
|
-
.
|
|
1049
|
-
background-color: var(--el-color-
|
|
1048
|
+
._collection_1do9r_20:hover {
|
|
1049
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
1050
1050
|
}
|
|
1051
|
-
.
|
|
1051
|
+
._collection_1do9r_20 h5 {
|
|
1052
1052
|
font-size: 14px;
|
|
1053
1053
|
overflow: hidden;
|
|
1054
1054
|
text-overflow: ellipsis;
|
|
@@ -1056,40 +1056,40 @@ div._explorer_volay_1 :glbal ._el-splitter__mask_volay_9 {
|
|
|
1056
1056
|
margin: 0;
|
|
1057
1057
|
color: var(--el-text-color-regular);
|
|
1058
1058
|
}
|
|
1059
|
-
.
|
|
1059
|
+
._collection_1do9r_20 h5 span {
|
|
1060
1060
|
color: var(--el-text-color-secondary);
|
|
1061
1061
|
margin-right: 4px;
|
|
1062
1062
|
}
|
|
1063
|
-
.
|
|
1063
|
+
._icons_1do9r_46 {
|
|
1064
1064
|
font-size: 24px;
|
|
1065
1065
|
display: flex;
|
|
1066
1066
|
column-gap: 4px;
|
|
1067
|
-
}.
|
|
1067
|
+
}._panel_hn29n_1 {
|
|
1068
1068
|
position: relative;
|
|
1069
1069
|
}
|
|
1070
|
-
.
|
|
1070
|
+
._wrapper_hn29n_5 {
|
|
1071
1071
|
background-color: var(--el-popover-bg-color);
|
|
1072
1072
|
position: relative;
|
|
1073
1073
|
z-index: 5;
|
|
1074
1074
|
}
|
|
1075
|
-
._search-
|
|
1075
|
+
._search-input_hn29n_11 .el-input-group__prepend {
|
|
1076
1076
|
padding: 0 16px;
|
|
1077
1077
|
}
|
|
1078
|
-
button._collections-
|
|
1078
|
+
button._collections-button_hn29n_15 {
|
|
1079
1079
|
padding: 0;
|
|
1080
1080
|
width: 50px;
|
|
1081
1081
|
display: inline-flex !important;
|
|
1082
1082
|
justify-content: center;
|
|
1083
1083
|
align-items: center;
|
|
1084
1084
|
}
|
|
1085
|
-
button._collections-
|
|
1085
|
+
button._collections-button_hn29n_15:hover .el-icon {
|
|
1086
1086
|
color: var(--el-color-primary);
|
|
1087
1087
|
}
|
|
1088
|
-
button._collections-
|
|
1088
|
+
button._collections-button_hn29n_15 .el-icon {
|
|
1089
1089
|
font-size: 24px;
|
|
1090
1090
|
transition: color 0.3s;
|
|
1091
1091
|
}
|
|
1092
|
-
._collections-
|
|
1092
|
+
._collections-wrapper_hn29n_30 {
|
|
1093
1093
|
position: absolute;
|
|
1094
1094
|
top: -13px;
|
|
1095
1095
|
left: 0;
|
|
@@ -1103,16 +1103,16 @@ button._collections-button_13zo4_15 .el-icon {
|
|
|
1103
1103
|
border: 1px solid var(--el-popover-border-color);
|
|
1104
1104
|
box-sizing: border-box;
|
|
1105
1105
|
}
|
|
1106
|
-
._collections-
|
|
1106
|
+
._collections-wrapper_hn29n_30._shadow_hn29n_44 {
|
|
1107
1107
|
box-shadow: var(--el-box-shadow-light);
|
|
1108
1108
|
}
|
|
1109
|
-
._collections-
|
|
1109
|
+
._collections-wrapper_hn29n_30._visible_hn29n_47 {
|
|
1110
1110
|
left: -212px;
|
|
1111
1111
|
}
|
|
1112
|
-
._collections-
|
|
1112
|
+
._collections-wrapper_hn29n_30._hidden_hn29n_50 {
|
|
1113
1113
|
opacity: 0;
|
|
1114
1114
|
}
|
|
1115
|
-
.
|
|
1115
|
+
._container_hn29n_54 {
|
|
1116
1116
|
list-style: none;
|
|
1117
1117
|
padding: 8px 0 0;
|
|
1118
1118
|
margin: 0;
|
|
@@ -1123,19 +1123,19 @@ button._collections-button_13zo4_15 .el-icon {
|
|
|
1123
1123
|
height: 174px;
|
|
1124
1124
|
font-size: 24px;
|
|
1125
1125
|
}
|
|
1126
|
-
.
|
|
1126
|
+
._container_hn29n_54 li {
|
|
1127
1127
|
padding: 4px;
|
|
1128
1128
|
cursor: pointer;
|
|
1129
1129
|
border-radius: 4px;
|
|
1130
1130
|
line-height: 0;
|
|
1131
1131
|
}
|
|
1132
|
-
.
|
|
1133
|
-
background-color: var(--el-color-
|
|
1132
|
+
._container_hn29n_54 li:hover {
|
|
1133
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
1134
1134
|
}
|
|
1135
|
-
.
|
|
1135
|
+
._divider_hn29n_75 {
|
|
1136
1136
|
margin: 4px 0;
|
|
1137
1137
|
}
|
|
1138
|
-
.
|
|
1138
|
+
._pagination_hn29n_79 {
|
|
1139
1139
|
justify-content: center;
|
|
1140
1140
|
}._input_yhkzo_1 .el-input-group__prepend {
|
|
1141
1141
|
padding: 0 4px;
|
|
@@ -1284,7 +1284,7 @@ div._input-width_wnpjs_1 {
|
|
|
1284
1284
|
}
|
|
1285
1285
|
.vc-pca-item.active {
|
|
1286
1286
|
color: var(--el-color-primary);
|
|
1287
|
-
background-color: var(--el-color-
|
|
1287
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
1288
1288
|
border-color: var(--el-color-primary-light-7);
|
|
1289
1289
|
}
|
|
1290
1290
|
.vc-pca-item.active.active-mark {
|
|
@@ -1304,7 +1304,7 @@ div._input-width_wnpjs_1 {
|
|
|
1304
1304
|
}
|
|
1305
1305
|
.vc-pca-item:hover {
|
|
1306
1306
|
color: var(--el-color-primary);
|
|
1307
|
-
background-color: var(--el-color-
|
|
1307
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
1308
1308
|
border-color: var(--el-color-primary-light-7);
|
|
1309
1309
|
}._popover_qj0am_1 {
|
|
1310
1310
|
width: auto !important;
|
|
@@ -1341,28 +1341,31 @@ div._input-width_wnpjs_1 {
|
|
|
1341
1341
|
display: none;
|
|
1342
1342
|
}
|
|
1343
1343
|
/* source: src/components/tree-picker/components/popover-cascader.vue */
|
|
1344
|
-
.
|
|
1344
|
+
._selected_62www_1 {
|
|
1345
1345
|
box-sizing: border-box;
|
|
1346
1346
|
flex: 1 1 180px;
|
|
1347
1347
|
min-width: 180px;
|
|
1348
1348
|
height: 206px;
|
|
1349
1349
|
margin-right: 8px;
|
|
1350
|
-
border: 1px solid
|
|
1350
|
+
border: 1px solid var(--el-border-color-light);
|
|
1351
1351
|
border-radius: 4px;
|
|
1352
1352
|
}
|
|
1353
|
-
.
|
|
1353
|
+
._selected_62www_1 .el-scrollbar {
|
|
1354
1354
|
height: 100%;
|
|
1355
1355
|
}
|
|
1356
|
-
.
|
|
1356
|
+
._selected_62www_1 .el-tree {
|
|
1357
1357
|
height: 100%;
|
|
1358
1358
|
margin: 6px 20px 6px 0;
|
|
1359
1359
|
}
|
|
1360
|
-
.
|
|
1360
|
+
._selected_62www_1 .el-scrollbar__wrap {
|
|
1361
1361
|
overflow-x: hidden;
|
|
1362
1362
|
}
|
|
1363
|
-
.
|
|
1363
|
+
._selected_62www_1 .el-tree__empty-block {
|
|
1364
1364
|
transform: translateX(10px);
|
|
1365
1365
|
}
|
|
1366
|
+
._cascader-panel_62www_24 {
|
|
1367
|
+
--el-cascader-node-background-hover: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
1368
|
+
}
|
|
1366
1369
|
/* source: src/components/screenfull/screenfull.vue */
|
|
1367
1370
|
._main_65031_1 {
|
|
1368
1371
|
display: inline-flex;
|
|
@@ -1398,8 +1401,11 @@ div._input-width_wnpjs_1 {
|
|
|
1398
1401
|
height: 10px;
|
|
1399
1402
|
}
|
|
1400
1403
|
/* source: src/components/select/select.vue */
|
|
1401
|
-
|
|
1402
|
-
|
|
1404
|
+
._popper_jk1e7_1 .el-select-dropdown__item.is-hovering {
|
|
1405
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
1406
|
+
}
|
|
1407
|
+
div._select-width_jk1e7_5 {
|
|
1408
|
+
width: var(--f34400f4);
|
|
1403
1409
|
}
|
|
1404
1410
|
/* source: src/components/single-player/single-player.vue */
|
|
1405
1411
|
._main_15lus_1 {
|
|
@@ -1604,15 +1610,15 @@ span._draggable_1tp7v_5 > * {
|
|
|
1604
1610
|
visibility: hidden;
|
|
1605
1611
|
}
|
|
1606
1612
|
/* source: src/components/transfer-panel/components/transfer-child-panel.vue,src/components/transfer-panel/transfer-panel.vue */
|
|
1607
|
-
._transfer-child-
|
|
1613
|
+
._transfer-child-panel_hjbgd_1 {
|
|
1608
1614
|
display: flex;
|
|
1609
1615
|
flex-direction: column;
|
|
1610
1616
|
padding: 4px;
|
|
1611
1617
|
position: relative;
|
|
1612
1618
|
row-gap: 4px;
|
|
1613
|
-
width: var(--
|
|
1619
|
+
width: var(--v5cf19ff4);
|
|
1614
1620
|
}
|
|
1615
|
-
.
|
|
1621
|
+
._item_hjbgd_10 {
|
|
1616
1622
|
padding: 4px 8px;
|
|
1617
1623
|
display: flex;
|
|
1618
1624
|
justify-content: space-between;
|
|
@@ -1623,41 +1629,41 @@ span._draggable_1tp7v_5 > * {
|
|
|
1623
1629
|
box-sizing: border-box;
|
|
1624
1630
|
line-height: 1;
|
|
1625
1631
|
}
|
|
1626
|
-
.
|
|
1632
|
+
._item_hjbgd_10._source_hjbgd_21 {
|
|
1627
1633
|
cursor: pointer;
|
|
1628
1634
|
}
|
|
1629
|
-
.
|
|
1630
|
-
background-color: var(--el-color-
|
|
1635
|
+
._item_hjbgd_10:hover {
|
|
1636
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
1631
1637
|
}
|
|
1632
|
-
.
|
|
1638
|
+
._item_hjbgd_10:hover ._actions_hjbgd_27 {
|
|
1633
1639
|
display: inline-flex;
|
|
1634
1640
|
align-items: flex-start;
|
|
1635
1641
|
}
|
|
1636
|
-
.
|
|
1642
|
+
._item_hjbgd_10._active_hjbgd_31 {
|
|
1637
1643
|
color: var(--el-color-primary);
|
|
1638
|
-
background-color: var(--el-color-
|
|
1644
|
+
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
1639
1645
|
}
|
|
1640
|
-
.
|
|
1646
|
+
._label_hjbgd_36 {
|
|
1641
1647
|
overflow: hidden;
|
|
1642
1648
|
text-overflow: ellipsis;
|
|
1643
1649
|
white-space: nowrap;
|
|
1644
1650
|
}
|
|
1645
|
-
.
|
|
1651
|
+
._icon_hjbgd_42 {
|
|
1646
1652
|
margin-right: 4px;
|
|
1647
1653
|
}
|
|
1648
|
-
.
|
|
1654
|
+
._actions_hjbgd_27 {
|
|
1649
1655
|
display: none;
|
|
1650
1656
|
column-gap: 4px;
|
|
1651
1657
|
}
|
|
1652
|
-
.
|
|
1658
|
+
._actions_hjbgd_27 > button {
|
|
1653
1659
|
margin-left: 0 !important;
|
|
1654
1660
|
font-size: 1.2em;
|
|
1655
1661
|
border: 1px solid var(--el-border-color-light) !important;
|
|
1656
1662
|
}
|
|
1657
|
-
.
|
|
1663
|
+
._actions_hjbgd_27 > button:hover {
|
|
1658
1664
|
border-color: var(--el-border-color-dark) !important;
|
|
1659
1665
|
}
|
|
1660
|
-
.
|
|
1666
|
+
._operation_hjbgd_59 {
|
|
1661
1667
|
position: absolute;
|
|
1662
1668
|
z-index: 10;
|
|
1663
1669
|
bottom: 0;
|
|
@@ -1670,26 +1676,26 @@ span._draggable_1tp7v_5 > * {
|
|
|
1670
1676
|
background-color: var(--el-bg-color-page);
|
|
1671
1677
|
cursor: pointer;
|
|
1672
1678
|
}
|
|
1673
|
-
.
|
|
1679
|
+
._operation_hjbgd_59:hover .el-text {
|
|
1674
1680
|
color: var(--el-color-primary);
|
|
1675
1681
|
}
|
|
1676
|
-
._transfer-child-
|
|
1682
|
+
._transfer-child-panel_hjbgd_1._disabled_hjbgd_76 ._item_hjbgd_10 {
|
|
1677
1683
|
cursor: not-allowed;
|
|
1678
1684
|
}
|
|
1679
|
-
._transfer-child-
|
|
1685
|
+
._transfer-child-panel_hjbgd_1._disabled_hjbgd_76 ._item_hjbgd_10:hover {
|
|
1680
1686
|
background-color: inherit;
|
|
1681
1687
|
}
|
|
1682
|
-
._transfer-child-
|
|
1688
|
+
._transfer-child-panel_hjbgd_1._disabled_hjbgd_76 ._item_hjbgd_10._active_hjbgd_31 {
|
|
1683
1689
|
color: var(--el-color-info);
|
|
1684
1690
|
background-color: var(--el-fill-color-light);
|
|
1685
1691
|
}
|
|
1686
|
-
._transfer-child-
|
|
1692
|
+
._transfer-child-panel_hjbgd_1._disabled_hjbgd_76 ._actions_hjbgd_27 {
|
|
1687
1693
|
display: none !important;
|
|
1688
1694
|
}
|
|
1689
|
-
._transfer-child-
|
|
1695
|
+
._transfer-child-panel_hjbgd_1._disabled_hjbgd_76 ._operation_hjbgd_59 {
|
|
1690
1696
|
cursor: not-allowed;
|
|
1691
1697
|
}
|
|
1692
|
-
._transfer-child-
|
|
1698
|
+
._transfer-child-panel_hjbgd_1._disabled_hjbgd_76 ._operation_hjbgd_59:hover .el-text {
|
|
1693
1699
|
color: var(--el-color-info);
|
|
1694
1700
|
}._transfer-panel_1mztg_1 {
|
|
1695
1701
|
display: flex;
|
|
@@ -1747,7 +1753,7 @@ span._draggable_1tp7v_5 > * {
|
|
|
1747
1753
|
min-width: 80px;
|
|
1748
1754
|
}
|
|
1749
1755
|
._wrapper_xrmgt_13 {
|
|
1750
|
-
width: var(--
|
|
1756
|
+
width: var(--v1ccda07a);
|
|
1751
1757
|
}
|
|
1752
1758
|
._wrapper_xrmgt_13 .el-tag .el-icon {
|
|
1753
1759
|
display: none;
|
|
@@ -1759,7 +1765,7 @@ span._draggable_1tp7v_5 > * {
|
|
|
1759
1765
|
box-shadow: 0 0 0 1px var(--el-input-focus-border-color, var(--el-color-primary)) inset !important;
|
|
1760
1766
|
}
|
|
1761
1767
|
._cascader-width_xrmgt_27 {
|
|
1762
|
-
width: var(--
|
|
1768
|
+
width: var(--v1ccda07a);
|
|
1763
1769
|
}
|
|
1764
1770
|
._is-active_xrmgt_31 .el-input__inner {
|
|
1765
1771
|
border-color: var(--color-primary);
|
|
@@ -1773,6 +1779,54 @@ span._draggable_1tp7v_5 > * {
|
|
|
1773
1779
|
._cascader-panel_xrmgt_42 .el-cascader-panel {
|
|
1774
1780
|
display: none;
|
|
1775
1781
|
}
|
|
1782
|
+
/* source: src/components/tree-select/tree-select.vue */
|
|
1783
|
+
._popover_miab9_1 {
|
|
1784
|
+
width: auto !important;
|
|
1785
|
+
min-width: 80px !important;
|
|
1786
|
+
padding: 0 !important;
|
|
1787
|
+
}
|
|
1788
|
+
._container_miab9_7 {
|
|
1789
|
+
min-width: 240px;
|
|
1790
|
+
width: fit-content;
|
|
1791
|
+
height: 225px;
|
|
1792
|
+
}
|
|
1793
|
+
._container_miab9_7 .el-tree-node__content {
|
|
1794
|
+
--el-tree-node-hover-bg-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
1795
|
+
padding-right: 32px;
|
|
1796
|
+
}
|
|
1797
|
+
._container_miab9_7 .el-scrollbar__wrap {
|
|
1798
|
+
overflow-x: hidden;
|
|
1799
|
+
}
|
|
1800
|
+
._scrollbar-view_miab9_20 {
|
|
1801
|
+
padding: 4px 0;
|
|
1802
|
+
}
|
|
1803
|
+
._wrapper_miab9_24 {
|
|
1804
|
+
width: var(--v53d289be);
|
|
1805
|
+
}
|
|
1806
|
+
._wrapper_miab9_24 .el-tag .el-icon {
|
|
1807
|
+
display: none;
|
|
1808
|
+
}
|
|
1809
|
+
._cascader_miab9_31 {
|
|
1810
|
+
width: 100%;
|
|
1811
|
+
}
|
|
1812
|
+
._cascader_miab9_31 .el-input__wrapper.is-focus {
|
|
1813
|
+
box-shadow: 0 0 0 1px var(--el-input-focus-border-color, var(--el-color-primary)) inset !important;
|
|
1814
|
+
}
|
|
1815
|
+
._cascader-width_miab9_38 {
|
|
1816
|
+
width: var(--v53d289be);
|
|
1817
|
+
}
|
|
1818
|
+
._is-active_miab9_42 .el-input__inner {
|
|
1819
|
+
border-color: var(--color-primary);
|
|
1820
|
+
}
|
|
1821
|
+
._is-active_miab9_42 .el-icon {
|
|
1822
|
+
transform: rotateZ(-180deg) !important;
|
|
1823
|
+
}
|
|
1824
|
+
._cascader-popover_miab9_49.el-cascader__dropdown {
|
|
1825
|
+
display: none;
|
|
1826
|
+
}
|
|
1827
|
+
._cascader-panel_miab9_53 .el-cascader-panel {
|
|
1828
|
+
display: none;
|
|
1829
|
+
}
|
|
1776
1830
|
/* source: src/components/upload-file/upload-file.vue */
|
|
1777
1831
|
._uploader_xut4u_1 {
|
|
1778
1832
|
display: inline-block;
|