giime 0.9.0 → 0.9.2
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.css +150 -146
- package/es/components/__tests__/base/tableColumn.test.d.ts +1 -0
- package/es/components/src/base/alert/Alert.vue.d.ts +1 -1
- package/es/components/src/base/alert/index.d.ts +3 -3
- package/es/components/src/base/cascader/Cascader.vue.d.ts +1 -1
- package/es/components/src/base/cascader/index.d.ts +3 -3
- package/es/components/src/base/col/Col.vue.d.ts +1 -1
- package/es/components/src/base/col/index.d.ts +3 -3
- package/es/components/src/base/dropdown/Dropdown.vue.d.ts +1 -1
- package/es/components/src/base/dropdown/index.d.ts +3 -3
- package/es/components/src/base/image/Image.vue.d.ts +3 -3
- package/es/components/src/base/image/image.d.ts +1 -1
- package/es/components/src/base/image/index.d.ts +7 -7
- package/es/components/src/base/popconfirm/Popconfirm.vue.d.ts +1 -1
- package/es/components/src/base/popconfirm/index.d.ts +3 -3
- package/es/components/src/base/popover/Popover.vue.d.ts +1 -1
- package/es/components/src/base/popover/index.d.ts +3 -3
- package/es/components/src/base/radioGroup/RadioGroup.vue.d.ts +1 -1
- package/es/components/src/base/radioGroup/index.d.ts +3 -3
- package/es/components/src/base/select/Select.vue.d.ts +1 -1
- package/es/components/src/base/select/index.d.ts +3 -3
- package/es/components/src/base/selectV2/SelectV2.vue.d.ts +1 -1
- package/es/components/src/base/selectV2/index.d.ts +3 -3
- package/es/components/src/base/space/Space.vue.d.ts +1 -1
- package/es/components/src/base/space/index.d.ts +3 -3
- package/es/components/src/base/table/Table.vue.d.ts +4 -4
- package/es/components/src/base/table/index.d.ts +8 -8
- package/es/components/src/base/table/table.d.ts +2 -2
- package/es/components/src/base/tableColumn/TableColumn.vue.d.ts +8 -6
- package/es/components/src/base/tableColumn/TableColumn.vue2.mjs +83 -24
- package/es/components/src/base/tableColumn/TableColumn.vue2.mjs.map +1 -1
- package/es/components/src/base/tableColumn/index.d.ts +9 -7
- package/es/components/src/base/tableColumn/tableColumn.d.ts +1 -1
- package/es/components/src/base/tag/Tag.vue.d.ts +1 -1
- package/es/components/src/base/tag/index.d.ts +3 -3
- package/es/components/src/base/timeSelect/TimeSelect.vue.d.ts +1 -1
- package/es/components/src/base/timeSelect/index.d.ts +3 -3
- package/es/components/src/base/tooltip/Tooltip.vue.d.ts +1 -1
- package/es/components/src/base/tooltip/index.d.ts +3 -3
- package/es/components/src/base/treeSelect/TreeSelect.vue.d.ts +1 -1
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs +55 -5
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs.map +1 -1
- package/es/components/src/composite/selectOptions/SelectOptions.vue.d.ts +1 -1
- package/es/components/src/composite/selectOptions/index.d.ts +3 -3
- package/es/components/src/composite/tableCustom/TableColumnVNodeRenderer.d.ts +35 -0
- package/es/components/src/composite/tableCustom/TableColumnVNodeRenderer.mjs +102 -0
- package/es/components/src/composite/tableCustom/TableColumnVNodeRenderer.mjs.map +1 -0
- package/es/components/src/composite/tableCustom/TableCustom.vue.d.ts +5 -5
- package/es/components/src/composite/tableCustom/TableCustom.vue.mjs +1 -1
- package/es/components/src/composite/tableCustom/TableCustom.vue2.mjs +5 -7
- package/es/components/src/composite/tableCustom/TableCustom.vue2.mjs.map +1 -1
- package/es/components/src/composite/tableCustom/index.d.ts +11 -11
- package/es/components/src/composite/tableCustom/tableCustom.d.ts +2 -2
- package/es/components/src/composite/tablePro/TablePro.vue.d.ts +5 -5
- package/es/components/src/composite/tablePro/index.d.ts +11 -11
- package/es/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.d.ts +3 -3
- package/es/components/src/composite/tablePro/tableColumnPro/index.d.ts +7 -7
- package/es/components/src/composite/tablePro/tableColumnPro/tableColumnPro.d.ts +1 -1
- package/es/components/src/composite/tablePro/tablePro.d.ts +2 -2
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/es/hooks/store/useLogin/index.d.ts +20 -2
- package/es/hooks/store/useLogin/index.mjs +29 -3
- package/es/hooks/store/useLogin/index.mjs.map +1 -1
- package/es/index.css +150 -146
- package/lib/components/__tests__/base/tableColumn.test.d.ts +1 -0
- package/lib/components/src/base/alert/Alert.vue.d.ts +1 -1
- package/lib/components/src/base/alert/index.d.ts +3 -3
- package/lib/components/src/base/cascader/Cascader.vue.d.ts +1 -1
- package/lib/components/src/base/cascader/index.d.ts +3 -3
- package/lib/components/src/base/col/Col.vue.d.ts +1 -1
- package/lib/components/src/base/col/index.d.ts +3 -3
- package/lib/components/src/base/dropdown/Dropdown.vue.d.ts +1 -1
- package/lib/components/src/base/dropdown/index.d.ts +3 -3
- package/lib/components/src/base/image/Image.vue.d.ts +3 -3
- package/lib/components/src/base/image/image.d.ts +1 -1
- package/lib/components/src/base/image/index.d.ts +7 -7
- package/lib/components/src/base/popconfirm/Popconfirm.vue.d.ts +1 -1
- package/lib/components/src/base/popconfirm/index.d.ts +3 -3
- package/lib/components/src/base/popover/Popover.vue.d.ts +1 -1
- package/lib/components/src/base/popover/index.d.ts +3 -3
- package/lib/components/src/base/radioGroup/RadioGroup.vue.d.ts +1 -1
- package/lib/components/src/base/radioGroup/index.d.ts +3 -3
- package/lib/components/src/base/select/Select.vue.d.ts +1 -1
- package/lib/components/src/base/select/index.d.ts +3 -3
- package/lib/components/src/base/selectV2/SelectV2.vue.d.ts +1 -1
- package/lib/components/src/base/selectV2/index.d.ts +3 -3
- package/lib/components/src/base/space/Space.vue.d.ts +1 -1
- package/lib/components/src/base/space/index.d.ts +3 -3
- package/lib/components/src/base/table/Table.vue.d.ts +4 -4
- package/lib/components/src/base/table/index.d.ts +8 -8
- package/lib/components/src/base/table/table.d.ts +2 -2
- package/lib/components/src/base/tableColumn/TableColumn.vue.d.ts +8 -6
- package/lib/components/src/base/tableColumn/TableColumn.vue2.js +82 -23
- package/lib/components/src/base/tableColumn/TableColumn.vue2.js.map +1 -1
- package/lib/components/src/base/tableColumn/index.d.ts +9 -7
- package/lib/components/src/base/tableColumn/tableColumn.d.ts +1 -1
- package/lib/components/src/base/tag/Tag.vue.d.ts +1 -1
- package/lib/components/src/base/tag/index.d.ts +3 -3
- package/lib/components/src/base/timeSelect/TimeSelect.vue.d.ts +1 -1
- package/lib/components/src/base/timeSelect/index.d.ts +3 -3
- package/lib/components/src/base/tooltip/Tooltip.vue.d.ts +1 -1
- package/lib/components/src/base/tooltip/index.d.ts +3 -3
- package/lib/components/src/base/treeSelect/TreeSelect.vue.d.ts +1 -1
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js +53 -3
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js.map +1 -1
- package/lib/components/src/composite/selectOptions/SelectOptions.vue.d.ts +1 -1
- package/lib/components/src/composite/selectOptions/index.d.ts +3 -3
- package/lib/components/src/composite/tableCustom/TableColumnVNodeRenderer.d.ts +35 -0
- package/lib/components/src/composite/tableCustom/TableColumnVNodeRenderer.js +106 -0
- package/lib/components/src/composite/tableCustom/TableColumnVNodeRenderer.js.map +1 -0
- package/lib/components/src/composite/tableCustom/TableCustom.vue.d.ts +5 -5
- package/lib/components/src/composite/tableCustom/TableCustom.vue.js +1 -1
- package/lib/components/src/composite/tableCustom/TableCustom.vue2.js +5 -7
- package/lib/components/src/composite/tableCustom/TableCustom.vue2.js.map +1 -1
- package/lib/components/src/composite/tableCustom/index.d.ts +11 -11
- package/lib/components/src/composite/tableCustom/tableCustom.d.ts +2 -2
- package/lib/components/src/composite/tablePro/TablePro.vue.d.ts +5 -5
- package/lib/components/src/composite/tablePro/index.d.ts +11 -11
- package/lib/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.d.ts +3 -3
- package/lib/components/src/composite/tablePro/tableColumnPro/index.d.ts +7 -7
- package/lib/components/src/composite/tablePro/tableColumnPro/tableColumnPro.d.ts +1 -1
- package/lib/components/src/composite/tablePro/tablePro.d.ts +2 -2
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/lib/hooks/store/useLogin/index.d.ts +20 -2
- package/lib/hooks/store/useLogin/index.js +28 -2
- package/lib/hooks/store/useLogin/index.js.map +1 -1
- package/lib/index.css +150 -146
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -788,6 +788,10 @@ video {
|
|
|
788
788
|
padding-left: 32px;
|
|
789
789
|
padding-right: 32px;
|
|
790
790
|
}
|
|
791
|
+
.gm-py-10 {
|
|
792
|
+
padding-top: 2.5rem;
|
|
793
|
+
padding-bottom: 2.5rem;
|
|
794
|
+
}
|
|
791
795
|
.gm-py-3 {
|
|
792
796
|
padding-top: 0.75rem;
|
|
793
797
|
padding-bottom: 0.75rem;
|
|
@@ -883,57 +887,6 @@ video {
|
|
|
883
887
|
.gm-group:hover .group-hover\:gm-block {
|
|
884
888
|
display: block;
|
|
885
889
|
}
|
|
886
|
-
.gm-flex-center[data-v-c17deec9] {
|
|
887
|
-
align-items: center;
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
.gm-flex-justify-between[data-v-c17deec9] {
|
|
891
|
-
justify-content: space-between;
|
|
892
|
-
}
|
|
893
|
-
.circular[data-v-d7b04fae] {
|
|
894
|
-
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
.path[data-v-d7b04fae] {
|
|
898
|
-
animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
|
|
899
|
-
stroke-dasharray: 90, 150;
|
|
900
|
-
stroke-dashoffset: 0;
|
|
901
|
-
stroke: var(--el-color-primary);
|
|
902
|
-
stroke-linecap: round;
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
@keyframes loading-rotate-d7b04fae {
|
|
906
|
-
to {
|
|
907
|
-
transform: rotate(360deg);
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
@keyframes loading-dash-d7b04fae {
|
|
911
|
-
0% {
|
|
912
|
-
stroke-dasharray: 1, 200;
|
|
913
|
-
stroke-dashoffset: 0;
|
|
914
|
-
}
|
|
915
|
-
50% {
|
|
916
|
-
stroke-dasharray: 90, 150;
|
|
917
|
-
stroke-dashoffset: -40px;
|
|
918
|
-
}
|
|
919
|
-
100% {
|
|
920
|
-
stroke-dasharray: 90, 150;
|
|
921
|
-
stroke-dashoffset: -120px;
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
926
|
-
margin: 0;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
930
|
-
padding: 0;
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
.gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload--picture-card {
|
|
934
|
-
width: auto;
|
|
935
|
-
height: auto;
|
|
936
|
-
}
|
|
937
890
|
.gm-upload-pro-file {
|
|
938
891
|
line-height: normal;
|
|
939
892
|
}
|
|
@@ -972,6 +925,61 @@ video {
|
|
|
972
925
|
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
973
926
|
display: none;
|
|
974
927
|
}
|
|
928
|
+
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
929
|
+
padding: 0;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload--picture-card {
|
|
933
|
+
width: auto;
|
|
934
|
+
height: auto;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
938
|
+
margin: 0;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.circular[data-v-d7b04fae] {
|
|
942
|
+
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
.path[data-v-d7b04fae] {
|
|
946
|
+
animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
|
|
947
|
+
stroke-dasharray: 90, 150;
|
|
948
|
+
stroke-dashoffset: 0;
|
|
949
|
+
stroke: var(--el-color-primary);
|
|
950
|
+
stroke-linecap: round;
|
|
951
|
+
}
|
|
952
|
+
|
|
953
|
+
@keyframes loading-rotate-d7b04fae {
|
|
954
|
+
to {
|
|
955
|
+
transform: rotate(360deg);
|
|
956
|
+
}
|
|
957
|
+
}
|
|
958
|
+
@keyframes loading-dash-d7b04fae {
|
|
959
|
+
0% {
|
|
960
|
+
stroke-dasharray: 1, 200;
|
|
961
|
+
stroke-dashoffset: 0;
|
|
962
|
+
}
|
|
963
|
+
50% {
|
|
964
|
+
stroke-dasharray: 90, 150;
|
|
965
|
+
stroke-dashoffset: -40px;
|
|
966
|
+
}
|
|
967
|
+
100% {
|
|
968
|
+
stroke-dasharray: 90, 150;
|
|
969
|
+
stroke-dashoffset: -120px;
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
973
|
+
align-items: center;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
977
|
+
justify-content: space-between;
|
|
978
|
+
}
|
|
979
|
+
[data-v-79615afd] .gmSearchForm .el-form-item {
|
|
980
|
+
margin-right: 0;
|
|
981
|
+
margin-bottom: 4px;
|
|
982
|
+
}
|
|
975
983
|
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
976
984
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
977
985
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -990,10 +998,6 @@ video {
|
|
|
990
998
|
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
991
999
|
display: flex;
|
|
992
1000
|
}
|
|
993
|
-
[data-v-79615afd] .gmSearchForm .el-form-item {
|
|
994
|
-
margin-right: 0;
|
|
995
|
-
margin-bottom: 4px;
|
|
996
|
-
}
|
|
997
1001
|
[data-v-050a4f74] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
998
1002
|
border-right: none;
|
|
999
1003
|
}
|
|
@@ -1017,6 +1021,73 @@ video {
|
|
|
1017
1021
|
[data-v-050a4f74] .gmTableNoBorder .el-table__border-left-patch {
|
|
1018
1022
|
height: 0;
|
|
1019
1023
|
}
|
|
1024
|
+
[data-v-1e1d88ac] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1025
|
+
border-right: none;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
[data-v-1e1d88ac] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1029
|
+
height: 0;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
[data-v-1e1d88ac] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1033
|
+
height: 0;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
[data-v-1e1d88ac] .gmTableNoBorder.el-table--border:after {
|
|
1037
|
+
height: 0;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
[data-v-1e1d88ac] .gmTableNoBorder.el-table--border:before {
|
|
1041
|
+
height: 0;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
[data-v-1e1d88ac] .gmTableNoBorder .el-table__border-left-patch {
|
|
1045
|
+
height: 0;
|
|
1046
|
+
}
|
|
1047
|
+
.gm-upload-preview-dialog[data-v-c615121c] [data-v-c615121c] .el-dialog__body {
|
|
1048
|
+
padding: 0;
|
|
1049
|
+
}
|
|
1050
|
+
|
|
1051
|
+
.gm-upload-file-picture-card[data-v-c615121c] [data-v-c615121c] .el-upload-list__item, .gm-upload-file-picture-card[data-v-c615121c] [data-v-c615121c] .el-upload--picture-card {
|
|
1052
|
+
width: auto;
|
|
1053
|
+
height: auto;
|
|
1054
|
+
}
|
|
1055
|
+
.gm-upload-file {
|
|
1056
|
+
line-height: normal;
|
|
1057
|
+
}
|
|
1058
|
+
.gm-upload-file li > .el-checkbox {
|
|
1059
|
+
position: absolute;
|
|
1060
|
+
left: 10px;
|
|
1061
|
+
top: 0;
|
|
1062
|
+
z-index: 9;
|
|
1063
|
+
}
|
|
1064
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
1065
|
+
gap: 10px;
|
|
1066
|
+
}
|
|
1067
|
+
.gm-upload-file .el-upload-list__item {
|
|
1068
|
+
margin: 0;
|
|
1069
|
+
border: none;
|
|
1070
|
+
}
|
|
1071
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
1072
|
+
line-height: normal;
|
|
1073
|
+
}
|
|
1074
|
+
.gm-upload-file .el-upload-dragger {
|
|
1075
|
+
padding: 0;
|
|
1076
|
+
border: none;
|
|
1077
|
+
width: 100%;
|
|
1078
|
+
height: 100%;
|
|
1079
|
+
display: flex;
|
|
1080
|
+
}
|
|
1081
|
+
.gm-upload-file .el-upload--picture-card {
|
|
1082
|
+
border: none;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1086
|
+
display: none;
|
|
1087
|
+
}
|
|
1088
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1089
|
+
display: none;
|
|
1090
|
+
}
|
|
1020
1091
|
|
|
1021
1092
|
.pagination-container[data-v-47d35e7b] {
|
|
1022
1093
|
background: #fff;
|
|
@@ -1027,181 +1098,114 @@ video {
|
|
|
1027
1098
|
}
|
|
1028
1099
|
|
|
1029
1100
|
@charset "UTF-8";
|
|
1030
|
-
.custom-
|
|
1101
|
+
.table-custom-header-drawer .el-drawer__header {
|
|
1031
1102
|
padding: 10px 15px;
|
|
1032
1103
|
margin: 0;
|
|
1033
1104
|
border-bottom: 1px solid #ebeef5;
|
|
1034
1105
|
}
|
|
1035
|
-
.custom-
|
|
1106
|
+
.table-custom-header-drawer .el-drawer__title {
|
|
1036
1107
|
font-size: 14px;
|
|
1037
1108
|
color: #333;
|
|
1038
1109
|
}
|
|
1039
|
-
.custom-
|
|
1110
|
+
.table-custom-header-drawer .el-drawer__body {
|
|
1040
1111
|
padding: 15px;
|
|
1041
1112
|
}
|
|
1042
|
-
.custom-
|
|
1113
|
+
.table-custom-header-drawer .el-drawer__footer {
|
|
1043
1114
|
padding: 10px 15px;
|
|
1044
1115
|
border-top: 1px solid #ebeef5;
|
|
1045
1116
|
}
|
|
1046
|
-
.custom-
|
|
1117
|
+
.table-custom-header-drawer .el-checkbox {
|
|
1047
1118
|
display: flex;
|
|
1048
1119
|
align-items: center;
|
|
1049
1120
|
}
|
|
1050
|
-
.custom-
|
|
1121
|
+
.table-custom-header-drawer .el-input__inner {
|
|
1051
1122
|
text-align: center;
|
|
1052
1123
|
}
|
|
1053
|
-
.custom-
|
|
1124
|
+
.table-custom-header-drawer .el-input__suffix {
|
|
1054
1125
|
position: absolute;
|
|
1055
1126
|
right: 10px;
|
|
1056
1127
|
}
|
|
1057
|
-
.custom-
|
|
1128
|
+
.table-custom-header-drawer .custom-content li {
|
|
1058
1129
|
display: flex;
|
|
1059
1130
|
align-items: center;
|
|
1060
1131
|
justify-content: center;
|
|
1061
1132
|
height: 44px;
|
|
1062
1133
|
}
|
|
1063
|
-
.custom-
|
|
1134
|
+
.table-custom-header-drawer .custom-group {
|
|
1064
1135
|
max-height: calc(100vh - 226px);
|
|
1065
1136
|
overflow-y: auto;
|
|
1066
1137
|
}
|
|
1067
|
-
.custom-
|
|
1138
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar {
|
|
1068
1139
|
/*滚动条整体样式*/
|
|
1069
1140
|
width: 4px;
|
|
1070
1141
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1071
1142
|
height: 1px;
|
|
1072
1143
|
}
|
|
1073
|
-
.custom-
|
|
1144
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1074
1145
|
/*滚动条里面小方块*/
|
|
1075
1146
|
border-radius: 10px;
|
|
1076
1147
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1077
1148
|
background: #999;
|
|
1078
1149
|
}
|
|
1079
|
-
.custom-
|
|
1150
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar-track {
|
|
1080
1151
|
/*滚动条里面轨道*/
|
|
1081
1152
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1082
1153
|
border-radius: 10px;
|
|
1083
1154
|
background: #eee;
|
|
1084
1155
|
}
|
|
1085
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1086
|
-
border-right: none;
|
|
1087
|
-
}
|
|
1088
|
-
|
|
1089
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1090
|
-
height: 0;
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1094
|
-
height: 0;
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border:after {
|
|
1098
|
-
height: 0;
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border:before {
|
|
1102
|
-
height: 0;
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1106
|
-
height: 0;
|
|
1107
|
-
}
|
|
1108
1156
|
@charset "UTF-8";
|
|
1109
|
-
.
|
|
1157
|
+
.custom-operate-drawer .el-drawer__header {
|
|
1110
1158
|
padding: 10px 15px;
|
|
1111
1159
|
margin: 0;
|
|
1112
1160
|
border-bottom: 1px solid #ebeef5;
|
|
1113
1161
|
}
|
|
1114
|
-
.
|
|
1162
|
+
.custom-operate-drawer .el-drawer__title {
|
|
1115
1163
|
font-size: 14px;
|
|
1116
1164
|
color: #333;
|
|
1117
1165
|
}
|
|
1118
|
-
.
|
|
1166
|
+
.custom-operate-drawer .el-drawer__body {
|
|
1119
1167
|
padding: 15px;
|
|
1120
1168
|
}
|
|
1121
|
-
.
|
|
1169
|
+
.custom-operate-drawer .el-drawer__footer {
|
|
1122
1170
|
padding: 10px 15px;
|
|
1123
1171
|
border-top: 1px solid #ebeef5;
|
|
1124
1172
|
}
|
|
1125
|
-
.
|
|
1173
|
+
.custom-operate-drawer .el-checkbox {
|
|
1126
1174
|
display: flex;
|
|
1127
1175
|
align-items: center;
|
|
1128
1176
|
}
|
|
1129
|
-
.
|
|
1177
|
+
.custom-operate-drawer .el-input__inner {
|
|
1130
1178
|
text-align: center;
|
|
1131
1179
|
}
|
|
1132
|
-
.
|
|
1180
|
+
.custom-operate-drawer .el-input__suffix {
|
|
1133
1181
|
position: absolute;
|
|
1134
1182
|
right: 10px;
|
|
1135
1183
|
}
|
|
1136
|
-
.
|
|
1184
|
+
.custom-operate-drawer .custom-content li {
|
|
1137
1185
|
display: flex;
|
|
1138
1186
|
align-items: center;
|
|
1139
1187
|
justify-content: center;
|
|
1140
1188
|
height: 44px;
|
|
1141
1189
|
}
|
|
1142
|
-
.
|
|
1190
|
+
.custom-operate-drawer .custom-group {
|
|
1143
1191
|
max-height: calc(100vh - 226px);
|
|
1144
1192
|
overflow-y: auto;
|
|
1145
1193
|
}
|
|
1146
|
-
.
|
|
1194
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar {
|
|
1147
1195
|
/*滚动条整体样式*/
|
|
1148
1196
|
width: 4px;
|
|
1149
1197
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1150
1198
|
height: 1px;
|
|
1151
1199
|
}
|
|
1152
|
-
.
|
|
1200
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1153
1201
|
/*滚动条里面小方块*/
|
|
1154
1202
|
border-radius: 10px;
|
|
1155
1203
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1156
1204
|
background: #999;
|
|
1157
1205
|
}
|
|
1158
|
-
.
|
|
1206
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-track {
|
|
1159
1207
|
/*滚动条里面轨道*/
|
|
1160
1208
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1161
1209
|
border-radius: 10px;
|
|
1162
1210
|
background: #eee;
|
|
1163
|
-
}
|
|
1164
|
-
.gm-upload-preview-dialog[data-v-c615121c] [data-v-c615121c] .el-dialog__body {
|
|
1165
|
-
padding: 0;
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
.gm-upload-file-picture-card[data-v-c615121c] [data-v-c615121c] .el-upload-list__item, .gm-upload-file-picture-card[data-v-c615121c] [data-v-c615121c] .el-upload--picture-card {
|
|
1169
|
-
width: auto;
|
|
1170
|
-
height: auto;
|
|
1171
|
-
}
|
|
1172
|
-
.gm-upload-file {
|
|
1173
|
-
line-height: normal;
|
|
1174
|
-
}
|
|
1175
|
-
.gm-upload-file li > .el-checkbox {
|
|
1176
|
-
position: absolute;
|
|
1177
|
-
left: 10px;
|
|
1178
|
-
top: 0;
|
|
1179
|
-
z-index: 9;
|
|
1180
|
-
}
|
|
1181
|
-
.gm-upload-file .el-upload-list--picture-card {
|
|
1182
|
-
gap: 10px;
|
|
1183
|
-
}
|
|
1184
|
-
.gm-upload-file .el-upload-list__item {
|
|
1185
|
-
margin: 0;
|
|
1186
|
-
border: none;
|
|
1187
|
-
}
|
|
1188
|
-
.gm-upload-file .el-upload-list__item-file-name {
|
|
1189
|
-
line-height: normal;
|
|
1190
|
-
}
|
|
1191
|
-
.gm-upload-file .el-upload-dragger {
|
|
1192
|
-
padding: 0;
|
|
1193
|
-
border: none;
|
|
1194
|
-
width: 100%;
|
|
1195
|
-
height: 100%;
|
|
1196
|
-
display: flex;
|
|
1197
|
-
}
|
|
1198
|
-
.gm-upload-file .el-upload--picture-card {
|
|
1199
|
-
border: none;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1203
|
-
display: none;
|
|
1204
|
-
}
|
|
1205
|
-
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1206
|
-
display: none;
|
|
1207
1211
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -151,6 +151,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
151
151
|
onOpen?: (() => any) | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
154
|
+
effect: "dark" | "light";
|
|
154
155
|
center: boolean;
|
|
155
156
|
title: string;
|
|
156
157
|
hideAfter: number;
|
|
@@ -159,7 +160,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
159
160
|
closable: boolean;
|
|
160
161
|
closeText: string;
|
|
161
162
|
showIcon: boolean;
|
|
162
|
-
effect: "dark" | "light";
|
|
163
163
|
}, {}>, __VLS_Slots>;
|
|
164
164
|
export default _default;
|
|
165
165
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -149,6 +149,7 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
149
149
|
onOpen?: (() => any) | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
152
|
+
effect: "dark" | "light";
|
|
152
153
|
center: boolean;
|
|
153
154
|
title: string;
|
|
154
155
|
hideAfter: number;
|
|
@@ -157,7 +158,6 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
157
158
|
closable: boolean;
|
|
158
159
|
closeText: string;
|
|
159
160
|
showIcon: boolean;
|
|
160
|
-
effect: "dark" | "light";
|
|
161
161
|
}, true, {}, {}, {
|
|
162
162
|
P: {};
|
|
163
163
|
B: {};
|
|
@@ -240,6 +240,7 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
240
240
|
elRef: import("vue").Ref<import("element-plus").AlertInstance | undefined>;
|
|
241
241
|
}, {}, {}, {}, {
|
|
242
242
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
243
|
+
effect: "dark" | "light";
|
|
243
244
|
center: boolean;
|
|
244
245
|
title: string;
|
|
245
246
|
hideAfter: number;
|
|
@@ -248,7 +249,6 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
248
249
|
closable: boolean;
|
|
249
250
|
closeText: string;
|
|
250
251
|
showIcon: boolean;
|
|
251
|
-
effect: "dark" | "light";
|
|
252
252
|
}>;
|
|
253
253
|
__isFragment?: undefined;
|
|
254
254
|
__isTeleport?: undefined;
|
|
@@ -331,6 +331,7 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
331
331
|
close: (evt?: Event | undefined) => void;
|
|
332
332
|
}, string, {
|
|
333
333
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
334
|
+
effect: "dark" | "light";
|
|
334
335
|
center: boolean;
|
|
335
336
|
title: string;
|
|
336
337
|
hideAfter: number;
|
|
@@ -339,7 +340,6 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
339
340
|
closable: boolean;
|
|
340
341
|
closeText: string;
|
|
341
342
|
showIcon: boolean;
|
|
342
|
-
effect: "dark" | "light";
|
|
343
343
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
344
344
|
$slots: {
|
|
345
345
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -470,10 +470,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
470
470
|
}, {
|
|
471
471
|
placement: import("element-plus").Placement;
|
|
472
472
|
options: import("element-plus").CascaderOption[];
|
|
473
|
+
effect: import("element-plus").PopperEffect;
|
|
473
474
|
separator: string;
|
|
474
475
|
disabled: boolean;
|
|
475
476
|
props: import("element-plus").CascaderProps;
|
|
476
|
-
effect: import("element-plus").PopperEffect;
|
|
477
477
|
debounce: number;
|
|
478
478
|
teleported: boolean;
|
|
479
479
|
clearable: boolean;
|
|
@@ -475,10 +475,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
475
475
|
}, {
|
|
476
476
|
placement: import("element-plus").Placement;
|
|
477
477
|
options: import("element-plus").CascaderOption[];
|
|
478
|
+
effect: import("element-plus").PopperEffect;
|
|
478
479
|
separator: string;
|
|
479
480
|
disabled: boolean;
|
|
480
481
|
props: import("element-plus").CascaderProps;
|
|
481
|
-
effect: import("element-plus").PopperEffect;
|
|
482
482
|
debounce: number;
|
|
483
483
|
teleported: boolean;
|
|
484
484
|
clearable: boolean;
|
|
@@ -742,10 +742,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
742
742
|
}, {}, {}, {}, {
|
|
743
743
|
placement: import("element-plus").Placement;
|
|
744
744
|
options: import("element-plus").CascaderOption[];
|
|
745
|
+
effect: import("element-plus").PopperEffect;
|
|
745
746
|
separator: string;
|
|
746
747
|
disabled: boolean;
|
|
747
748
|
props: import("element-plus").CascaderProps;
|
|
748
|
-
effect: import("element-plus").PopperEffect;
|
|
749
749
|
debounce: number;
|
|
750
750
|
teleported: boolean;
|
|
751
751
|
clearable: boolean;
|
|
@@ -1015,10 +1015,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
1015
1015
|
}, string, {
|
|
1016
1016
|
placement: import("element-plus").Placement;
|
|
1017
1017
|
options: import("element-plus").CascaderOption[];
|
|
1018
|
+
effect: import("element-plus").PopperEffect;
|
|
1018
1019
|
separator: string;
|
|
1019
1020
|
disabled: boolean;
|
|
1020
1021
|
props: import("element-plus").CascaderProps;
|
|
1021
|
-
effect: import("element-plus").PopperEffect;
|
|
1022
1022
|
debounce: number;
|
|
1023
1023
|
teleported: boolean;
|
|
1024
1024
|
clearable: boolean;
|
|
@@ -165,8 +165,8 @@ export declare const GmCol: import("../../../../utils").SFCWithInstall<{
|
|
|
165
165
|
readonly default: () => {};
|
|
166
166
|
};
|
|
167
167
|
}>>, {
|
|
168
|
-
offset: number;
|
|
169
168
|
push: number;
|
|
169
|
+
offset: number;
|
|
170
170
|
span: number;
|
|
171
171
|
tag: string;
|
|
172
172
|
pull: number;
|
|
@@ -266,8 +266,8 @@ export declare const GmCol: import("../../../../utils").SFCWithInstall<{
|
|
|
266
266
|
}>>, {
|
|
267
267
|
elRef: import("vue").Ref<import("element-plus").ColInstance | undefined>;
|
|
268
268
|
}, {}, {}, {}, {
|
|
269
|
-
offset: number;
|
|
270
269
|
push: number;
|
|
270
|
+
offset: number;
|
|
271
271
|
span: number;
|
|
272
272
|
tag: string;
|
|
273
273
|
pull: number;
|
|
@@ -364,8 +364,8 @@ export declare const GmCol: import("../../../../utils").SFCWithInstall<{
|
|
|
364
364
|
}>>, {
|
|
365
365
|
elRef: import("vue").Ref<import("element-plus").ColInstance | undefined>;
|
|
366
366
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
367
|
-
offset: number;
|
|
368
367
|
push: number;
|
|
368
|
+
offset: number;
|
|
369
369
|
span: number;
|
|
370
370
|
tag: string;
|
|
371
371
|
pull: number;
|
|
@@ -386,9 +386,9 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
386
386
|
}, {
|
|
387
387
|
placement: import("element-plus").Placement;
|
|
388
388
|
size: string;
|
|
389
|
+
effect: import("element-plus").PopperEffect;
|
|
389
390
|
maxHeight: string | number;
|
|
390
391
|
disabled: boolean;
|
|
391
|
-
effect: import("element-plus").PopperEffect;
|
|
392
392
|
teleported: boolean;
|
|
393
393
|
tabindex: string | number;
|
|
394
394
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -386,9 +386,9 @@ export declare const GmDropdown: import("../../../../utils").SFCWithInstall<{
|
|
|
386
386
|
}, {
|
|
387
387
|
placement: import("element-plus").Placement;
|
|
388
388
|
size: string;
|
|
389
|
+
effect: import("element-plus").PopperEffect;
|
|
389
390
|
maxHeight: string | number;
|
|
390
391
|
disabled: boolean;
|
|
391
|
-
effect: import("element-plus").PopperEffect;
|
|
392
392
|
teleported: boolean;
|
|
393
393
|
tabindex: string | number;
|
|
394
394
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -604,9 +604,9 @@ export declare const GmDropdown: import("../../../../utils").SFCWithInstall<{
|
|
|
604
604
|
}, {}, {}, {}, {
|
|
605
605
|
placement: import("element-plus").Placement;
|
|
606
606
|
size: string;
|
|
607
|
+
effect: import("element-plus").PopperEffect;
|
|
607
608
|
maxHeight: string | number;
|
|
608
609
|
disabled: boolean;
|
|
609
|
-
effect: import("element-plus").PopperEffect;
|
|
610
610
|
teleported: boolean;
|
|
611
611
|
tabindex: string | number;
|
|
612
612
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -823,9 +823,9 @@ export declare const GmDropdown: import("../../../../utils").SFCWithInstall<{
|
|
|
823
823
|
}, string, {
|
|
824
824
|
placement: import("element-plus").Placement;
|
|
825
825
|
size: string;
|
|
826
|
+
effect: import("element-plus").PopperEffect;
|
|
826
827
|
maxHeight: string | number;
|
|
827
828
|
disabled: boolean;
|
|
828
|
-
effect: import("element-plus").PopperEffect;
|
|
829
829
|
teleported: boolean;
|
|
830
830
|
tabindex: string | number;
|
|
831
831
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -17,7 +17,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
17
17
|
readonly default: "";
|
|
18
18
|
};
|
|
19
19
|
fit: {
|
|
20
|
-
readonly type: import("vue").PropType<"" | "
|
|
20
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
21
21
|
readonly required: false;
|
|
22
22
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
23
|
__epPropKey: true;
|
|
@@ -132,7 +132,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
132
132
|
readonly default: "";
|
|
133
133
|
};
|
|
134
134
|
fit: {
|
|
135
|
-
readonly type: import("vue").PropType<"" | "
|
|
135
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
136
136
|
readonly required: false;
|
|
137
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
@@ -240,7 +240,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
240
240
|
infinite: boolean;
|
|
241
241
|
scale: number;
|
|
242
242
|
src: string;
|
|
243
|
-
fit: "" | "
|
|
243
|
+
fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
244
244
|
initialIndex: number;
|
|
245
245
|
closeOnPressEscape: boolean;
|
|
246
246
|
hideOnClickModal: boolean;
|
|
@@ -9,7 +9,7 @@ export declare const imageProps: {
|
|
|
9
9
|
readonly default: "";
|
|
10
10
|
};
|
|
11
11
|
fit: {
|
|
12
|
-
readonly type: import("vue").PropType<"" | "
|
|
12
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
13
13
|
readonly required: false;
|
|
14
14
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15
15
|
__epPropKey: true;
|