@wfrog/vc-ui 1.13.7 → 1.13.9
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/components/explorer-form/explorer-form.mjs +7 -8
- package/dist/es/components/explorer-form/index.css +18 -18
- package/dist/es/components/explorer-modal-form/explorer-modal-form.mjs +0 -1
- package/dist/es/components/explorer-table/explorer-table.mjs +9 -9
- package/dist/es/components/explorer-table/index.css +19 -19
- package/dist/es/components/form-item/form-item.mjs +7 -7
- package/dist/es/components/form-item/index.css +9 -9
- package/dist/es/index.mjs +1 -1
- package/dist/index.css +46 -46
- package/package.json +1 -1
|
@@ -133,7 +133,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
133
133
|
model: __props.form.fields,
|
|
134
134
|
rules: __props.form.rules,
|
|
135
135
|
disabled: unref(isDisabled),
|
|
136
|
-
"require-asterisk-position": "right",
|
|
137
136
|
"label-position": __props.labelPosition,
|
|
138
137
|
class: _ctx.$style.form
|
|
139
138
|
}), {
|
|
@@ -155,15 +154,15 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
155
154
|
}
|
|
156
155
|
});
|
|
157
156
|
|
|
158
|
-
/* unplugin-vue-components disabled */const header = "
|
|
159
|
-
const icon = "
|
|
160
|
-
const actions = "
|
|
161
|
-
const form = "
|
|
162
|
-
const scrollbar = "
|
|
157
|
+
/* unplugin-vue-components disabled */const header = "_header_ld7ou_8";
|
|
158
|
+
const icon = "_icon_ld7ou_25";
|
|
159
|
+
const actions = "_actions_ld7ou_31";
|
|
160
|
+
const form = "_form_ld7ou_40";
|
|
161
|
+
const scrollbar = "_scrollbar_ld7ou_51";
|
|
163
162
|
const style0 = {
|
|
164
|
-
"explorer-form": "_explorer-
|
|
163
|
+
"explorer-form": "_explorer-form_ld7ou_1",
|
|
165
164
|
header: header,
|
|
166
|
-
"header-container": "_header-
|
|
165
|
+
"header-container": "_header-container_ld7ou_21",
|
|
167
166
|
icon: icon,
|
|
168
167
|
actions: actions,
|
|
169
168
|
form: form,
|
|
@@ -1,48 +1,48 @@
|
|
|
1
1
|
/* source: src/components/explorer-form/explorer-form.vue */
|
|
2
|
-
._explorer-
|
|
2
|
+
._explorer-form_ld7ou_1 {
|
|
3
3
|
display: flex;
|
|
4
|
-
flex-direction: column;
|
|
5
4
|
flex-grow: 1;
|
|
5
|
+
flex-direction: column;
|
|
6
6
|
height: 100px;
|
|
7
7
|
}
|
|
8
|
-
.
|
|
8
|
+
._header_ld7ou_8 {
|
|
9
9
|
display: flex;
|
|
10
|
-
|
|
10
|
+
row-gap: 8px;
|
|
11
|
+
flex-wrap: wrap;
|
|
11
12
|
justify-content: space-between;
|
|
12
|
-
|
|
13
|
-
padding-bottom: 7px;
|
|
13
|
+
align-items: center;
|
|
14
14
|
box-sizing: border-box;
|
|
15
15
|
margin-bottom: 8px;
|
|
16
|
+
border-bottom: 1px solid var(--el-border-color-lighter);
|
|
17
|
+
padding-bottom: 7px;
|
|
16
18
|
color: var(--el-text-color-regular);
|
|
17
|
-
flex-wrap: wrap;
|
|
18
|
-
row-gap: 8px;
|
|
19
19
|
}
|
|
20
|
-
._header-
|
|
20
|
+
._header-container_ld7ou_21 {
|
|
21
21
|
font-size: var(--el-font-size-medium);
|
|
22
22
|
}
|
|
23
|
-
.
|
|
23
|
+
._icon_ld7ou_25 {
|
|
24
|
+
transform: translateY(1px);
|
|
24
25
|
margin-right: 4px;
|
|
25
26
|
font-size: var(--el-font-size-extra-large);
|
|
26
|
-
transform: translateY(1px);
|
|
27
27
|
}
|
|
28
|
-
.
|
|
28
|
+
._actions_ld7ou_31 {
|
|
29
29
|
display: flex;
|
|
30
30
|
align-items: center;
|
|
31
31
|
gap: 8px;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
._actions_ld7ou_31 .el-button {
|
|
34
34
|
margin-left: 0 !important;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
._form_ld7ou_40 {
|
|
37
37
|
display: flex;
|
|
38
38
|
flex-grow: 1;
|
|
39
|
-
align-items: flex-start;
|
|
40
39
|
flex-direction: column;
|
|
40
|
+
align-items: flex-start;
|
|
41
41
|
}
|
|
42
|
-
.
|
|
43
|
-
width: 100%;
|
|
42
|
+
._form_ld7ou_40 > .el-row {
|
|
44
43
|
margin: 0 !important;
|
|
44
|
+
width: 100%;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
._scrollbar_ld7ou_51 {
|
|
47
47
|
margin: 0 -8px;
|
|
48
48
|
}
|
|
@@ -130,7 +130,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
130
130
|
withDirectives((openBlock(), createBlock(unref(ElForm), mergeProps({
|
|
131
131
|
ref_key: "formRef",
|
|
132
132
|
ref: formRef,
|
|
133
|
-
"require-asterisk-position": "right",
|
|
134
133
|
"label-position": __props.labelPosition,
|
|
135
134
|
disabled: __props.disabled || !unref(isEditing)
|
|
136
135
|
}, __props.formProps, {
|
|
@@ -42,7 +42,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
42
42
|
emits: ["columnEvent", "singleSelectionChange", "multipleSelectionChange", "selectionChange", "selectAll", "loadMore"],
|
|
43
43
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
44
44
|
useCssVars((_ctx) => ({
|
|
45
|
-
"
|
|
45
|
+
"v34b07a80": `${_ctx.empty ? "flex" : "none"}`
|
|
46
46
|
}));
|
|
47
47
|
const props = __props;
|
|
48
48
|
const emits = __emit;
|
|
@@ -333,19 +333,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
333
333
|
}
|
|
334
334
|
});
|
|
335
335
|
|
|
336
|
-
/* unplugin-vue-components disabled */const table = "
|
|
337
|
-
const selection = "
|
|
338
|
-
const radio = "
|
|
339
|
-
const checkbox = "
|
|
340
|
-
const sentinel = "
|
|
336
|
+
/* unplugin-vue-components disabled */const table = "_table_o4h9r_7";
|
|
337
|
+
const selection = "_selection_o4h9r_27";
|
|
338
|
+
const radio = "_radio_o4h9r_32";
|
|
339
|
+
const checkbox = "_checkbox_o4h9r_39";
|
|
340
|
+
const sentinel = "_sentinel_o4h9r_55";
|
|
341
341
|
const style0 = {
|
|
342
|
-
"explorer-table": "_explorer-
|
|
342
|
+
"explorer-table": "_explorer-table_o4h9r_1",
|
|
343
343
|
table: table,
|
|
344
344
|
selection: selection,
|
|
345
345
|
radio: radio,
|
|
346
346
|
checkbox: checkbox,
|
|
347
|
-
"selected-row": "_selected-
|
|
348
|
-
"status-text": "_status-
|
|
347
|
+
"selected-row": "_selected-row_o4h9r_43",
|
|
348
|
+
"status-text": "_status-text_o4h9r_47",
|
|
349
349
|
sentinel: sentinel
|
|
350
350
|
};
|
|
351
351
|
|
|
@@ -1,51 +1,51 @@
|
|
|
1
1
|
/* source: src/components/explorer-table/explorer-table.vue */
|
|
2
|
-
._explorer-
|
|
2
|
+
._explorer-table_o4h9r_1 {
|
|
3
3
|
display: flex;
|
|
4
|
-
flex-direction: column;
|
|
5
4
|
flex-grow: 1;
|
|
5
|
+
flex-direction: column;
|
|
6
6
|
}
|
|
7
|
-
div.
|
|
7
|
+
div._table_o4h9r_7 {
|
|
8
8
|
flex-grow: 1;
|
|
9
9
|
height: 100px;
|
|
10
10
|
--el-table-header-bg-color: var(--el-color-info-light-9);
|
|
11
11
|
--el-table-row-hover-bg-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
12
12
|
}
|
|
13
|
-
div.
|
|
13
|
+
div._table_o4h9r_7 .el-scrollbar__view {
|
|
14
14
|
height: 100px;
|
|
15
15
|
min-height: 100%;
|
|
16
16
|
}
|
|
17
|
-
div.
|
|
17
|
+
div._table_o4h9r_7 .el-table__header-wrapper .el-table__cell:hover {
|
|
18
18
|
border-right-color: var(--el-color-primary-light-5) !important;
|
|
19
19
|
}
|
|
20
|
-
div.
|
|
20
|
+
div._table_o4h9r_7 .el-table__column-resize-proxy {
|
|
21
21
|
border-color: var(--el-color-primary);
|
|
22
22
|
}
|
|
23
|
-
div.
|
|
24
|
-
display: var(--
|
|
23
|
+
div._table_o4h9r_7 .el-table__empty-block {
|
|
24
|
+
display: var(--v34b07a80);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
27
|
-
align-items: center;
|
|
26
|
+
._selection_o4h9r_27 .cell {
|
|
28
27
|
display: flex;
|
|
28
|
+
align-items: center;
|
|
29
29
|
}
|
|
30
|
-
.
|
|
31
|
-
height: unset;
|
|
30
|
+
._radio_o4h9r_32 {
|
|
31
|
+
height: unset !important;
|
|
32
32
|
}
|
|
33
|
-
.
|
|
33
|
+
._radio_o4h9r_32 .el-radio__label {
|
|
34
34
|
display: none;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
._checkbox_o4h9r_39 {
|
|
37
37
|
height: unset !important;
|
|
38
38
|
}
|
|
39
|
-
._selected-
|
|
39
|
+
._selected-row_o4h9r_43 td.el-table__cell {
|
|
40
40
|
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light)) !important;
|
|
41
41
|
}
|
|
42
|
-
._status-
|
|
43
|
-
align-items: center;
|
|
44
|
-
column-gap: 4px;
|
|
42
|
+
._status-text_o4h9r_47 {
|
|
45
43
|
display: flex;
|
|
44
|
+
column-gap: 4px;
|
|
46
45
|
justify-content: flex-start;
|
|
46
|
+
align-items: center;
|
|
47
47
|
padding: 12px;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
._sentinel_o4h9r_55 {
|
|
50
50
|
height: 0;
|
|
51
51
|
}
|
|
@@ -24,7 +24,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
24
24
|
emits: ["click"],
|
|
25
25
|
setup(__props, { emit: __emit }) {
|
|
26
26
|
useCssVars((_ctx) => ({
|
|
27
|
-
"
|
|
27
|
+
"bc62b678": `${_ctx.noEdit ? 4 : 0}px`
|
|
28
28
|
}));
|
|
29
29
|
const props = __props;
|
|
30
30
|
const emits = __emit;
|
|
@@ -81,13 +81,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
81
81
|
}
|
|
82
82
|
});
|
|
83
83
|
|
|
84
|
-
/* unplugin-vue-components disabled */const label = "
|
|
84
|
+
/* unplugin-vue-components disabled */const label = "_label_1ethd_1";
|
|
85
85
|
const style0 = {
|
|
86
|
-
"form-item": "_form-
|
|
87
|
-
"label-extra": "_label-
|
|
88
|
-
"label-wrapper": "_label-
|
|
89
|
-
"label-container": "_label-
|
|
90
|
-
"no-edit-icon": "_no-edit-
|
|
86
|
+
"form-item": "_form-item_1ethd_1",
|
|
87
|
+
"label-extra": "_label-extra_1ethd_1",
|
|
88
|
+
"label-wrapper": "_label-wrapper_1ethd_13",
|
|
89
|
+
"label-container": "_label-container_1ethd_19",
|
|
90
|
+
"no-edit-icon": "_no-edit-icon_1ethd_25",
|
|
91
91
|
label: label
|
|
92
92
|
};
|
|
93
93
|
|
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
/* source: src/components/form-item/form-item.vue */
|
|
2
|
-
._form-
|
|
2
|
+
._form-item_1ethd_1 ._label-extra_1ethd_1 {
|
|
3
3
|
display: none;
|
|
4
4
|
}
|
|
5
|
-
._form-
|
|
5
|
+
._form-item_1ethd_1 .el-form-item__label {
|
|
6
6
|
display: flex;
|
|
7
7
|
}
|
|
8
|
-
._form-
|
|
8
|
+
._form-item_1ethd_1.el-form-item--label-top .el-form-item__label {
|
|
9
9
|
width: auto;
|
|
10
10
|
}
|
|
11
|
-
._form-
|
|
11
|
+
._form-item_1ethd_1.el-form-item--label-top ._label-extra_1ethd_1 {
|
|
12
12
|
display: flex;
|
|
13
13
|
}
|
|
14
|
-
._form-
|
|
14
|
+
._form-item_1ethd_1.el-form-item--label-top ._label-wrapper_1ethd_13 {
|
|
15
15
|
display: flex;
|
|
16
16
|
flex-grow: 1;
|
|
17
17
|
justify-content: space-between;
|
|
18
18
|
}
|
|
19
|
-
._label-
|
|
19
|
+
._label-container_1ethd_19 {
|
|
20
20
|
display: inline-flex;
|
|
21
21
|
justify-content: center;
|
|
22
22
|
align-items: center;
|
|
23
23
|
}
|
|
24
|
-
._no-edit-
|
|
24
|
+
._no-edit-icon_1ethd_25 {
|
|
25
25
|
color: var(--el-color-warning);
|
|
26
26
|
}
|
|
27
|
-
.
|
|
27
|
+
._label_1ethd_1 {
|
|
28
28
|
margin-right: 4px;
|
|
29
|
-
margin-left: var(--
|
|
29
|
+
margin-left: var(--bc62b678);
|
|
30
30
|
}
|
package/dist/es/index.mjs
CHANGED
|
@@ -164,7 +164,7 @@ const __vite_glob_0_50 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePr
|
|
|
164
164
|
default: _sfc_main$8
|
|
165
165
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
166
166
|
|
|
167
|
-
const version = "1.13.
|
|
167
|
+
const version = "1.13.9";
|
|
168
168
|
|
|
169
169
|
const modules = /* #__PURE__ */ Object.assign({"./components/awesome-icon/awesome-icon.vue": __vite_glob_0_0,"./components/backbottom/backbottom.vue": __vite_glob_0_1,"./components/button/button.vue": __vite_glob_0_2,"./components/chat-container/chat-container.vue": __vite_glob_0_3,"./components/choice-boolean/choice-boolean.vue": __vite_glob_0_4,"./components/choice/choice.vue": __vite_glob_0_5,"./components/color-switch/color-switch.vue": __vite_glob_0_6,"./components/config-provider/config-provider.vue": __vite_glob_0_7,"./components/cropper/cropper.vue": __vite_glob_0_8,"./components/currency/currency.vue": __vite_glob_0_9,"./components/dark-switch/dark-switch.vue": __vite_glob_0_10,"./components/daterange-picker/daterange-picker.vue": __vite_glob_0_11,"./components/dialog-camera-upload/dialog-camera-upload.vue": __vite_glob_0_12,"./components/dialog-map-point/dialog-map-point.vue": __vite_glob_0_13,"./components/dialog-upload-images/dialog-upload-images.vue": __vite_glob_0_14,"./components/dialog/dialog.vue": __vite_glob_0_15,"./components/drag-verify/drag-verify.vue": __vite_glob_0_16,"./components/drawer/drawer.vue": __vite_glob_0_17,"./components/easy-pagination/easy-pagination.vue": __vite_glob_0_18,"./components/el-icon/el-icon.vue": __vite_glob_0_19,"./components/explorer-column-table/explorer-column-table.vue": __vite_glob_0_20,"./components/explorer-container/explorer-container.vue": __vite_glob_0_21,"./components/explorer-filter/explorer-filter.vue": __vite_glob_0_22,"./components/explorer-footer/explorer-footer.vue": __vite_glob_0_23,"./components/explorer-form/explorer-form.vue": __vite_glob_0_24,"./components/explorer-list/explorer-list.vue": __vite_glob_0_25,"./components/explorer-modal-form/explorer-modal-form.vue": __vite_glob_0_26,"./components/explorer-panel/explorer-panel.vue": __vite_glob_0_27,"./components/explorer-query/explorer-query.vue": __vite_glob_0_28,"./components/explorer-table/explorer-table.vue": __vite_glob_0_29,"./components/explorer-tools/explorer-tools.vue": __vite_glob_0_30,"./components/explorer-tree/explorer-tree.vue": __vite_glob_0_31,"./components/explorer/explorer.vue": __vite_glob_0_32,"./components/flag/flag.vue": __vite_glob_0_33,"./components/form-item/form-item.vue": __vite_glob_0_34,"./components/gen-input/gen-input.vue": __vite_glob_0_35,"./components/icon-picker/icon-picker.vue": __vite_glob_0_36,"./components/icon/icon.vue": __vite_glob_0_37,"./components/iconify-icon/iconify-icon.vue": __vite_glob_0_38,"./components/image/image.vue": __vite_glob_0_39,"./components/info-tooltip/info-tooltip.vue": __vite_glob_0_40,"./components/input-number/input-number.vue": __vite_glob_0_41,"./components/input/input.vue": __vite_glob_0_42,"./components/pca-picker/pca-picker.vue": __vite_glob_0_43,"./components/qr-code/qr-code.vue": __vite_glob_0_44,"./components/screenfull/screenfull.vue": __vite_glob_0_45,"./components/scrollbar/scrollbar.vue": __vite_glob_0_46,"./components/select/select.vue": __vite_glob_0_47,"./components/single-player/single-player.vue": __vite_glob_0_48,"./components/splitter-panel/splitter-panel.vue": __vite_glob_0_49,"./components/splitter/splitter.vue": __vite_glob_0_50,"./components/svg-icon/svg-icon.vue": __vite_glob_0_51,"./components/switch/switch.vue": __vite_glob_0_52,"./components/sync-scroll-container/sync-scroll-container.vue": __vite_glob_0_53,"./components/tags/tags.vue": __vite_glob_0_54,"./components/text-ellipsis/text-ellipsis.vue": __vite_glob_0_55,"./components/thousand-input/thousand-input.vue": __vite_glob_0_56,"./components/tinymce/tinymce.vue": __vite_glob_0_57,"./components/transfer-panel/transfer-panel.vue": __vite_glob_0_58,"./components/transfer/transfer.vue": __vite_glob_0_59,"./components/tree-picker/tree-picker.vue": __vite_glob_0_60,"./components/tree-select/tree-select.vue": __vite_glob_0_61,"./components/upload-file/upload-file.vue": __vite_glob_0_62});
|
|
170
170
|
const upper = (_, letter) => letter.toUpperCase();
|
package/dist/index.css
CHANGED
|
@@ -621,51 +621,51 @@ div._table_1vtct_1 {
|
|
|
621
621
|
padding-top: var(--v42199fad);
|
|
622
622
|
}
|
|
623
623
|
/* source: src/components/explorer-form/explorer-form.vue */
|
|
624
|
-
._explorer-
|
|
624
|
+
._explorer-form_ld7ou_1 {
|
|
625
625
|
display: flex;
|
|
626
|
-
flex-direction: column;
|
|
627
626
|
flex-grow: 1;
|
|
627
|
+
flex-direction: column;
|
|
628
628
|
height: 100px;
|
|
629
629
|
}
|
|
630
|
-
.
|
|
630
|
+
._header_ld7ou_8 {
|
|
631
631
|
display: flex;
|
|
632
|
-
|
|
632
|
+
row-gap: 8px;
|
|
633
|
+
flex-wrap: wrap;
|
|
633
634
|
justify-content: space-between;
|
|
634
|
-
|
|
635
|
-
padding-bottom: 7px;
|
|
635
|
+
align-items: center;
|
|
636
636
|
box-sizing: border-box;
|
|
637
637
|
margin-bottom: 8px;
|
|
638
|
+
border-bottom: 1px solid var(--el-border-color-lighter);
|
|
639
|
+
padding-bottom: 7px;
|
|
638
640
|
color: var(--el-text-color-regular);
|
|
639
|
-
flex-wrap: wrap;
|
|
640
|
-
row-gap: 8px;
|
|
641
641
|
}
|
|
642
|
-
._header-
|
|
642
|
+
._header-container_ld7ou_21 {
|
|
643
643
|
font-size: var(--el-font-size-medium);
|
|
644
644
|
}
|
|
645
|
-
.
|
|
645
|
+
._icon_ld7ou_25 {
|
|
646
|
+
transform: translateY(1px);
|
|
646
647
|
margin-right: 4px;
|
|
647
648
|
font-size: var(--el-font-size-extra-large);
|
|
648
|
-
transform: translateY(1px);
|
|
649
649
|
}
|
|
650
|
-
.
|
|
650
|
+
._actions_ld7ou_31 {
|
|
651
651
|
display: flex;
|
|
652
652
|
align-items: center;
|
|
653
653
|
gap: 8px;
|
|
654
654
|
}
|
|
655
|
-
.
|
|
655
|
+
._actions_ld7ou_31 .el-button {
|
|
656
656
|
margin-left: 0 !important;
|
|
657
657
|
}
|
|
658
|
-
.
|
|
658
|
+
._form_ld7ou_40 {
|
|
659
659
|
display: flex;
|
|
660
660
|
flex-grow: 1;
|
|
661
|
-
align-items: flex-start;
|
|
662
661
|
flex-direction: column;
|
|
662
|
+
align-items: flex-start;
|
|
663
663
|
}
|
|
664
|
-
.
|
|
665
|
-
width: 100%;
|
|
664
|
+
._form_ld7ou_40 > .el-row {
|
|
666
665
|
margin: 0 !important;
|
|
666
|
+
width: 100%;
|
|
667
667
|
}
|
|
668
|
-
.
|
|
668
|
+
._scrollbar_ld7ou_51 {
|
|
669
669
|
margin: 0 -8px;
|
|
670
670
|
}
|
|
671
671
|
/* source: src/components/explorer-list/explorer-list.vue */
|
|
@@ -800,54 +800,54 @@ div._table_1vtct_1 {
|
|
|
800
800
|
margin-left: 0;
|
|
801
801
|
}
|
|
802
802
|
/* source: src/components/explorer-table/explorer-table.vue */
|
|
803
|
-
._explorer-
|
|
803
|
+
._explorer-table_o4h9r_1 {
|
|
804
804
|
display: flex;
|
|
805
|
-
flex-direction: column;
|
|
806
805
|
flex-grow: 1;
|
|
806
|
+
flex-direction: column;
|
|
807
807
|
}
|
|
808
|
-
div.
|
|
808
|
+
div._table_o4h9r_7 {
|
|
809
809
|
flex-grow: 1;
|
|
810
810
|
height: 100px;
|
|
811
811
|
--el-table-header-bg-color: var(--el-color-info-light-9);
|
|
812
812
|
--el-table-row-hover-bg-color: var(--vc-highlight-bg-color, var(--el-fill-color-light));
|
|
813
813
|
}
|
|
814
|
-
div.
|
|
814
|
+
div._table_o4h9r_7 .el-scrollbar__view {
|
|
815
815
|
height: 100px;
|
|
816
816
|
min-height: 100%;
|
|
817
817
|
}
|
|
818
|
-
div.
|
|
818
|
+
div._table_o4h9r_7 .el-table__header-wrapper .el-table__cell:hover {
|
|
819
819
|
border-right-color: var(--el-color-primary-light-5) !important;
|
|
820
820
|
}
|
|
821
|
-
div.
|
|
821
|
+
div._table_o4h9r_7 .el-table__column-resize-proxy {
|
|
822
822
|
border-color: var(--el-color-primary);
|
|
823
823
|
}
|
|
824
|
-
div.
|
|
825
|
-
display: var(--
|
|
824
|
+
div._table_o4h9r_7 .el-table__empty-block {
|
|
825
|
+
display: var(--v34b07a80);
|
|
826
826
|
}
|
|
827
|
-
.
|
|
828
|
-
align-items: center;
|
|
827
|
+
._selection_o4h9r_27 .cell {
|
|
829
828
|
display: flex;
|
|
829
|
+
align-items: center;
|
|
830
830
|
}
|
|
831
|
-
.
|
|
832
|
-
height: unset;
|
|
831
|
+
._radio_o4h9r_32 {
|
|
832
|
+
height: unset !important;
|
|
833
833
|
}
|
|
834
|
-
.
|
|
834
|
+
._radio_o4h9r_32 .el-radio__label {
|
|
835
835
|
display: none;
|
|
836
836
|
}
|
|
837
|
-
.
|
|
837
|
+
._checkbox_o4h9r_39 {
|
|
838
838
|
height: unset !important;
|
|
839
839
|
}
|
|
840
|
-
._selected-
|
|
840
|
+
._selected-row_o4h9r_43 td.el-table__cell {
|
|
841
841
|
background-color: var(--vc-highlight-bg-color, var(--el-fill-color-light)) !important;
|
|
842
842
|
}
|
|
843
|
-
._status-
|
|
844
|
-
align-items: center;
|
|
845
|
-
column-gap: 4px;
|
|
843
|
+
._status-text_o4h9r_47 {
|
|
846
844
|
display: flex;
|
|
845
|
+
column-gap: 4px;
|
|
847
846
|
justify-content: flex-start;
|
|
847
|
+
align-items: center;
|
|
848
848
|
padding: 12px;
|
|
849
849
|
}
|
|
850
|
-
.
|
|
850
|
+
._sentinel_o4h9r_55 {
|
|
851
851
|
height: 0;
|
|
852
852
|
}
|
|
853
853
|
/* source: src/components/explorer-tools/components/column-setter.vue,src/components/explorer-tools/explorer-tools.vue */
|
|
@@ -991,34 +991,34 @@ div._explorer_volay_1 :glbal ._el-splitter__mask_volay_9 {
|
|
|
991
991
|
transform: translateX(0);
|
|
992
992
|
}
|
|
993
993
|
/* source: src/components/form-item/form-item.vue */
|
|
994
|
-
._form-
|
|
994
|
+
._form-item_1ethd_1 ._label-extra_1ethd_1 {
|
|
995
995
|
display: none;
|
|
996
996
|
}
|
|
997
|
-
._form-
|
|
997
|
+
._form-item_1ethd_1 .el-form-item__label {
|
|
998
998
|
display: flex;
|
|
999
999
|
}
|
|
1000
|
-
._form-
|
|
1000
|
+
._form-item_1ethd_1.el-form-item--label-top .el-form-item__label {
|
|
1001
1001
|
width: auto;
|
|
1002
1002
|
}
|
|
1003
|
-
._form-
|
|
1003
|
+
._form-item_1ethd_1.el-form-item--label-top ._label-extra_1ethd_1 {
|
|
1004
1004
|
display: flex;
|
|
1005
1005
|
}
|
|
1006
|
-
._form-
|
|
1006
|
+
._form-item_1ethd_1.el-form-item--label-top ._label-wrapper_1ethd_13 {
|
|
1007
1007
|
display: flex;
|
|
1008
1008
|
flex-grow: 1;
|
|
1009
1009
|
justify-content: space-between;
|
|
1010
1010
|
}
|
|
1011
|
-
._label-
|
|
1011
|
+
._label-container_1ethd_19 {
|
|
1012
1012
|
display: inline-flex;
|
|
1013
1013
|
justify-content: center;
|
|
1014
1014
|
align-items: center;
|
|
1015
1015
|
}
|
|
1016
|
-
._no-edit-
|
|
1016
|
+
._no-edit-icon_1ethd_25 {
|
|
1017
1017
|
color: var(--el-color-warning);
|
|
1018
1018
|
}
|
|
1019
|
-
.
|
|
1019
|
+
._label_1ethd_1 {
|
|
1020
1020
|
margin-right: 4px;
|
|
1021
|
-
margin-left: var(--
|
|
1021
|
+
margin-left: var(--bc62b678);
|
|
1022
1022
|
}
|
|
1023
1023
|
/* source: src/components/gen-input/gen-input.vue */
|
|
1024
1024
|
._gen-input_1q48e_1 {
|