giime 0.8.0-beta.2 → 0.8.0-beta.4
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 +104 -104
- package/es/components/src/base/datePickerPanel/DatePickerPanel.vue.d.ts +13 -4
- package/es/components/src/base/datePickerPanel/DatePickerPanel.vue2.mjs +37 -9
- package/es/components/src/base/datePickerPanel/DatePickerPanel.vue2.mjs.map +1 -1
- package/es/components/src/base/datePickerPanel/index.d.ts +9 -2
- package/es/components/src/base/mention/Mention.vue.d.ts +19 -4
- package/es/components/src/base/mention/Mention.vue2.mjs +58 -9
- package/es/components/src/base/mention/Mention.vue2.mjs.map +1 -1
- package/es/components/src/base/mention/index.d.ts +15 -2
- package/es/components/src/base/segmented/Segmented.vue.d.ts +3 -2
- package/es/components/src/base/segmented/Segmented.vue2.mjs +9 -9
- package/es/components/src/base/segmented/Segmented.vue2.mjs.map +1 -1
- package/es/components/src/base/segmented/index.d.ts +3 -2
- package/es/components/src/base/splitter/Splitter.vue.d.ts +9 -4
- package/es/components/src/base/splitter/Splitter.vue2.mjs +23 -9
- package/es/components/src/base/splitter/Splitter.vue2.mjs.map +1 -1
- package/es/components/src/base/splitter/index.d.ts +5 -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/index.css +104 -104
- package/lib/components/src/base/datePickerPanel/DatePickerPanel.vue.d.ts +13 -4
- package/lib/components/src/base/datePickerPanel/DatePickerPanel.vue2.js +36 -8
- package/lib/components/src/base/datePickerPanel/DatePickerPanel.vue2.js.map +1 -1
- package/lib/components/src/base/datePickerPanel/index.d.ts +9 -2
- package/lib/components/src/base/mention/Mention.vue.d.ts +19 -4
- package/lib/components/src/base/mention/Mention.vue2.js +57 -8
- package/lib/components/src/base/mention/Mention.vue2.js.map +1 -1
- package/lib/components/src/base/mention/index.d.ts +15 -2
- package/lib/components/src/base/segmented/Segmented.vue.d.ts +3 -2
- package/lib/components/src/base/segmented/Segmented.vue2.js +8 -8
- package/lib/components/src/base/segmented/Segmented.vue2.js.map +1 -1
- package/lib/components/src/base/segmented/index.d.ts +3 -2
- package/lib/components/src/base/splitter/Splitter.vue.d.ts +9 -4
- package/lib/components/src/base/splitter/Splitter.vue2.js +22 -8
- package/lib/components/src/base/splitter/Splitter.vue2.js.map +1 -1
- package/lib/components/src/base/splitter/index.d.ts +5 -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/index.css +104 -104
- package/package.json +1 -1
|
@@ -17,6 +17,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
17
17
|
props: segmented.segmentedProps,
|
|
18
18
|
emits: segmented.segmentedEmits,
|
|
19
19
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
20
|
+
const slots = vue.useSlots();
|
|
20
21
|
const props = __props;
|
|
21
22
|
const emit = __emit;
|
|
22
23
|
const elEvents = event.getGmEvent(elementPlus.segmentedEmits, emit);
|
|
@@ -38,14 +39,13 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
38
39
|
_: 2
|
|
39
40
|
/* DYNAMIC */
|
|
40
41
|
}, [
|
|
41
|
-
vue.
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
})
|
|
42
|
+
vue.unref(slots).default ? {
|
|
43
|
+
name: "default",
|
|
44
|
+
fn: vue.withCtx((slotValue) => [
|
|
45
|
+
vue.renderSlot(_ctx.$slots, "default", vue.normalizeProps(vue.guardReactiveProps(slotValue)))
|
|
46
|
+
]),
|
|
47
|
+
key: "0"
|
|
48
|
+
} : void 0
|
|
49
49
|
]),
|
|
50
50
|
1040
|
|
51
51
|
/* FULL_PROPS, DYNAMIC_SLOTS */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Segmented.vue2.js","sources":["../../../../../../../packages/components/src/base/segmented/Segmented.vue"],"sourcesContent":["<template>\n <el-segmented ref=\"elRef\" v-bind=\"props\" v-on=\"elEvents\">\n <template v-
|
|
1
|
+
{"version":3,"file":"Segmented.vue2.js","sources":["../../../../../../../packages/components/src/base/segmented/Segmented.vue"],"sourcesContent":["<template>\n <el-segmented ref=\"elRef\" v-bind=\"props\" v-on=\"elEvents\">\n <template v-if=\"slots.default\" #default=\"slotValue\">\n <slot name=\"default\" v-bind=\"slotValue\" />\n </template>\n </el-segmented>\n</template>\n<script lang=\"ts\" setup>\nimport { ref, useSlots } from 'vue';\nimport { getGmEvent, getGmExports } from '@giime/utils';\nimport { segmentedEmits as elSegmentedEmits } from 'element-plus';\nimport { segmentedEmits, segmentedProps } from './segmented';\nimport type { SegmentedInstance } from 'element-plus';\n\ndefineOptions({\n name: 'GmSegmented',\n});\nconst slots = useSlots();\nconst props = defineProps(segmentedProps);\nconst emit = defineEmits(segmentedEmits);\n// 重发el的事件\nconst elEvents = getGmEvent(elSegmentedEmits, emit);\n\nconst elRef = ref<SegmentedInstance>();\n\nconst exposeNames = [] as const;\nconst { exposeFns } = getGmExports(elRef, exposeNames);\n\ndefineExpose({\n ...exposeFns,\n});\n</script>\n"],"names":["useSlots","getGmEvent","elSegmentedEmits","ref","getGmExports"],"mappings":";;;;;;;;;;;;;;;;;;;AAiBA,IAAA,MAAM,QAAQA,YAAA,EAAS;AACvB,IAAA,MAAM,KAAA,GAAQ,OAAA;AACd,IAAA,MAAM,IAAA,GAAO,MAAA;AAEb,IAAA,MAAM,QAAA,GAAWC,gBAAA,CAAWC,0BAAA,EAAkB,IAAI,CAAA;AAElD,IAAA,MAAM,QAAQC,OAAA,EAAuB;AAErC,IAAA,MAAM,cAAc,EAAC;AACrB,IAAA,MAAM,EAAE,SAAA,EAAU,GAAIC,sBAAA,CAAa,OAAO,WAAW,CAAA;AAErD,IAAA,QAAA,CAAa;AAAA,MACX,GAAG;AAAA,KACJ,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -263,8 +263,9 @@ export declare const GmSegmented: import("../../../../utils").SFCWithInstall<{
|
|
|
263
263
|
validateEvent: boolean;
|
|
264
264
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
265
265
|
$slots: {
|
|
266
|
-
|
|
267
|
-
|
|
266
|
+
default?: ((props: {
|
|
267
|
+
item: any;
|
|
268
|
+
}) => any) | undefined;
|
|
268
269
|
};
|
|
269
270
|
})> & Record<string, any>;
|
|
270
271
|
export type SegmentedInstance = InstanceType<typeof Segmented>;
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
declare var __VLS_7: {}, __VLS_9: {}, __VLS_11: {};
|
|
2
|
+
type __VLS_Slots = {} & {
|
|
3
|
+
default?: (props: typeof __VLS_7) => any;
|
|
4
|
+
} & {
|
|
5
|
+
'start-collapsible'?: (props: typeof __VLS_9) => any;
|
|
6
|
+
} & {
|
|
7
|
+
'end-collapsible'?: (props: typeof __VLS_11) => any;
|
|
8
|
+
};
|
|
1
9
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
2
10
|
layout: {
|
|
3
11
|
readonly type: import("vue").PropType<"horizontal" | "vertical">;
|
|
@@ -21,10 +29,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
21
29
|
}>>, {
|
|
22
30
|
layout: "horizontal" | "vertical";
|
|
23
31
|
lazy: boolean;
|
|
24
|
-
}, {}>,
|
|
25
|
-
[x: string]: ((props: any) => any) | undefined;
|
|
26
|
-
[x: number]: ((props: any) => any) | undefined;
|
|
27
|
-
}>;
|
|
32
|
+
}, {}>, __VLS_Slots>;
|
|
28
33
|
export default _default;
|
|
29
34
|
type __VLS_WithSlots<T, S> = T & {
|
|
30
35
|
new (): {
|
|
@@ -14,6 +14,7 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
14
14
|
__name: "Splitter",
|
|
15
15
|
props: splitter.splitterProps,
|
|
16
16
|
setup(__props, { expose: __expose }) {
|
|
17
|
+
const slots = vue.useSlots();
|
|
17
18
|
const props = __props;
|
|
18
19
|
const elRef = vue.ref();
|
|
19
20
|
const exposeNames = [];
|
|
@@ -33,14 +34,27 @@ var _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
33
34
|
_: 2
|
|
34
35
|
/* DYNAMIC */
|
|
35
36
|
}, [
|
|
36
|
-
vue.
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
37
|
+
vue.unref(slots).default ? {
|
|
38
|
+
name: "default",
|
|
39
|
+
fn: vue.withCtx(() => [
|
|
40
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
41
|
+
]),
|
|
42
|
+
key: "0"
|
|
43
|
+
} : void 0,
|
|
44
|
+
vue.unref(slots)["start-collapsible"] ? {
|
|
45
|
+
name: "start-collapsible",
|
|
46
|
+
fn: vue.withCtx(() => [
|
|
47
|
+
vue.renderSlot(_ctx.$slots, "start-collapsible")
|
|
48
|
+
]),
|
|
49
|
+
key: "1"
|
|
50
|
+
} : void 0,
|
|
51
|
+
vue.unref(slots)["end-collapsible"] ? {
|
|
52
|
+
name: "end-collapsible",
|
|
53
|
+
fn: vue.withCtx(() => [
|
|
54
|
+
vue.renderSlot(_ctx.$slots, "end-collapsible")
|
|
55
|
+
]),
|
|
56
|
+
key: "2"
|
|
57
|
+
} : void 0
|
|
44
58
|
]),
|
|
45
59
|
1040
|
|
46
60
|
/* FULL_PROPS, DYNAMIC_SLOTS */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Splitter.vue2.js","sources":["../../../../../../../packages/components/src/base/splitter/Splitter.vue"],"sourcesContent":["<template>\n <el-splitter ref=\"elRef\" v-bind=\"props\">\n <template v-
|
|
1
|
+
{"version":3,"file":"Splitter.vue2.js","sources":["../../../../../../../packages/components/src/base/splitter/Splitter.vue"],"sourcesContent":["<template>\n <el-splitter ref=\"elRef\" v-bind=\"props\">\n <template v-if=\"slots.default\" #default>\n <slot name=\"default\" />\n </template>\n <template v-if=\"slots['start-collapsible']\" #start-collapsible>\n <slot name=\"start-collapsible\" />\n </template>\n <template v-if=\"slots['end-collapsible']\" #end-collapsible>\n <slot name=\"end-collapsible\" />\n </template>\n </el-splitter>\n</template>\n<script lang=\"ts\" setup>\nimport { ref, useSlots } from 'vue';\nimport { getGmExports } from '@giime/utils';\nimport { splitterProps } from './splitter';\nimport type { SplitterInstance } from 'element-plus';\n\ndefineOptions({\n name: 'GmSplitter',\n});\nconst slots = useSlots();\nconst props = defineProps(splitterProps);\n\nconst elRef = ref<SplitterInstance>();\n\nconst exposeNames = [] as const;\nconst { exposeFns } = getGmExports(elRef, exposeNames);\n\ndefineExpose({\n ...exposeFns,\n});\n</script>\n"],"names":["useSlots","ref","getGmExports"],"mappings":";;;;;;;;;;;;;;;;AAsBA,IAAA,MAAM,QAAQA,YAAA,EAAS;AACvB,IAAA,MAAM,KAAA,GAAQ,OAAA;AAEd,IAAA,MAAM,QAAQC,OAAA,EAAsB;AAEpC,IAAA,MAAM,cAAc,EAAC;AACrB,IAAA,MAAM,EAAE,SAAA,EAAU,GAAIC,sBAAA,CAAa,OAAO,WAAW,CAAA;AAErD,IAAA,QAAA,CAAa;AAAA,MACX,GAAG;AAAA,KACJ,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -62,8 +62,11 @@ export declare const GmSplitter: import("../../../../utils").SFCWithInstall<{
|
|
|
62
62
|
lazy: boolean;
|
|
63
63
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
64
64
|
$slots: {
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
default?: ((props: {}) => any) | undefined;
|
|
66
|
+
} & {
|
|
67
|
+
'start-collapsible'?: ((props: {}) => any) | undefined;
|
|
68
|
+
} & {
|
|
69
|
+
'end-collapsible'?: ((props: {}) => any) | undefined;
|
|
67
70
|
};
|
|
68
71
|
})> & Record<string, any>;
|
|
69
72
|
export type SplitterInstance = InstanceType<typeof Splitter>;
|
package/lib/giime/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "0.8.0-beta.
|
|
1
|
+
export declare const version = "0.8.0-beta.4";
|
package/lib/giime/version.js
CHANGED
package/lib/giime/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.8.0-beta.
|
|
1
|
+
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.8.0-beta.3';\n"],"names":[],"mappings":";;AAAO,MAAM,OAAA,GAAU;;;;"}
|
package/lib/index.css
CHANGED
|
@@ -880,13 +880,57 @@ video {
|
|
|
880
880
|
.gm-group:hover .group-hover\:gm-block {
|
|
881
881
|
display: block;
|
|
882
882
|
}
|
|
883
|
-
.gm-
|
|
884
|
-
|
|
883
|
+
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
884
|
+
padding: 0;
|
|
885
885
|
}
|
|
886
886
|
|
|
887
|
-
.gm-
|
|
888
|
-
|
|
887
|
+
.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 {
|
|
888
|
+
width: auto;
|
|
889
|
+
height: auto;
|
|
890
|
+
}
|
|
891
|
+
.gm-upload-pro-file {
|
|
892
|
+
line-height: normal;
|
|
893
|
+
}
|
|
894
|
+
.gm-upload-pro-file .el-checkbox-group {
|
|
895
|
+
font-size: unset;
|
|
896
|
+
}
|
|
897
|
+
.gm-upload-pro-file .el-checkbox {
|
|
898
|
+
position: absolute;
|
|
899
|
+
left: 10px;
|
|
900
|
+
top: 0;
|
|
901
|
+
z-index: 9;
|
|
902
|
+
}
|
|
903
|
+
.gm-upload-pro-file .el-upload-list--picture-card {
|
|
904
|
+
gap: 10px;
|
|
905
|
+
}
|
|
906
|
+
.gm-upload-pro-file .el-upload-list__item {
|
|
907
|
+
margin: 0;
|
|
908
|
+
}
|
|
909
|
+
.gm-upload-pro-file .el-upload-list__item-file-name {
|
|
910
|
+
line-height: 1.7;
|
|
911
|
+
}
|
|
912
|
+
.gm-upload-pro-file .el-upload-dragger {
|
|
913
|
+
padding: 0;
|
|
914
|
+
border: none;
|
|
915
|
+
width: 100%;
|
|
916
|
+
height: 100%;
|
|
917
|
+
display: flex;
|
|
918
|
+
}
|
|
919
|
+
.gm-upload-pro-file .el-upload--picture-card {
|
|
920
|
+
border: none;
|
|
889
921
|
}
|
|
922
|
+
|
|
923
|
+
.gm-upload-pro-file-disabled .el-upload--picture-card {
|
|
924
|
+
display: none;
|
|
925
|
+
}
|
|
926
|
+
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
927
|
+
display: none;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
931
|
+
margin: 0;
|
|
932
|
+
}
|
|
933
|
+
|
|
890
934
|
.circular[data-v-d7b04fae] {
|
|
891
935
|
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
892
936
|
}
|
|
@@ -918,60 +962,55 @@ video {
|
|
|
918
962
|
stroke-dashoffset: -120px;
|
|
919
963
|
}
|
|
920
964
|
}
|
|
921
|
-
|
|
922
|
-
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
923
|
-
margin: 0;
|
|
924
|
-
}
|
|
925
|
-
|
|
926
|
-
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
927
|
-
padding: 0;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
.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 {
|
|
931
|
-
width: auto;
|
|
932
|
-
height: auto;
|
|
933
|
-
}
|
|
934
|
-
.gm-upload-pro-file {
|
|
965
|
+
.gm-upload-file {
|
|
935
966
|
line-height: normal;
|
|
936
967
|
}
|
|
937
|
-
.gm-upload-
|
|
938
|
-
font-size: unset;
|
|
939
|
-
}
|
|
940
|
-
.gm-upload-pro-file .el-checkbox {
|
|
968
|
+
.gm-upload-file .el-checkbox {
|
|
941
969
|
position: absolute;
|
|
942
970
|
left: 10px;
|
|
943
971
|
top: 0;
|
|
944
972
|
z-index: 9;
|
|
945
973
|
}
|
|
946
|
-
.gm-upload-
|
|
974
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
947
975
|
gap: 10px;
|
|
948
976
|
}
|
|
949
|
-
.gm-upload-
|
|
977
|
+
.gm-upload-file .el-upload-list__item {
|
|
950
978
|
margin: 0;
|
|
951
979
|
}
|
|
952
|
-
.gm-upload-
|
|
953
|
-
line-height:
|
|
980
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
981
|
+
line-height: normal;
|
|
954
982
|
}
|
|
955
|
-
.gm-upload-
|
|
983
|
+
.gm-upload-file .el-upload-dragger {
|
|
956
984
|
padding: 0;
|
|
957
985
|
border: none;
|
|
958
986
|
width: 100%;
|
|
959
987
|
height: 100%;
|
|
960
988
|
display: flex;
|
|
961
989
|
}
|
|
962
|
-
.gm-upload-
|
|
990
|
+
.gm-upload-file .el-upload--picture-card {
|
|
963
991
|
border: none;
|
|
964
992
|
}
|
|
965
993
|
|
|
966
|
-
.gm-upload-
|
|
994
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
967
995
|
display: none;
|
|
968
996
|
}
|
|
969
|
-
.gm-upload-
|
|
997
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
970
998
|
display: none;
|
|
971
999
|
}
|
|
972
|
-
[data-v-
|
|
973
|
-
|
|
974
|
-
|
|
1000
|
+
.gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
|
|
1001
|
+
padding: 0;
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload-list__item, .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload--picture-card {
|
|
1005
|
+
width: auto;
|
|
1006
|
+
height: auto;
|
|
1007
|
+
}
|
|
1008
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
1009
|
+
align-items: center;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
1013
|
+
justify-content: space-between;
|
|
975
1014
|
}
|
|
976
1015
|
[data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
977
1016
|
border-right: none;
|
|
@@ -996,15 +1035,33 @@ video {
|
|
|
996
1035
|
[data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
|
|
997
1036
|
height: 0;
|
|
998
1037
|
}
|
|
1038
|
+
[data-v-d3111183] .gmSearchForm .el-form-item {
|
|
1039
|
+
margin-right: 0;
|
|
1040
|
+
margin-bottom: 4px;
|
|
1041
|
+
}
|
|
1042
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1043
|
+
border-right: none;
|
|
1044
|
+
}
|
|
999
1045
|
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
padding-top: 12px;
|
|
1046
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1047
|
+
height: 0;
|
|
1003
1048
|
}
|
|
1004
|
-
|
|
1005
|
-
|
|
1049
|
+
|
|
1050
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1051
|
+
height: 0;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border:after {
|
|
1055
|
+
height: 0;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border:before {
|
|
1059
|
+
height: 0;
|
|
1006
1060
|
}
|
|
1007
1061
|
|
|
1062
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1063
|
+
height: 0;
|
|
1064
|
+
}
|
|
1008
1065
|
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
1009
1066
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
1010
1067
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -1023,6 +1080,15 @@ video {
|
|
|
1023
1080
|
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1024
1081
|
display: flex;
|
|
1025
1082
|
}
|
|
1083
|
+
|
|
1084
|
+
.pagination-container[data-v-47d35e7b] {
|
|
1085
|
+
background: #fff;
|
|
1086
|
+
padding-top: 12px;
|
|
1087
|
+
}
|
|
1088
|
+
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1089
|
+
display: none;
|
|
1090
|
+
}
|
|
1091
|
+
|
|
1026
1092
|
@charset "UTF-8";
|
|
1027
1093
|
.custom-operate-drawer .el-drawer__header {
|
|
1028
1094
|
padding: 10px 15px;
|
|
@@ -1079,29 +1145,6 @@ video {
|
|
|
1079
1145
|
border-radius: 10px;
|
|
1080
1146
|
background: #eee;
|
|
1081
1147
|
}
|
|
1082
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1083
|
-
border-right: none;
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1087
|
-
height: 0;
|
|
1088
|
-
}
|
|
1089
|
-
|
|
1090
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1091
|
-
height: 0;
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border:after {
|
|
1095
|
-
height: 0;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border:before {
|
|
1099
|
-
height: 0;
|
|
1100
|
-
}
|
|
1101
|
-
|
|
1102
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1103
|
-
height: 0;
|
|
1104
|
-
}
|
|
1105
1148
|
@charset "UTF-8";
|
|
1106
1149
|
.table-custom-header-drawer .el-drawer__header {
|
|
1107
1150
|
padding: 10px 15px;
|
|
@@ -1157,47 +1200,4 @@ video {
|
|
|
1157
1200
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1158
1201
|
border-radius: 10px;
|
|
1159
1202
|
background: #eee;
|
|
1160
|
-
}
|
|
1161
|
-
.gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
|
|
1162
|
-
padding: 0;
|
|
1163
|
-
}
|
|
1164
|
-
|
|
1165
|
-
.gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload-list__item, .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload--picture-card {
|
|
1166
|
-
width: auto;
|
|
1167
|
-
height: auto;
|
|
1168
|
-
}
|
|
1169
|
-
.gm-upload-file {
|
|
1170
|
-
line-height: normal;
|
|
1171
|
-
}
|
|
1172
|
-
.gm-upload-file .el-checkbox {
|
|
1173
|
-
position: absolute;
|
|
1174
|
-
left: 10px;
|
|
1175
|
-
top: 0;
|
|
1176
|
-
z-index: 9;
|
|
1177
|
-
}
|
|
1178
|
-
.gm-upload-file .el-upload-list--picture-card {
|
|
1179
|
-
gap: 10px;
|
|
1180
|
-
}
|
|
1181
|
-
.gm-upload-file .el-upload-list__item {
|
|
1182
|
-
margin: 0;
|
|
1183
|
-
}
|
|
1184
|
-
.gm-upload-file .el-upload-list__item-file-name {
|
|
1185
|
-
line-height: normal;
|
|
1186
|
-
}
|
|
1187
|
-
.gm-upload-file .el-upload-dragger {
|
|
1188
|
-
padding: 0;
|
|
1189
|
-
border: none;
|
|
1190
|
-
width: 100%;
|
|
1191
|
-
height: 100%;
|
|
1192
|
-
display: flex;
|
|
1193
|
-
}
|
|
1194
|
-
.gm-upload-file .el-upload--picture-card {
|
|
1195
|
-
border: none;
|
|
1196
|
-
}
|
|
1197
|
-
|
|
1198
|
-
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1199
|
-
display: none;
|
|
1200
|
-
}
|
|
1201
|
-
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1202
|
-
display: none;
|
|
1203
1203
|
}
|