@fecp/designer 5.4.9 → 5.4.11
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/api/index.mjs +30 -7
- package/es/designer/src/assets/document.png.mjs +4 -0
- package/es/designer/src/components/DocumentParam.vue.mjs +158 -0
- package/es/designer/src/components/FileTypeSelect.vue.mjs +139 -0
- package/es/designer/src/packages/advancedFilter/dialog.vue.mjs +2 -1
- package/es/designer/src/packages/eventFlow/dialog/action/Upload.vue2.mjs +19 -120
- package/es/designer/src/packages/form/aside/index.mjs +17 -1
- package/es/designer/src/packages/form/components/Document.vue.mjs +52 -0
- package/es/designer/src/packages/form/index.vue.mjs +25 -5
- package/es/designer/src/packages/form/property/document.vue.mjs +201 -0
- package/es/designer/src/packages/form/property/index.vue.mjs +5 -2
- package/es/designer.css +177 -72
- package/es/packages/vue/src/components/all.mjs +2 -0
- package/es/packages/vue/src/components/bus/document/Document.vue.mjs +133 -0
- package/es/packages/vue/src/components/bus/document/index.mjs +7 -0
- package/es/packages/vue/src/components/bus/index.mjs +3 -1
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +3 -1
- package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +10 -3
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/api/index.js +29 -6
- package/lib/designer/src/assets/document.png.js +4 -0
- package/lib/designer/src/components/DocumentParam.vue.js +158 -0
- package/lib/designer/src/components/FileTypeSelect.vue.js +139 -0
- package/lib/designer/src/packages/advancedFilter/dialog.vue.js +2 -1
- package/lib/designer/src/packages/eventFlow/dialog/action/Upload.vue2.js +22 -123
- package/lib/designer/src/packages/form/aside/index.js +17 -1
- package/lib/designer/src/packages/form/components/Document.vue.js +52 -0
- package/lib/designer/src/packages/form/index.vue.js +25 -5
- package/lib/designer/src/packages/form/property/document.vue.js +201 -0
- package/lib/designer/src/packages/form/property/index.vue.js +5 -2
- package/lib/designer.css +177 -72
- package/lib/packages/vue/index.js +5 -5
- package/lib/packages/vue/src/components/all.js +8 -6
- package/lib/packages/vue/src/components/bus/document/Document.vue.js +133 -0
- package/lib/packages/vue/src/components/bus/document/index.js +7 -0
- package/lib/packages/vue/src/components/bus/index.js +2 -0
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +3 -1
- package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +14 -7
- package/package.json +1 -1
package/lib/designer.css
CHANGED
|
@@ -1390,11 +1390,11 @@
|
|
|
1390
1390
|
.vue-formula[data-v-432eb74e] .v-codemirror .cm-atomic-range .cm-cursor {
|
|
1391
1391
|
margin-left: 2px;
|
|
1392
1392
|
}.el-checkbox-group{font-size:0;line-height:0}
|
|
1393
|
-
.desc-content[data-v-
|
|
1393
|
+
.desc-content[data-v-b73022da] {
|
|
1394
1394
|
display: flex;
|
|
1395
1395
|
flex-direction: column;
|
|
1396
1396
|
}
|
|
1397
|
-
.condition-desc[data-v-
|
|
1397
|
+
.condition-desc[data-v-b73022da] {
|
|
1398
1398
|
font-size: 12px;
|
|
1399
1399
|
font-weight: initial;
|
|
1400
1400
|
color: #aaaaaa;
|
|
@@ -1488,7 +1488,7 @@
|
|
|
1488
1488
|
display: flex;
|
|
1489
1489
|
align-items: center;
|
|
1490
1490
|
min-height: 48px;
|
|
1491
|
-
}.advanced-title[data-v-
|
|
1491
|
+
}.advanced-title[data-v-9741f10d] {
|
|
1492
1492
|
font-size: 14px;
|
|
1493
1493
|
color: #131d2e;
|
|
1494
1494
|
line-height: 24px;
|
|
@@ -1496,7 +1496,7 @@
|
|
|
1496
1496
|
position: relative;
|
|
1497
1497
|
margin: -8px 0 4px 0;
|
|
1498
1498
|
}
|
|
1499
|
-
.advanced-title[data-v-
|
|
1499
|
+
.advanced-title[data-v-9741f10d]:before {
|
|
1500
1500
|
content: " ";
|
|
1501
1501
|
display: inline-block;
|
|
1502
1502
|
width: 3px;
|
|
@@ -3349,7 +3349,85 @@ to {
|
|
|
3349
3349
|
padding: 2px 4px;
|
|
3350
3350
|
margin: 2px 0;
|
|
3351
3351
|
}
|
|
3352
|
-
.
|
|
3352
|
+
.essential-param-container[data-v-4767f242] {
|
|
3353
|
+
width: 100%;
|
|
3354
|
+
}
|
|
3355
|
+
.essential-param-container .param-table[data-v-4767f242] {
|
|
3356
|
+
width: 100%;
|
|
3357
|
+
border: 1px solid #dcdfe6;
|
|
3358
|
+
border-radius: 4px;
|
|
3359
|
+
overflow: hidden;
|
|
3360
|
+
}
|
|
3361
|
+
.essential-param-container .param-table .param-header[data-v-4767f242] {
|
|
3362
|
+
display: flex;
|
|
3363
|
+
background-color: #f5f7fa;
|
|
3364
|
+
height: 26px;
|
|
3365
|
+
line-height: 26px;
|
|
3366
|
+
}
|
|
3367
|
+
.essential-param-container .param-table .param-header .param-cell[data-v-4767f242] {
|
|
3368
|
+
padding: 0px 12px;
|
|
3369
|
+
font-weight: 500;
|
|
3370
|
+
font-size: 13px;
|
|
3371
|
+
color: #606266;
|
|
3372
|
+
border-right: 1px solid #dcdfe6;
|
|
3373
|
+
}
|
|
3374
|
+
.essential-param-container .param-table .param-header .param-cell[data-v-4767f242]:last-child {
|
|
3375
|
+
border-right: none;
|
|
3376
|
+
}
|
|
3377
|
+
.essential-param-container .param-table .param-header .param-cell.scenario-header[data-v-4767f242] {
|
|
3378
|
+
flex: 1;
|
|
3379
|
+
min-width: 120px;
|
|
3380
|
+
font-size: 12px;
|
|
3381
|
+
}
|
|
3382
|
+
.essential-param-container .param-table .param-header .param-cell.key-header[data-v-4767f242] {
|
|
3383
|
+
flex: 2;
|
|
3384
|
+
min-width: 120px;
|
|
3385
|
+
font-size: 12px;
|
|
3386
|
+
}
|
|
3387
|
+
.essential-param-container .param-table .param-header .param-cell.action-header[data-v-4767f242] {
|
|
3388
|
+
width: 50px;
|
|
3389
|
+
text-align: center;
|
|
3390
|
+
}
|
|
3391
|
+
.essential-param-container .param-table .param-body[data-v-4767f242] {
|
|
3392
|
+
border-bottom: 1px solid #ebeef5;
|
|
3393
|
+
}
|
|
3394
|
+
.essential-param-container .param-table .param-body .param-row[data-v-4767f242] {
|
|
3395
|
+
display: flex;
|
|
3396
|
+
border-top: 1px solid #ebeef5;
|
|
3397
|
+
}
|
|
3398
|
+
.essential-param-container .param-table .param-body .param-row[data-v-4767f242]:hover {
|
|
3399
|
+
background-color: #f5f7fa;
|
|
3400
|
+
}
|
|
3401
|
+
.essential-param-container .param-table .param-body .param-row .param-cell[data-v-4767f242] {
|
|
3402
|
+
padding: 5px;
|
|
3403
|
+
display: flex;
|
|
3404
|
+
align-items: center;
|
|
3405
|
+
}
|
|
3406
|
+
.essential-param-container .param-table .param-body .param-row .param-cell.scenario-cell[data-v-4767f242] {
|
|
3407
|
+
flex: 1;
|
|
3408
|
+
min-width: 120px;
|
|
3409
|
+
}
|
|
3410
|
+
.essential-param-container .param-table .param-body .param-row .param-cell.key-cell[data-v-4767f242] {
|
|
3411
|
+
flex: 2;
|
|
3412
|
+
min-width: 120px;
|
|
3413
|
+
}
|
|
3414
|
+
.essential-param-container .param-table .param-body .param-row .param-cell.action-cell[data-v-4767f242] {
|
|
3415
|
+
width: 50px;
|
|
3416
|
+
display: flex;
|
|
3417
|
+
align-items: center;
|
|
3418
|
+
justify-content: center;
|
|
3419
|
+
}
|
|
3420
|
+
.essential-param-container .param-table .param-body .param-row .param-cell.action-cell[data-v-4767f242] .el-button {
|
|
3421
|
+
padding: 4px;
|
|
3422
|
+
}
|
|
3423
|
+
.essential-param-container .param-table .param-footer[data-v-4767f242] {
|
|
3424
|
+
padding: 5px 12px;
|
|
3425
|
+
text-align: left;
|
|
3426
|
+
}.form-item-hint[data-v-73174d5d] {
|
|
3427
|
+
font-size: 12px;
|
|
3428
|
+
color: #909399;
|
|
3429
|
+
margin-top: 4px;
|
|
3430
|
+
}.root-property[data-v-e88c3a83] {
|
|
3353
3431
|
width: 300px;
|
|
3354
3432
|
background-color: #fff;
|
|
3355
3433
|
}
|
|
@@ -4781,33 +4859,60 @@ to {
|
|
|
4781
4859
|
white-space: nowrap;
|
|
4782
4860
|
overflow: hidden;
|
|
4783
4861
|
text-overflow: ellipsis;
|
|
4784
|
-
}.
|
|
4862
|
+
}.document-container[data-v-d558f9e0] {
|
|
4863
|
+
width: 100%;
|
|
4864
|
+
height: 100%;
|
|
4865
|
+
display: flex;
|
|
4866
|
+
flex-direction: column;
|
|
4867
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
|
|
4868
|
+
}
|
|
4869
|
+
.document-container[data-v-d558f9e0] .fec-h2 {
|
|
4870
|
+
height: 40px;
|
|
4871
|
+
flex-shrink: 0;
|
|
4872
|
+
}
|
|
4873
|
+
.document-container[data-v-d558f9e0] .fec-subTitle {
|
|
4874
|
+
height: 40px;
|
|
4875
|
+
flex-shrink: 0;
|
|
4876
|
+
}
|
|
4877
|
+
.document-preview[data-v-d558f9e0] {
|
|
4878
|
+
height: 100%;
|
|
4879
|
+
border-radius: 8px;
|
|
4880
|
+
border: 1px solid #e4e7ed;
|
|
4881
|
+
overflow: hidden;
|
|
4882
|
+
display: flex;
|
|
4883
|
+
align-items: center;
|
|
4884
|
+
justify-content: center;
|
|
4885
|
+
}
|
|
4886
|
+
.document-preview .document-img[data-v-d558f9e0] {
|
|
4887
|
+
width: 100%;
|
|
4888
|
+
height: 100%;
|
|
4889
|
+
}.form-work-area[data-v-0e6f2151] {
|
|
4785
4890
|
height: 100%;
|
|
4786
4891
|
display: flex;
|
|
4787
4892
|
flex-direction: column;
|
|
4788
4893
|
}
|
|
4789
|
-
.form-toolbar[data-v-
|
|
4894
|
+
.form-toolbar[data-v-0e6f2151] {
|
|
4790
4895
|
background: #f8f9fa;
|
|
4791
4896
|
padding: 16px;
|
|
4792
4897
|
margin-bottom: 20px;
|
|
4793
4898
|
border-radius: 4px;
|
|
4794
4899
|
border: 1px solid #e9ecef;
|
|
4795
4900
|
}
|
|
4796
|
-
.form-grid-container[data-v-
|
|
4901
|
+
.form-grid-container[data-v-0e6f2151] {
|
|
4797
4902
|
position: relative;
|
|
4798
4903
|
flex: 1;
|
|
4799
4904
|
overflow: auto;
|
|
4800
4905
|
background-color: #fff;
|
|
4801
4906
|
user-select: none;
|
|
4802
4907
|
}
|
|
4803
|
-
.form-grid[data-v-
|
|
4908
|
+
.form-grid[data-v-0e6f2151] {
|
|
4804
4909
|
position: relative;
|
|
4805
4910
|
padding: 12px;
|
|
4806
4911
|
}
|
|
4807
|
-
.form-grid.el-form--label-top .status-tags[data-v-
|
|
4912
|
+
.form-grid.el-form--label-top .status-tags[data-v-0e6f2151] {
|
|
4808
4913
|
top: 28px;
|
|
4809
4914
|
}
|
|
4810
|
-
.form-component[data-v-
|
|
4915
|
+
.form-component[data-v-0e6f2151] {
|
|
4811
4916
|
position: relative;
|
|
4812
4917
|
border-radius: 4px;
|
|
4813
4918
|
padding: 12px;
|
|
@@ -4815,26 +4920,26 @@ to {
|
|
|
4815
4920
|
transition: all 0.2s ease;
|
|
4816
4921
|
height: 100%;
|
|
4817
4922
|
}
|
|
4818
|
-
.form-component.h2[data-v-
|
|
4923
|
+
.form-component.h2[data-v-0e6f2151] {
|
|
4819
4924
|
padding: 8px 12px;
|
|
4820
4925
|
}
|
|
4821
|
-
.form-component.is-hover[data-v-
|
|
4926
|
+
.form-component.is-hover[data-v-0e6f2151] {
|
|
4822
4927
|
background: #f5f7fa;
|
|
4823
4928
|
border: 1px solid #e4e7ed;
|
|
4824
4929
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
4825
4930
|
z-index: 1;
|
|
4826
4931
|
}
|
|
4827
|
-
.form-component.is-select[data-v-
|
|
4932
|
+
.form-component.is-select[data-v-0e6f2151] {
|
|
4828
4933
|
background: #fff8e6;
|
|
4829
4934
|
border: 2px solid #f0ad4e;
|
|
4830
4935
|
box-shadow: 0 4px 16px rgba(240, 173, 78, 0.2);
|
|
4831
4936
|
}
|
|
4832
|
-
.form-component.is-hover.is-select[data-v-
|
|
4937
|
+
.form-component.is-hover.is-select[data-v-0e6f2151] {
|
|
4833
4938
|
background: #fff8e6;
|
|
4834
4939
|
border-color: #f5b041;
|
|
4835
4940
|
box-shadow: 0 4px 16px rgba(240, 173, 78, 0.3);
|
|
4836
4941
|
}
|
|
4837
|
-
.form-component .component-toolbar[data-v-
|
|
4942
|
+
.form-component .component-toolbar[data-v-0e6f2151] {
|
|
4838
4943
|
position: absolute;
|
|
4839
4944
|
top: -12px;
|
|
4840
4945
|
right: 8px;
|
|
@@ -4843,7 +4948,7 @@ to {
|
|
|
4843
4948
|
opacity: 0;
|
|
4844
4949
|
transition: all 0.2s ease;
|
|
4845
4950
|
}
|
|
4846
|
-
.form-component .component-toolbar .toolbar-btn[data-v-
|
|
4951
|
+
.form-component .component-toolbar .toolbar-btn[data-v-0e6f2151] {
|
|
4847
4952
|
width: 20px;
|
|
4848
4953
|
height: 20px;
|
|
4849
4954
|
border-radius: 3px;
|
|
@@ -4858,70 +4963,70 @@ to {
|
|
|
4858
4963
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
|
4859
4964
|
transition: all 0.15s ease;
|
|
4860
4965
|
}
|
|
4861
|
-
.form-component .component-toolbar .toolbar-btn[data-v-
|
|
4966
|
+
.form-component .component-toolbar .toolbar-btn[data-v-0e6f2151]:hover {
|
|
4862
4967
|
transform: scale(1.05);
|
|
4863
4968
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
|
|
4864
4969
|
}
|
|
4865
|
-
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-
|
|
4970
|
+
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-0e6f2151] {
|
|
4866
4971
|
color: #f56c6c;
|
|
4867
4972
|
}
|
|
4868
|
-
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-
|
|
4973
|
+
.form-component .component-toolbar .toolbar-btn.delete-btn[data-v-0e6f2151]:hover {
|
|
4869
4974
|
background: #f56c6c;
|
|
4870
4975
|
color: white;
|
|
4871
4976
|
border-color: #f56c6c;
|
|
4872
4977
|
}
|
|
4873
|
-
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-
|
|
4978
|
+
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-0e6f2151] {
|
|
4874
4979
|
color: #409eff;
|
|
4875
4980
|
}
|
|
4876
|
-
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-
|
|
4981
|
+
.form-component .component-toolbar .toolbar-btn.settings-btn[data-v-0e6f2151]:hover, .form-component .component-toolbar .toolbar-btn.settings-btn.is-active[data-v-0e6f2151] {
|
|
4877
4982
|
background: #409eff;
|
|
4878
4983
|
color: white;
|
|
4879
4984
|
border-color: #409eff;
|
|
4880
4985
|
}
|
|
4881
|
-
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-
|
|
4986
|
+
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-0e6f2151] {
|
|
4882
4987
|
color: #c0c4cc;
|
|
4883
4988
|
}
|
|
4884
|
-
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-
|
|
4989
|
+
.form-component .component-toolbar .toolbar-btn.required-btn[data-v-0e6f2151]:hover {
|
|
4885
4990
|
background: #f5b041;
|
|
4886
4991
|
color: white;
|
|
4887
4992
|
border-color: #f5b041;
|
|
4888
4993
|
}
|
|
4889
|
-
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-
|
|
4994
|
+
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-0e6f2151] {
|
|
4890
4995
|
color: #f5b041;
|
|
4891
4996
|
}
|
|
4892
|
-
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-
|
|
4997
|
+
.form-component .component-toolbar .toolbar-btn.required-btn.is-required[data-v-0e6f2151]:hover {
|
|
4893
4998
|
background: #f5b041;
|
|
4894
4999
|
color: white;
|
|
4895
5000
|
border-color: #f5b041;
|
|
4896
5001
|
}
|
|
4897
|
-
.form-component .component-toolbar .toolbar-btn.disabled-btn[data-v-
|
|
5002
|
+
.form-component .component-toolbar .toolbar-btn.disabled-btn[data-v-0e6f2151] {
|
|
4898
5003
|
color: #c0c4cc;
|
|
4899
5004
|
}
|
|
4900
|
-
.form-component .component-toolbar .toolbar-btn.disabled-btn[data-v-
|
|
5005
|
+
.form-component .component-toolbar .toolbar-btn.disabled-btn[data-v-0e6f2151]:hover {
|
|
4901
5006
|
background: #f56e6e;
|
|
4902
5007
|
color: white;
|
|
4903
5008
|
border-color: #f56e6e;
|
|
4904
5009
|
}
|
|
4905
|
-
.form-component .component-toolbar .toolbar-btn.disabled-btn.is-disabled[data-v-
|
|
5010
|
+
.form-component .component-toolbar .toolbar-btn.disabled-btn.is-disabled[data-v-0e6f2151] {
|
|
4906
5011
|
color: #f56e6e;
|
|
4907
5012
|
}
|
|
4908
|
-
.form-component .component-toolbar .toolbar-btn.disabled-btn.is-disabled[data-v-
|
|
5013
|
+
.form-component .component-toolbar .toolbar-btn.disabled-btn.is-disabled[data-v-0e6f2151]:hover {
|
|
4909
5014
|
background: #f56e6e;
|
|
4910
5015
|
color: white;
|
|
4911
5016
|
border-color: #f56e6e;
|
|
4912
5017
|
}
|
|
4913
|
-
.form-component.is-hover .component-toolbar[data-v-
|
|
5018
|
+
.form-component.is-hover .component-toolbar[data-v-0e6f2151], .form-component.is-select .component-toolbar[data-v-0e6f2151] {
|
|
4914
5019
|
opacity: 1;
|
|
4915
5020
|
}
|
|
4916
|
-
.form-component .component-content[data-v-
|
|
5021
|
+
.form-component .component-content[data-v-0e6f2151] {
|
|
4917
5022
|
height: 100%;
|
|
4918
5023
|
display: flex;
|
|
4919
5024
|
align-items: flex-start;
|
|
4920
5025
|
}
|
|
4921
|
-
.form-component .component-content.is-linked-visibility[data-v-
|
|
5026
|
+
.form-component .component-content.is-linked-visibility[data-v-0e6f2151] {
|
|
4922
5027
|
opacity: 0.45;
|
|
4923
5028
|
}
|
|
4924
|
-
.form-component .status-tags[data-v-
|
|
5029
|
+
.form-component .status-tags[data-v-0e6f2151] {
|
|
4925
5030
|
position: absolute;
|
|
4926
5031
|
top: 8px;
|
|
4927
5032
|
right: 8px;
|
|
@@ -4929,7 +5034,7 @@ to {
|
|
|
4929
5034
|
gap: 4px;
|
|
4930
5035
|
z-index: 10;
|
|
4931
5036
|
}
|
|
4932
|
-
.form-component .field-name-tag[data-v-
|
|
5037
|
+
.form-component .field-name-tag[data-v-0e6f2151] {
|
|
4933
5038
|
background: rgba(0, 0, 0, 0.5);
|
|
4934
5039
|
color: #fff;
|
|
4935
5040
|
padding: 2px 6px;
|
|
@@ -4940,7 +5045,7 @@ to {
|
|
|
4940
5045
|
transition: all 0.2s ease;
|
|
4941
5046
|
line-height: 16px;
|
|
4942
5047
|
}
|
|
4943
|
-
.form-component .status-tag[data-v-
|
|
5048
|
+
.form-component .status-tag[data-v-0e6f2151] {
|
|
4944
5049
|
display: flex;
|
|
4945
5050
|
align-items: center;
|
|
4946
5051
|
gap: 2px;
|
|
@@ -4951,107 +5056,107 @@ to {
|
|
|
4951
5056
|
opacity: 0.9;
|
|
4952
5057
|
transition: all 0.2s ease;
|
|
4953
5058
|
}
|
|
4954
|
-
.form-component .status-tag .el-icon[data-v-
|
|
5059
|
+
.form-component .status-tag .el-icon[data-v-0e6f2151] {
|
|
4955
5060
|
font-size: 12px;
|
|
4956
5061
|
}
|
|
4957
|
-
.form-component .status-tag.disabled-tag[data-v-
|
|
5062
|
+
.form-component .status-tag.disabled-tag[data-v-0e6f2151] {
|
|
4958
5063
|
background: rgba(245, 108, 108, 0.9);
|
|
4959
5064
|
color: #fff;
|
|
4960
5065
|
}
|
|
4961
|
-
.form-component .status-tag.readonly-tag[data-v-
|
|
5066
|
+
.form-component .status-tag.readonly-tag[data-v-0e6f2151] {
|
|
4962
5067
|
background: rgba(144, 147, 153, 0.9);
|
|
4963
5068
|
color: #fff;
|
|
4964
5069
|
}
|
|
4965
|
-
.form-component.is-disabled[data-v-
|
|
5070
|
+
.form-component.is-disabled[data-v-0e6f2151] {
|
|
4966
5071
|
opacity: 0.6;
|
|
4967
5072
|
background: #f5f7fa;
|
|
4968
5073
|
border-color: #e4e7ed;
|
|
4969
5074
|
}
|
|
4970
|
-
.form-component.is-disabled .component-preview[data-v-
|
|
5075
|
+
.form-component.is-disabled .component-preview[data-v-0e6f2151] .el-input__wrapper {
|
|
4971
5076
|
background-color: #f5f7fa;
|
|
4972
5077
|
box-shadow: 0 0 0 1px #e4e7ed inset;
|
|
4973
5078
|
}
|
|
4974
|
-
.form-component.is-readonly[data-v-
|
|
5079
|
+
.form-component.is-readonly[data-v-0e6f2151] {
|
|
4975
5080
|
border-style: dashed;
|
|
4976
5081
|
border-color: #c0c4cc;
|
|
4977
5082
|
background: #fafafa;
|
|
4978
5083
|
}
|
|
4979
|
-
.form-component.is-readonly .component-preview[data-v-
|
|
5084
|
+
.form-component.is-readonly .component-preview[data-v-0e6f2151] .el-input__wrapper {
|
|
4980
5085
|
background-color: #f5f7fa;
|
|
4981
5086
|
}
|
|
4982
|
-
.quick-setting-panel[data-v-
|
|
5087
|
+
.quick-setting-panel[data-v-0e6f2151] {
|
|
4983
5088
|
padding: 8px;
|
|
4984
5089
|
min-width: 160px;
|
|
4985
5090
|
}
|
|
4986
|
-
.quick-setting-panel .setting-row[data-v-
|
|
5091
|
+
.quick-setting-panel .setting-row[data-v-0e6f2151] {
|
|
4987
5092
|
display: flex;
|
|
4988
5093
|
align-items: center;
|
|
4989
5094
|
justify-content: space-between;
|
|
4990
5095
|
margin-bottom: 8px;
|
|
4991
5096
|
}
|
|
4992
|
-
.quick-setting-panel .setting-row[data-v-
|
|
5097
|
+
.quick-setting-panel .setting-row[data-v-0e6f2151]:last-child {
|
|
4993
5098
|
margin-bottom: 0;
|
|
4994
5099
|
}
|
|
4995
|
-
.quick-setting-panel .setting-row .setting-label[data-v-
|
|
5100
|
+
.quick-setting-panel .setting-row .setting-label[data-v-0e6f2151] {
|
|
4996
5101
|
font-size: 12px;
|
|
4997
5102
|
color: #606266;
|
|
4998
5103
|
min-width: 35px;
|
|
4999
5104
|
}
|
|
5000
|
-
.quick-setting-panel .setting-row .setting-select[data-v-
|
|
5105
|
+
.quick-setting-panel .setting-row .setting-select[data-v-0e6f2151] {
|
|
5001
5106
|
flex: 1;
|
|
5002
5107
|
width: 90px;
|
|
5003
5108
|
}
|
|
5004
|
-
.quick-setting-panel .setting-row .setting-input[data-v-
|
|
5109
|
+
.quick-setting-panel .setting-row .setting-input[data-v-0e6f2151] {
|
|
5005
5110
|
flex: 1;
|
|
5006
5111
|
width: 90px;
|
|
5007
5112
|
}
|
|
5008
|
-
.quick-setting-panel .setting-row[data-v-
|
|
5113
|
+
.quick-setting-panel .setting-row[data-v-0e6f2151] .el-checkbox {
|
|
5009
5114
|
margin-right: 5px;
|
|
5010
5115
|
}
|
|
5011
|
-
.quick-setting-panel .setting-row[data-v-
|
|
5116
|
+
.quick-setting-panel .setting-row[data-v-0e6f2151] .el-checkbox .el-checkbox__label {
|
|
5012
5117
|
padding-left: 5px;
|
|
5013
5118
|
}
|
|
5014
|
-
.grid-draggable-wrapper[data-v-
|
|
5119
|
+
.grid-draggable-wrapper[data-v-0e6f2151] {
|
|
5015
5120
|
min-height: 600px;
|
|
5016
5121
|
padding-bottom: 60px;
|
|
5017
5122
|
}
|
|
5018
|
-
.grid-draggable-wrapper[data-v-
|
|
5123
|
+
.grid-draggable-wrapper[data-v-0e6f2151] .components-item {
|
|
5019
5124
|
display: none;
|
|
5020
5125
|
}
|
|
5021
|
-
.grid-draggable-wrapper[data-v-
|
|
5126
|
+
.grid-draggable-wrapper[data-v-0e6f2151] .vgl-item:hover {
|
|
5022
5127
|
z-index: 1;
|
|
5023
5128
|
}
|
|
5024
|
-
.grid-draggable-wrapper[data-v-
|
|
5129
|
+
.grid-draggable-wrapper[data-v-0e6f2151] .vgl-item--placeholder {
|
|
5025
5130
|
background-color: rgba(64, 158, 255, 0.2);
|
|
5026
5131
|
border: 2px dashed #409eff;
|
|
5027
5132
|
border-radius: 4px;
|
|
5028
5133
|
opacity: 0.5;
|
|
5029
5134
|
pointer-events: none;
|
|
5030
5135
|
}
|
|
5031
|
-
.grid-draggable-wrapper[data-v-
|
|
5136
|
+
.grid-draggable-wrapper[data-v-0e6f2151] .vgl-item--dragging {
|
|
5032
5137
|
opacity: 0.7;
|
|
5033
5138
|
}
|
|
5034
|
-
.grid-draggable-wrapper[data-v-
|
|
5139
|
+
.grid-draggable-wrapper[data-v-0e6f2151] .vgl-item--resizing {
|
|
5035
5140
|
background: #f5f7fa;
|
|
5036
5141
|
border: 1px solid #e4e7ed;
|
|
5037
5142
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
5038
5143
|
opacity: 0.7;
|
|
5039
5144
|
border-radius: 4px;
|
|
5040
5145
|
}
|
|
5041
|
-
.grid-draggable-wrapper[data-v-
|
|
5146
|
+
.grid-draggable-wrapper[data-v-0e6f2151] .vgl-item__resizer {
|
|
5042
5147
|
z-index: 1;
|
|
5043
5148
|
}
|
|
5044
|
-
.grid-draggable-wrapper[data-v-
|
|
5149
|
+
.grid-draggable-wrapper[data-v-0e6f2151] .vgl-item__resizer:before {
|
|
5045
5150
|
display: none;
|
|
5046
5151
|
border-color: #409eff;
|
|
5047
5152
|
}
|
|
5048
|
-
.grid-draggable-wrapper[data-v-
|
|
5153
|
+
.grid-draggable-wrapper[data-v-0e6f2151] .vgl-item:hover .vgl-item__resizer:before {
|
|
5049
5154
|
display: block;
|
|
5050
5155
|
}
|
|
5051
|
-
[data-v-
|
|
5156
|
+
[data-v-0e6f2151] .el-divider {
|
|
5052
5157
|
margin: 16px 0;
|
|
5053
5158
|
}
|
|
5054
|
-
[data-v-
|
|
5159
|
+
[data-v-0e6f2151] .el-divider .el-divider__text {
|
|
5055
5160
|
color: #adb0b7;
|
|
5056
5161
|
padding: 0 10px;
|
|
5057
5162
|
border-radius: 4px;
|
|
@@ -5605,21 +5710,21 @@ body,
|
|
|
5605
5710
|
outline: none;
|
|
5606
5711
|
box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
|
|
5607
5712
|
}
|
|
5608
|
-
.info-icon[data-v-
|
|
5713
|
+
.info-icon[data-v-f9232dbc] {
|
|
5609
5714
|
margin-left: 4px;
|
|
5610
5715
|
color: #f5b041;
|
|
5611
5716
|
cursor: help;
|
|
5612
5717
|
font-size: 14px;
|
|
5613
5718
|
}
|
|
5614
|
-
.credit-icon[data-v-
|
|
5719
|
+
.credit-icon[data-v-f9232dbc] {
|
|
5615
5720
|
color: #2e8bff;
|
|
5616
5721
|
margin-right: 2px;
|
|
5617
5722
|
}
|
|
5618
|
-
.regulation-icon[data-v-
|
|
5723
|
+
.regulation-icon[data-v-f9232dbc] {
|
|
5619
5724
|
color: #f56c6c;
|
|
5620
5725
|
margin-right: 2px;
|
|
5621
5726
|
}
|
|
5622
|
-
[data-v-
|
|
5727
|
+
[data-v-f9232dbc] .el-form-item__label {
|
|
5623
5728
|
padding: 0 8px 0 0;
|
|
5624
5729
|
}
|
|
5625
5730
|
.el-page-header.is-contentful .el-page-header__main{border-top:1px solid var(--el-border-color-light);margin-top:16px}.el-page-header__header{justify-content:space-between;align-items:center;line-height:24px;display:flex}.el-page-header__left{align-items:center;margin-right:40px;display:flex;position:relative}.el-page-header__back{cursor:pointer;align-items:center;display:flex}.el-page-header__left .el-divider--vertical{margin:0 16px}.el-page-header__icon{align-items:center;margin-right:10px;font-size:16px;display:flex}.el-page-header__icon .el-icon{font-size:inherit}.el-page-header__title{font-size:14px;font-weight:500}.el-page-header__content{color:var(--el-text-color-primary);font-size:18px}.el-page-header__breadcrumb{margin-bottom:16px}.fec-header[data-v-b7c0507e] {
|
|
@@ -5676,27 +5781,27 @@ body,
|
|
|
5676
5781
|
width: 80px;
|
|
5677
5782
|
font-size: var(--el-font-size-extra-small);
|
|
5678
5783
|
}
|
|
5679
|
-
.fec-form[data-v-
|
|
5784
|
+
.fec-form[data-v-75d6c58f] {
|
|
5680
5785
|
height: 100%;
|
|
5681
5786
|
}
|
|
5682
|
-
[data-v-
|
|
5787
|
+
[data-v-75d6c58f] .vgl-item {
|
|
5683
5788
|
transition: none;
|
|
5684
5789
|
}
|
|
5685
|
-
[data-v-
|
|
5790
|
+
[data-v-75d6c58f] .vgl-item > .el-form-item {
|
|
5686
5791
|
width: 100%;
|
|
5687
5792
|
padding: 12px 8px 0 8px;
|
|
5688
5793
|
height: calc(100% - 15px);
|
|
5689
5794
|
display: flex;
|
|
5690
5795
|
}
|
|
5691
|
-
[data-v-
|
|
5796
|
+
[data-v-75d6c58f] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5692
5797
|
flex-direction: column;
|
|
5693
5798
|
}
|
|
5694
|
-
[data-v-
|
|
5799
|
+
[data-v-75d6c58f] .vgl-item > .el-form-item .el-form-item__label {
|
|
5695
5800
|
line-height: 20px;
|
|
5696
5801
|
display: flex;
|
|
5697
5802
|
align-items: center;
|
|
5698
5803
|
}
|
|
5699
|
-
[data-v-
|
|
5804
|
+
[data-v-75d6c58f] .vgl-item > .el-container {
|
|
5700
5805
|
height: auto !important;
|
|
5701
5806
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5702
5807
|
display: inline-block;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
3
|
const all = require("./src/components/all.js");
|
|
4
|
-
const index$
|
|
4
|
+
const index$r = require("../mobile/index.js");
|
|
5
5
|
const zhCn = require("../../node_modules/element-plus/es/locale/lang/zh-cn.js");
|
|
6
|
-
const index$
|
|
6
|
+
const index$s = require("../../node_modules/element-plus/es/index.js");
|
|
7
7
|
const components = require("../../node_modules/vxe-pc-ui/es/components.js");
|
|
8
8
|
;/* empty css */
|
|
9
9
|
;/* empty css */
|
|
@@ -12,12 +12,12 @@ const fecVue = {
|
|
|
12
12
|
for (let c in all) {
|
|
13
13
|
app.use(all[c]);
|
|
14
14
|
}
|
|
15
|
-
for (let c in index$
|
|
15
|
+
for (let c in index$r) {
|
|
16
16
|
if (c.startsWith("Mobile")) {
|
|
17
|
-
app.use(index$
|
|
17
|
+
app.use(index$r[c]);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
|
-
app.use(index$
|
|
20
|
+
app.use(index$s.default, {
|
|
21
21
|
locale: zhCn.default
|
|
22
22
|
});
|
|
23
23
|
app.use(components);
|
|
@@ -23,9 +23,10 @@ const index$j = require("./forms/userSelect/index.js");
|
|
|
23
23
|
const index$k = require("./forms/roleSelect/index.js");
|
|
24
24
|
const index$l = require("./forms/formItem/index.js");
|
|
25
25
|
const index$m = require("./bus/approvalHistory/index.js");
|
|
26
|
-
const index$n = require("./
|
|
27
|
-
const index$o = require("./details/
|
|
28
|
-
const index$p = require("./details/
|
|
26
|
+
const index$n = require("./bus/document/index.js");
|
|
27
|
+
const index$o = require("./details/header/index.js");
|
|
28
|
+
const index$p = require("./details/footer/index.js");
|
|
29
|
+
const index$q = require("./details/main/index.js");
|
|
29
30
|
exports.Table = index.Table;
|
|
30
31
|
exports.Form = index$1.Form;
|
|
31
32
|
exports.Text = index$2.Text;
|
|
@@ -49,6 +50,7 @@ exports.UserSelect = index$j.UserSelect;
|
|
|
49
50
|
exports.RoleSelect = index$k.RoleSelect;
|
|
50
51
|
exports.FormItem = index$l.FormItem;
|
|
51
52
|
exports.ApprovalHistory = index$m.ApprovalHistory;
|
|
52
|
-
exports.
|
|
53
|
-
exports.
|
|
54
|
-
exports.
|
|
53
|
+
exports.Document = index$n.Document;
|
|
54
|
+
exports.header = index$o.header;
|
|
55
|
+
exports.footer = index$p.footer;
|
|
56
|
+
exports.main = index$q.main;
|