@fecp/designer 5.5.49 → 5.5.51
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/es/designer/package.json.mjs +1 -1
- package/es/designer/src/packages/form/aside/index.mjs +2 -0
- package/es/designer/src/packages/form/property/subTable.vue.mjs +78 -16
- package/es/designer.css +106 -91
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +1 -1
- package/es/packages/vue/src/components/forms/number/Number.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/roleSelect/RoleSelect.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/subTable/SubTable.vue.mjs +7 -9
- package/es/packages/vue/src/components/forms/userSelect/UserSelect.vue.mjs +2 -2
- package/es/packages/vue/src/components/table/Table.vue.mjs +72 -15
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/form/aside/index.js +2 -0
- package/lib/designer/src/packages/form/property/subTable.vue.js +78 -16
- package/lib/designer.css +106 -91
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +1 -1
- package/lib/packages/vue/src/components/forms/number/Number.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/roleSelect/RoleSelect.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/subTable/SubTable.vue.js +7 -9
- package/lib/packages/vue/src/components/forms/userSelect/UserSelect.vue.js +2 -2
- package/lib/packages/vue/src/components/table/Table.vue.js +71 -14
- package/package.json +1 -1
|
@@ -61,6 +61,12 @@ const _sfc_main = {
|
|
|
61
61
|
if (!item.btnRollback) {
|
|
62
62
|
item.btnRollback = [];
|
|
63
63
|
}
|
|
64
|
+
if (!item.subTableHeightType) {
|
|
65
|
+
item.subTableHeightType = "auto";
|
|
66
|
+
}
|
|
67
|
+
if (!item.subTableMaxHeight) {
|
|
68
|
+
item.subTableMaxHeight = 300;
|
|
69
|
+
}
|
|
64
70
|
return item;
|
|
65
71
|
});
|
|
66
72
|
const activeName = ref(["common"]);
|
|
@@ -148,7 +154,7 @@ const _sfc_main = {
|
|
|
148
154
|
return openBlock(), createBlock(_component_el_collapse, {
|
|
149
155
|
class: "setting",
|
|
150
156
|
modelValue: activeName.value,
|
|
151
|
-
"onUpdate:modelValue": _cache[
|
|
157
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = ($event) => activeName.value = $event)
|
|
152
158
|
}, {
|
|
153
159
|
default: withCtx(() => [
|
|
154
160
|
createVNode(_component_el_collapse_item, {
|
|
@@ -185,19 +191,19 @@ const _sfc_main = {
|
|
|
185
191
|
}, {
|
|
186
192
|
default: withCtx(() => [
|
|
187
193
|
createVNode(_component_el_radio_button, { value: "none" }, {
|
|
188
|
-
default: withCtx(() => _cache[
|
|
194
|
+
default: withCtx(() => _cache[17] || (_cache[17] = [
|
|
189
195
|
createTextVNode("无")
|
|
190
196
|
])),
|
|
191
197
|
_: 1
|
|
192
198
|
}),
|
|
193
199
|
createVNode(_component_el_radio_button, { value: "label" }, {
|
|
194
|
-
default: withCtx(() => _cache[
|
|
200
|
+
default: withCtx(() => _cache[18] || (_cache[18] = [
|
|
195
201
|
createTextVNode("标题")
|
|
196
202
|
])),
|
|
197
203
|
_: 1
|
|
198
204
|
}),
|
|
199
205
|
createVNode(_component_el_radio_button, { value: "subLabel" }, {
|
|
200
|
-
default: withCtx(() => _cache[
|
|
206
|
+
default: withCtx(() => _cache[19] || (_cache[19] = [
|
|
201
207
|
createTextVNode("子标题")
|
|
202
208
|
])),
|
|
203
209
|
_: 1
|
|
@@ -234,13 +240,13 @@ const _sfc_main = {
|
|
|
234
240
|
}, {
|
|
235
241
|
default: withCtx(() => [
|
|
236
242
|
createVNode(_component_el_radio_button, { value: "main" }, {
|
|
237
|
-
default: withCtx(() => _cache[
|
|
243
|
+
default: withCtx(() => _cache[20] || (_cache[20] = [
|
|
238
244
|
createTextVNode("主页面获取")
|
|
239
245
|
])),
|
|
240
246
|
_: 1
|
|
241
247
|
}),
|
|
242
248
|
createVNode(_component_el_radio_button, { value: "self" }, {
|
|
243
|
-
default: withCtx(() => _cache[
|
|
249
|
+
default: withCtx(() => _cache[21] || (_cache[21] = [
|
|
244
250
|
createTextVNode("子列表自加载")
|
|
245
251
|
])),
|
|
246
252
|
_: 1
|
|
@@ -321,29 +327,85 @@ const _sfc_main = {
|
|
|
321
327
|
]),
|
|
322
328
|
_: 1
|
|
323
329
|
}),
|
|
324
|
-
createVNode(_component_el_form_item, { label: "
|
|
330
|
+
createVNode(_component_el_form_item, { label: "列表高度" }, {
|
|
331
|
+
default: withCtx(() => [
|
|
332
|
+
createVNode(_component_el_radio_group, {
|
|
333
|
+
modelValue: currentItem.value.subTableHeightType,
|
|
334
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = ($event) => currentItem.value.subTableHeightType = $event),
|
|
335
|
+
size: "small"
|
|
336
|
+
}, {
|
|
337
|
+
default: withCtx(() => [
|
|
338
|
+
createVNode(_component_el_radio_button, { value: "auto" }, {
|
|
339
|
+
default: withCtx(() => _cache[22] || (_cache[22] = [
|
|
340
|
+
createTextVNode("自适应")
|
|
341
|
+
])),
|
|
342
|
+
_: 1
|
|
343
|
+
}),
|
|
344
|
+
createVNode(_component_el_radio_button, { value: "max" }, {
|
|
345
|
+
default: withCtx(() => _cache[23] || (_cache[23] = [
|
|
346
|
+
createTextVNode("最大高度")
|
|
347
|
+
])),
|
|
348
|
+
_: 1
|
|
349
|
+
}),
|
|
350
|
+
createVNode(_component_el_radio_button, { value: "fixed" }, {
|
|
351
|
+
default: withCtx(() => _cache[24] || (_cache[24] = [
|
|
352
|
+
createTextVNode("固定高度")
|
|
353
|
+
])),
|
|
354
|
+
_: 1
|
|
355
|
+
})
|
|
356
|
+
]),
|
|
357
|
+
_: 1
|
|
358
|
+
}, 8, ["modelValue"])
|
|
359
|
+
]),
|
|
360
|
+
_: 1
|
|
361
|
+
}),
|
|
362
|
+
currentItem.value.subTableHeightType == "max" ? (openBlock(), createBlock(_component_el_form_item, {
|
|
363
|
+
key: 0,
|
|
364
|
+
label: "最大高度"
|
|
365
|
+
}, {
|
|
366
|
+
default: withCtx(() => [
|
|
367
|
+
createVNode(_component_el_input_number, {
|
|
368
|
+
modelValue: currentItem.value.subTableMaxHeight,
|
|
369
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = ($event) => currentItem.value.subTableMaxHeight = $event),
|
|
370
|
+
min: 100,
|
|
371
|
+
"controls-position": "right",
|
|
372
|
+
controls: false,
|
|
373
|
+
style: { "width": "100%" }
|
|
374
|
+
}, {
|
|
375
|
+
suffix: withCtx(() => _cache[25] || (_cache[25] = [
|
|
376
|
+
createTextVNode("px")
|
|
377
|
+
])),
|
|
378
|
+
_: 1
|
|
379
|
+
}, 8, ["modelValue"])
|
|
380
|
+
]),
|
|
381
|
+
_: 1
|
|
382
|
+
})) : createCommentVNode("", true),
|
|
383
|
+
currentItem.value.subTableHeightType == "fixed" ? (openBlock(), createBlock(_component_el_form_item, {
|
|
384
|
+
key: 1,
|
|
385
|
+
label: "固定高度"
|
|
386
|
+
}, {
|
|
325
387
|
default: withCtx(() => [
|
|
326
388
|
createVNode(_component_el_input_number, {
|
|
327
389
|
modelValue: currentItem.value.subTableHeight,
|
|
328
|
-
"onUpdate:modelValue": _cache[
|
|
329
|
-
min:
|
|
390
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = ($event) => currentItem.value.subTableHeight = $event),
|
|
391
|
+
min: 100,
|
|
330
392
|
"controls-position": "right",
|
|
331
393
|
controls: false,
|
|
332
394
|
style: { "width": "100%" }
|
|
333
395
|
}, {
|
|
334
|
-
suffix: withCtx(() => _cache[
|
|
396
|
+
suffix: withCtx(() => _cache[26] || (_cache[26] = [
|
|
335
397
|
createTextVNode("px")
|
|
336
398
|
])),
|
|
337
399
|
_: 1
|
|
338
400
|
}, 8, ["modelValue"])
|
|
339
401
|
]),
|
|
340
402
|
_: 1
|
|
341
|
-
}),
|
|
403
|
+
})) : createCommentVNode("", true),
|
|
342
404
|
createVNode(_component_el_form_item, { label: "是否翻页" }, {
|
|
343
405
|
default: withCtx(() => [
|
|
344
406
|
createVNode(_component_el_switch, {
|
|
345
407
|
modelValue: currentItem.value.isSubTablePagination,
|
|
346
|
-
"onUpdate:modelValue": _cache[
|
|
408
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = ($event) => currentItem.value.isSubTablePagination = $event)
|
|
347
409
|
}, null, 8, ["modelValue"])
|
|
348
410
|
]),
|
|
349
411
|
_: 1
|
|
@@ -352,7 +414,7 @@ const _sfc_main = {
|
|
|
352
414
|
default: withCtx(() => [
|
|
353
415
|
createVNode(_component_el_switch, {
|
|
354
416
|
modelValue: currentItem.value.isSubTableReadOnly,
|
|
355
|
-
"onUpdate:modelValue": _cache[
|
|
417
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = ($event) => currentItem.value.isSubTableReadOnly = $event)
|
|
356
418
|
}, null, 8, ["modelValue"])
|
|
357
419
|
]),
|
|
358
420
|
_: 1
|
|
@@ -361,7 +423,7 @@ const _sfc_main = {
|
|
|
361
423
|
default: withCtx(() => [
|
|
362
424
|
createElementVNode("div", _hoisted_1, [
|
|
363
425
|
currentItem.value.btnRollback && currentItem.value.btnRollback.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
364
|
-
_cache[
|
|
426
|
+
_cache[27] || (_cache[27] = createElementVNode("div", { class: "buttons-header" }, [
|
|
365
427
|
createElementVNode("div", { class: "buttons-cell name-header" }, "按钮"),
|
|
366
428
|
createElementVNode("div", { class: "buttons-cell action-header" }, "回调事件")
|
|
367
429
|
], -1)),
|
|
@@ -430,7 +492,7 @@ const _sfc_main = {
|
|
|
430
492
|
icon: "Plus",
|
|
431
493
|
link: ""
|
|
432
494
|
}, {
|
|
433
|
-
default: withCtx(() => _cache[
|
|
495
|
+
default: withCtx(() => _cache[28] || (_cache[28] = [
|
|
434
496
|
createTextVNode(" 新增按钮 ")
|
|
435
497
|
])),
|
|
436
498
|
_: 1
|
|
@@ -456,7 +518,7 @@ const _sfc_main = {
|
|
|
456
518
|
};
|
|
457
519
|
}
|
|
458
520
|
};
|
|
459
|
-
const subTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
521
|
+
const subTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f81c0a82"]]);
|
|
460
522
|
export {
|
|
461
523
|
subTable as default
|
|
462
524
|
};
|
package/es/designer.css
CHANGED
|
@@ -3307,19 +3307,19 @@ to {
|
|
|
3307
3307
|
[data-v-d42788bd] .el-form-item__content {
|
|
3308
3308
|
flex-wrap: wrap !important;
|
|
3309
3309
|
}
|
|
3310
|
-
.buttons-table[data-v-
|
|
3310
|
+
.buttons-table[data-v-f81c0a82] {
|
|
3311
3311
|
width: 100%;
|
|
3312
3312
|
border: 1px solid #dcdfe6;
|
|
3313
3313
|
border-radius: 4px;
|
|
3314
3314
|
overflow: hidden;
|
|
3315
3315
|
}
|
|
3316
|
-
.buttons-header[data-v-
|
|
3316
|
+
.buttons-header[data-v-f81c0a82] {
|
|
3317
3317
|
display: flex;
|
|
3318
3318
|
background-color: #f5f7fa;
|
|
3319
3319
|
height: 26px;
|
|
3320
3320
|
line-height: 26px;
|
|
3321
3321
|
}
|
|
3322
|
-
.buttons-cell[data-v-
|
|
3322
|
+
.buttons-cell[data-v-f81c0a82] {
|
|
3323
3323
|
padding: 0px 12px;
|
|
3324
3324
|
font-weight: 500;
|
|
3325
3325
|
font-size: 13px;
|
|
@@ -3328,27 +3328,27 @@ to {
|
|
|
3328
3328
|
display: flex;
|
|
3329
3329
|
align-items: center;
|
|
3330
3330
|
}
|
|
3331
|
-
.buttons-cell[data-v-
|
|
3331
|
+
.buttons-cell[data-v-f81c0a82]:last-child {
|
|
3332
3332
|
border-right: none;
|
|
3333
3333
|
}
|
|
3334
|
-
.name-header[data-v-
|
|
3334
|
+
.name-header[data-v-f81c0a82] {
|
|
3335
3335
|
flex: 1;
|
|
3336
3336
|
min-width: 100px;
|
|
3337
3337
|
font-size: 12px;
|
|
3338
3338
|
}
|
|
3339
|
-
.action-header[data-v-
|
|
3339
|
+
.action-header[data-v-f81c0a82] {
|
|
3340
3340
|
width: 180px;
|
|
3341
3341
|
text-align: center;
|
|
3342
3342
|
}
|
|
3343
|
-
.buttons-row[data-v-
|
|
3343
|
+
.buttons-row[data-v-f81c0a82] {
|
|
3344
3344
|
display: flex;
|
|
3345
3345
|
border-top: 1px solid #ebeef5;
|
|
3346
3346
|
}
|
|
3347
|
-
.name-cell[data-v-
|
|
3347
|
+
.name-cell[data-v-f81c0a82] {
|
|
3348
3348
|
flex: 1;
|
|
3349
3349
|
min-width: 100px;
|
|
3350
3350
|
}
|
|
3351
|
-
.action-cell[data-v-
|
|
3351
|
+
.action-cell[data-v-f81c0a82] {
|
|
3352
3352
|
width: 180px;
|
|
3353
3353
|
display: flex;
|
|
3354
3354
|
align-items: center;
|
|
@@ -3356,29 +3356,29 @@ to {
|
|
|
3356
3356
|
gap: 4px;
|
|
3357
3357
|
padding: 5px;
|
|
3358
3358
|
}
|
|
3359
|
-
.buttons-footer[data-v-
|
|
3359
|
+
.buttons-footer[data-v-f81c0a82] {
|
|
3360
3360
|
padding: 8px 0;
|
|
3361
3361
|
display: flex;
|
|
3362
3362
|
gap: 8px;
|
|
3363
3363
|
}
|
|
3364
|
-
.buttons-config-container[data-v-
|
|
3364
|
+
.buttons-config-container[data-v-f81c0a82] {
|
|
3365
3365
|
width: 100%;
|
|
3366
3366
|
}
|
|
3367
|
-
.button-dropdown-item[data-v-
|
|
3367
|
+
.button-dropdown-item[data-v-f81c0a82] {
|
|
3368
3368
|
padding: 8px 12px;
|
|
3369
3369
|
}
|
|
3370
|
-
.button-dropdown-content[data-v-
|
|
3370
|
+
.button-dropdown-content[data-v-f81c0a82] {
|
|
3371
3371
|
display: flex;
|
|
3372
3372
|
justify-content: space-between;
|
|
3373
3373
|
align-items: center;
|
|
3374
3374
|
width: 100%;
|
|
3375
3375
|
min-width: 200px;
|
|
3376
3376
|
}
|
|
3377
|
-
.button-name[data-v-
|
|
3377
|
+
.button-name[data-v-f81c0a82] {
|
|
3378
3378
|
font-size: 13px;
|
|
3379
3379
|
color: #606266;
|
|
3380
3380
|
}
|
|
3381
|
-
.button-type[data-v-
|
|
3381
|
+
.button-type[data-v-f81c0a82] {
|
|
3382
3382
|
font-size: 11px;
|
|
3383
3383
|
color: #909399;
|
|
3384
3384
|
padding: 2px 4px;
|
|
@@ -5976,13 +5976,13 @@ body,
|
|
|
5976
5976
|
}
|
|
5977
5977
|
.textarea-field-wrapper[data-v-1bdb1a05] .el-textarea .el-textarea__inner {
|
|
5978
5978
|
height: 100%;
|
|
5979
|
-
}[data-v-
|
|
5979
|
+
}[data-v-a8b5b9df] .el-input-group__append {
|
|
5980
5980
|
background-color: #409eff;
|
|
5981
5981
|
color: #fff;
|
|
5982
5982
|
padding: 0 18px;
|
|
5983
5983
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
5984
5984
|
}
|
|
5985
|
-
[data-v-
|
|
5985
|
+
[data-v-a8b5b9df] .el-input-group__append:hover {
|
|
5986
5986
|
background-color: #79bbff;
|
|
5987
5987
|
border-color: #79bbff;
|
|
5988
5988
|
color: #fff;
|
|
@@ -5992,15 +5992,15 @@ body,
|
|
|
5992
5992
|
[data-v-fef25575] .el-upload-dragger {
|
|
5993
5993
|
padding: 20px;
|
|
5994
5994
|
}
|
|
5995
|
-
.text-field-wrapper[data-v-
|
|
5995
|
+
.text-field-wrapper[data-v-0cc70898] {
|
|
5996
5996
|
width: 100%;
|
|
5997
5997
|
}
|
|
5998
|
-
.prefix-content[data-v-
|
|
5999
|
-
.suffix-content[data-v-
|
|
5998
|
+
.prefix-content[data-v-0cc70898],
|
|
5999
|
+
.suffix-content[data-v-0cc70898] {
|
|
6000
6000
|
color: #909399;
|
|
6001
6001
|
font-size: 14px;
|
|
6002
6002
|
}
|
|
6003
|
-
.data-masking[data-v-
|
|
6003
|
+
.data-masking[data-v-0cc70898] {
|
|
6004
6004
|
margin-top: 4px;
|
|
6005
6005
|
padding: 8px;
|
|
6006
6006
|
background: #f5f7fa;
|
|
@@ -6008,27 +6008,27 @@ body,
|
|
|
6008
6008
|
font-size: 12px;
|
|
6009
6009
|
color: #909399;
|
|
6010
6010
|
}
|
|
6011
|
-
[data-v-
|
|
6011
|
+
[data-v-0cc70898] .el-input-group__append {
|
|
6012
6012
|
background-color: #409eff;
|
|
6013
6013
|
color: #fff;
|
|
6014
6014
|
padding: 0 18px;
|
|
6015
6015
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
6016
6016
|
}
|
|
6017
|
-
[data-v-
|
|
6017
|
+
[data-v-0cc70898] .el-input-group__append:hover {
|
|
6018
6018
|
background-color: #79bbff;
|
|
6019
6019
|
border-color: #79bbff;
|
|
6020
6020
|
color: #fff;
|
|
6021
6021
|
outline: none;
|
|
6022
6022
|
box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
|
|
6023
|
-
}.text-field-wrapper[data-v-
|
|
6023
|
+
}.text-field-wrapper[data-v-3f845d75] {
|
|
6024
6024
|
width: 100%;
|
|
6025
6025
|
}
|
|
6026
|
-
.prefix-content[data-v-
|
|
6027
|
-
.suffix-content[data-v-
|
|
6026
|
+
.prefix-content[data-v-3f845d75],
|
|
6027
|
+
.suffix-content[data-v-3f845d75] {
|
|
6028
6028
|
color: #909399;
|
|
6029
6029
|
font-size: 14px;
|
|
6030
6030
|
}
|
|
6031
|
-
.data-masking[data-v-
|
|
6031
|
+
.data-masking[data-v-3f845d75] {
|
|
6032
6032
|
margin-top: 4px;
|
|
6033
6033
|
padding: 8px;
|
|
6034
6034
|
background: #f5f7fa;
|
|
@@ -6036,13 +6036,13 @@ body,
|
|
|
6036
6036
|
font-size: 12px;
|
|
6037
6037
|
color: #909399;
|
|
6038
6038
|
}
|
|
6039
|
-
[data-v-
|
|
6039
|
+
[data-v-3f845d75] .el-input-group__append {
|
|
6040
6040
|
background-color: #409eff;
|
|
6041
6041
|
color: #fff;
|
|
6042
6042
|
padding: 0 18px;
|
|
6043
6043
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
6044
6044
|
}
|
|
6045
|
-
[data-v-
|
|
6045
|
+
[data-v-3f845d75] .el-input-group__append:hover {
|
|
6046
6046
|
background-color: #79bbff;
|
|
6047
6047
|
border-color: #79bbff;
|
|
6048
6048
|
color: #fff;
|
|
@@ -6129,25 +6129,25 @@ body,
|
|
|
6129
6129
|
font-size: var(--el-font-size-extra-small);
|
|
6130
6130
|
}
|
|
6131
6131
|
|
|
6132
|
-
.fec-form[data-v-
|
|
6132
|
+
.fec-form[data-v-0a538ee8] {
|
|
6133
6133
|
height: 100%;
|
|
6134
6134
|
}
|
|
6135
|
-
[data-v-
|
|
6135
|
+
[data-v-0a538ee8] .vgl-layout {
|
|
6136
6136
|
position: relative;
|
|
6137
6137
|
}
|
|
6138
|
-
[data-v-
|
|
6138
|
+
[data-v-0a538ee8] .vgl-item {
|
|
6139
6139
|
transition: none;
|
|
6140
6140
|
}
|
|
6141
|
-
[data-v-
|
|
6141
|
+
[data-v-0a538ee8] .vgl-item > .el-form-item {
|
|
6142
6142
|
width: 100%;
|
|
6143
6143
|
padding: 6px 8px 0 8px;
|
|
6144
6144
|
height: calc(100% - 15px);
|
|
6145
6145
|
display: flex;
|
|
6146
6146
|
}
|
|
6147
|
-
[data-v-
|
|
6147
|
+
[data-v-0a538ee8] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
6148
6148
|
flex-direction: column;
|
|
6149
6149
|
}
|
|
6150
|
-
[data-v-
|
|
6150
|
+
[data-v-0a538ee8] .vgl-item > .el-form-item .el-form-item__label {
|
|
6151
6151
|
line-height: 20px;
|
|
6152
6152
|
display: inline-flex;
|
|
6153
6153
|
align-items: center;
|
|
@@ -6161,92 +6161,107 @@ body,
|
|
|
6161
6161
|
flex-shrink: 0;
|
|
6162
6162
|
min-height: 45px;
|
|
6163
6163
|
}
|
|
6164
|
-
[data-v-
|
|
6164
|
+
[data-v-0a538ee8] .vgl-item > .el-form-item {
|
|
6165
6165
|
/* .el-form-item__error {
|
|
6166
6166
|
padding-top: 10px;
|
|
6167
6167
|
} */
|
|
6168
6168
|
}
|
|
6169
|
-
[data-v-
|
|
6169
|
+
[data-v-0a538ee8] .vgl-item > .el-form-item .el-input__wrapper {
|
|
6170
6170
|
padding: 1px 12px;
|
|
6171
6171
|
}
|
|
6172
|
-
[data-v-
|
|
6172
|
+
[data-v-0a538ee8] .vgl-item > .el-container {
|
|
6173
6173
|
height: auto !important;
|
|
6174
6174
|
}
|
|
6175
6175
|
@media (min-width: 1720px) {
|
|
6176
|
-
[data-v-
|
|
6176
|
+
[data-v-0a538ee8] .vgl-item .el-form-item__label {
|
|
6177
6177
|
max-width: 160px !important;
|
|
6178
6178
|
}
|
|
6179
|
-
[data-v-
|
|
6179
|
+
[data-v-0a538ee8] .vgl-item .el-form-item {
|
|
6180
6180
|
padding: 6px 8px 0 8px !important;
|
|
6181
6181
|
}
|
|
6182
|
-
[data-v-
|
|
6182
|
+
[data-v-0a538ee8] .vgl-item .el-form-item .el-input__wrapper {
|
|
6183
6183
|
padding: 1px 12px;
|
|
6184
6184
|
}
|
|
6185
|
-
.
|
|
6185
|
+
[data-v-0a538ee8] .vgl-item .el-form-item .el-select__wrapper {
|
|
6186
|
+
padding: 8px 12px;
|
|
6187
|
+
}
|
|
6188
|
+
.fec-el-form[data-v-0a538ee8] {
|
|
6186
6189
|
padding: 12px !important;
|
|
6187
6190
|
}
|
|
6188
6191
|
}
|
|
6189
6192
|
/* 标准 PC(1200px ~ 1439px)*/
|
|
6190
6193
|
@media (min-width: 1366px) and (max-width: 1719px) {
|
|
6191
|
-
[data-v-
|
|
6194
|
+
[data-v-0a538ee8] .vgl-item .el-form-item__label {
|
|
6192
6195
|
max-width: 130px !important;
|
|
6193
6196
|
padding-right: 6px !important;
|
|
6194
6197
|
}
|
|
6195
|
-
[data-v-
|
|
6198
|
+
[data-v-0a538ee8] .vgl-item .el-form-item {
|
|
6196
6199
|
padding: 6px 0 0 0 !important;
|
|
6197
6200
|
}
|
|
6198
|
-
[data-v-
|
|
6201
|
+
[data-v-0a538ee8] .vgl-item .el-form-item .el-input__wrapper {
|
|
6199
6202
|
padding: 1px 8px;
|
|
6200
6203
|
}
|
|
6201
|
-
.
|
|
6204
|
+
[data-v-0a538ee8] .vgl-item .el-form-item .el-select__wrapper {
|
|
6205
|
+
padding: 8px 8px;
|
|
6206
|
+
}
|
|
6207
|
+
.fec-el-form[data-v-0a538ee8] {
|
|
6202
6208
|
padding: 8px !important;
|
|
6203
6209
|
}
|
|
6204
6210
|
}
|
|
6205
6211
|
/* 2. 标准 PC 992px ~ 1199px */
|
|
6206
6212
|
@media (min-width: 992px) and (max-width: 1365px) {
|
|
6207
|
-
[data-v-
|
|
6213
|
+
[data-v-0a538ee8] .vgl-item .el-form-item__label {
|
|
6208
6214
|
max-width: 125px !important;
|
|
6209
6215
|
padding-right: 4px !important;
|
|
6210
6216
|
}
|
|
6211
|
-
[data-v-
|
|
6217
|
+
[data-v-0a538ee8] .vgl-item .el-form-item {
|
|
6212
6218
|
padding: 0 !important;
|
|
6213
6219
|
}
|
|
6214
|
-
[data-v-
|
|
6220
|
+
[data-v-0a538ee8] .vgl-item .el-form-item .el-input__wrapper {
|
|
6215
6221
|
padding: 1px 6px;
|
|
6216
6222
|
}
|
|
6217
|
-
.
|
|
6223
|
+
[data-v-0a538ee8] .vgl-item .el-form-item .el-select__wrapper {
|
|
6224
|
+
padding: 8px 6px;
|
|
6225
|
+
}
|
|
6226
|
+
.fec-el-form[data-v-0a538ee8] {
|
|
6218
6227
|
padding: 6px !important;
|
|
6219
6228
|
}
|
|
6220
6229
|
}
|
|
6221
6230
|
/* 3. 小屏 PC / 窄窗口 <992px(最小到768px)*/
|
|
6222
6231
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
6223
|
-
[data-v-
|
|
6232
|
+
[data-v-0a538ee8] .vgl-item .el-form-item__label {
|
|
6224
6233
|
max-width: 100px !important;
|
|
6225
6234
|
padding-right: 4px !important;
|
|
6226
6235
|
}
|
|
6227
|
-
[data-v-
|
|
6236
|
+
[data-v-0a538ee8] .vgl-item .el-form-item {
|
|
6228
6237
|
padding: 0 !important;
|
|
6229
6238
|
}
|
|
6230
|
-
[data-v-
|
|
6239
|
+
[data-v-0a538ee8] .vgl-item .el-form-item .el-input__wrapper {
|
|
6231
6240
|
padding: 1px 4px;
|
|
6232
6241
|
}
|
|
6233
|
-
.
|
|
6242
|
+
[data-v-0a538ee8] .vgl-item .el-form-item .el-select__wrapper {
|
|
6243
|
+
padding: 8px 4px;
|
|
6244
|
+
}
|
|
6245
|
+
.fec-el-form[data-v-0a538ee8] {
|
|
6234
6246
|
padding: 6px !important;
|
|
6235
6247
|
}
|
|
6236
6248
|
}
|
|
6237
6249
|
/* 超小屏 <768px */
|
|
6238
6250
|
@media (max-width: 767px) {
|
|
6239
|
-
[data-v-
|
|
6251
|
+
[data-v-0a538ee8] .vgl-item .el-form-item__label {
|
|
6240
6252
|
max-width: 80px !important;
|
|
6241
6253
|
padding-right: 4px !important;
|
|
6242
6254
|
}
|
|
6243
|
-
[data-v-
|
|
6255
|
+
[data-v-0a538ee8] .vgl-item .el-form-item {
|
|
6244
6256
|
padding: 0 !important;
|
|
6245
6257
|
}
|
|
6246
|
-
[data-v-
|
|
6258
|
+
[data-v-0a538ee8] .vgl-item .el-form-item .el-input__wrapper {
|
|
6247
6259
|
padding: 1px 2px;
|
|
6248
6260
|
}
|
|
6249
|
-
.
|
|
6261
|
+
[data-v-0a538ee8] .vgl-item .el-form-item .el-select__wrapper {
|
|
6262
|
+
padding: 8px 2px;
|
|
6263
|
+
}
|
|
6264
|
+
.fec-el-form[data-v-0a538ee8] {
|
|
6250
6265
|
padding: 6px !important;
|
|
6251
6266
|
}
|
|
6252
6267
|
}.table-pagination[data-v-142fdd35] {
|
|
@@ -6605,12 +6620,12 @@ body,
|
|
|
6605
6620
|
}
|
|
6606
6621
|
[data-v-e95c842d] .el-checkbox-group .el-checkbox-button__inner {
|
|
6607
6622
|
border-radius: 4px;
|
|
6608
|
-
}.fec-table[data-v-
|
|
6623
|
+
}.fec-table[data-v-b4cfc848] {
|
|
6609
6624
|
height: 100%;
|
|
6610
6625
|
flex-grow: 1;
|
|
6611
6626
|
padding: 0 16px;
|
|
6612
6627
|
}
|
|
6613
|
-
.fec-table-container[data-v-
|
|
6628
|
+
.fec-table-container[data-v-b4cfc848] {
|
|
6614
6629
|
width: 100%;
|
|
6615
6630
|
background: #fff;
|
|
6616
6631
|
box-sizing: border-box;
|
|
@@ -6620,87 +6635,87 @@ body,
|
|
|
6620
6635
|
overflow: hidden;
|
|
6621
6636
|
flex-grow: 1;
|
|
6622
6637
|
}
|
|
6623
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6638
|
+
.fec-table-container .fec-vxe-table[data-v-b4cfc848] {
|
|
6624
6639
|
flex: 1;
|
|
6625
6640
|
min-height: 0;
|
|
6626
6641
|
overflow: hidden;
|
|
6627
6642
|
margin-bottom: 16px;
|
|
6628
6643
|
}
|
|
6629
|
-
.fec-table-container[data-v-
|
|
6644
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table {
|
|
6630
6645
|
font-size: 14px;
|
|
6631
6646
|
font-family: inherit;
|
|
6632
6647
|
}
|
|
6633
|
-
.fec-table-container[data-v-
|
|
6634
|
-
.fec-table-container[data-v-
|
|
6648
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-sort--asc-btn,
|
|
6649
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-sort--desc-btn {
|
|
6635
6650
|
color: #dcdcdc;
|
|
6636
6651
|
}
|
|
6637
|
-
.fec-table-container[data-v-
|
|
6638
|
-
.fec-table-container[data-v-
|
|
6652
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6653
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6639
6654
|
color: #d3edf9;
|
|
6640
6655
|
}
|
|
6641
|
-
.fec-table-container[data-v-
|
|
6656
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .serverSort .sort--active {
|
|
6642
6657
|
color: var(--el-color-primary);
|
|
6643
6658
|
}
|
|
6644
|
-
.fec-table-container[data-v-
|
|
6659
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .sort--active {
|
|
6645
6660
|
color: var(--el-color-primary);
|
|
6646
6661
|
}
|
|
6647
|
-
.fec-table-container[data-v-
|
|
6662
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-table--body-wrapper {
|
|
6648
6663
|
overflow: auto;
|
|
6649
6664
|
}
|
|
6650
|
-
.fec-table-container[data-v-
|
|
6651
|
-
.fec-table-container[data-v-
|
|
6652
|
-
.fec-table-container[data-v-
|
|
6665
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-table--body,
|
|
6666
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-table--header,
|
|
6667
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-table--footer {
|
|
6653
6668
|
width: 100% !important;
|
|
6654
6669
|
}
|
|
6655
|
-
.fec-table-container[data-v-
|
|
6670
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-header--column {
|
|
6656
6671
|
background-color: #fff;
|
|
6657
6672
|
}
|
|
6658
|
-
.fec-table-container[data-v-
|
|
6673
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-header--column .vxe-cell {
|
|
6659
6674
|
height: 40px !important;
|
|
6660
6675
|
min-height: 40px !important;
|
|
6661
6676
|
color: #333;
|
|
6662
6677
|
}
|
|
6663
|
-
.fec-table-container[data-v-
|
|
6678
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6664
6679
|
height: 40px !important;
|
|
6665
6680
|
}
|
|
6666
|
-
.fec-table-container[data-v-
|
|
6681
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-body--column .vxe-cell {
|
|
6667
6682
|
padding: 6px !important;
|
|
6668
6683
|
min-height: 32px !important;
|
|
6669
6684
|
color: #666;
|
|
6670
6685
|
font-size: 13px;
|
|
6671
6686
|
}
|
|
6672
|
-
.fec-table-container[data-v-
|
|
6673
|
-
.fec-table-container[data-v-
|
|
6687
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-body--column .c--tooltip,
|
|
6688
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-body--column .c--title {
|
|
6674
6689
|
height: 32px !important;
|
|
6675
6690
|
min-height: 32px !important;
|
|
6676
6691
|
}
|
|
6677
|
-
.fec-table-container[data-v-
|
|
6692
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-table--border-line {
|
|
6678
6693
|
border: none;
|
|
6679
6694
|
border-bottom: 1px solid #ebeef5;
|
|
6680
6695
|
border-top: 1px solid #ebeef5;
|
|
6681
6696
|
}
|
|
6682
|
-
.fec-table-container[data-v-
|
|
6683
|
-
.fec-table-container[data-v-
|
|
6697
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6698
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6684
6699
|
border: none !important;
|
|
6685
6700
|
}
|
|
6686
|
-
.fec-table-container[data-v-
|
|
6701
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6687
6702
|
display: none !important;
|
|
6688
6703
|
}
|
|
6689
|
-
.fec-table-container[data-v-
|
|
6704
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-cell--sort {
|
|
6690
6705
|
font-size: 14px;
|
|
6691
6706
|
}
|
|
6692
|
-
.fec-table-container[data-v-
|
|
6693
|
-
.fec-table-container[data-v-
|
|
6694
|
-
.fec-table-container[data-v-
|
|
6695
|
-
.fec-table-container[data-v-
|
|
6696
|
-
.fec-table-container[data-v-
|
|
6697
|
-
.fec-table-container[data-v-
|
|
6707
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-body--column,
|
|
6708
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-footer--column,
|
|
6709
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-header--column,
|
|
6710
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-body--column,
|
|
6711
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-footer--column,
|
|
6712
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .vxe-header--column {
|
|
6698
6713
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6699
6714
|
}
|
|
6700
|
-
.fec-table-container[data-v-
|
|
6715
|
+
.fec-table-container[data-v-b4cfc848] .vxe-table .el-button.is-disabled {
|
|
6701
6716
|
color: #ccc !important;
|
|
6702
6717
|
}
|
|
6703
|
-
.fec-table-sub[data-v-
|
|
6718
|
+
.fec-table-sub[data-v-b4cfc848] .vxe-table .vxe-table--border-line {
|
|
6704
6719
|
border-top: none;
|
|
6705
6720
|
}
|
|
6706
6721
|
.fec-layout-card[data-v-a6236024] {
|