@fecp/designer 5.4.79 → 5.4.81
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/dialog/index.vue2.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue2.mjs +1 -1
- package/es/designer/src/packages/form/formSetting.vue.mjs +16 -36
- package/es/designer.css +123 -102
- package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +3 -3
- package/es/packages/vue/src/components/forms/select/Select.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +6 -3
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +25 -8
- package/es/packages/vue/src/components/table/Table.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/TableColumn.vue.mjs +2 -1
- package/es/packages/vue/src/components/table/TableFilter.vue.mjs +14 -18
- package/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/index.vue2.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue2.js +1 -1
- package/lib/designer/src/packages/form/formSetting.vue.js +21 -41
- package/lib/designer.css +123 -102
- package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +3 -3
- package/lib/packages/vue/src/components/forms/select/Select.vue.js +1 -1
- package/lib/packages/vue/src/components/table/CustomButtons.vue.js +5 -2
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +24 -7
- package/lib/packages/vue/src/components/table/Table.vue.js +1 -1
- package/lib/packages/vue/src/components/table/TableColumn.vue.js +2 -1
- package/lib/packages/vue/src/components/table/TableFilter.vue.js +18 -22
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -4360,7 +4360,7 @@ to {
|
|
|
4360
4360
|
}
|
|
4361
4361
|
.quick-setting-panel .setting-row[data-v-55479df2] .el-checkbox .el-checkbox__label {
|
|
4362
4362
|
padding-left: 5px;
|
|
4363
|
-
}.form-setting[data-v-
|
|
4363
|
+
}.form-setting[data-v-37091686] {
|
|
4364
4364
|
display: flex;
|
|
4365
4365
|
align-items: center;
|
|
4366
4366
|
justify-content: space-between;
|
|
@@ -4371,35 +4371,35 @@ to {
|
|
|
4371
4371
|
background: #f5f7fa;
|
|
4372
4372
|
border-radius: 4px;
|
|
4373
4373
|
}
|
|
4374
|
-
.form-setting .setting-left[data-v-
|
|
4374
|
+
.form-setting .setting-left[data-v-37091686] {
|
|
4375
4375
|
display: flex;
|
|
4376
4376
|
align-items: center;
|
|
4377
4377
|
gap: 12px;
|
|
4378
4378
|
}
|
|
4379
|
-
.form-setting .setting-right[data-v-
|
|
4379
|
+
.form-setting .setting-right[data-v-37091686] {
|
|
4380
4380
|
display: flex;
|
|
4381
4381
|
align-items: center;
|
|
4382
4382
|
gap: 12px;
|
|
4383
4383
|
}
|
|
4384
|
-
.form-setting .setting-divider[data-v-
|
|
4384
|
+
.form-setting .setting-divider[data-v-37091686] {
|
|
4385
4385
|
width: 1px;
|
|
4386
4386
|
height: 20px;
|
|
4387
4387
|
background: #dcdfe6;
|
|
4388
4388
|
}
|
|
4389
|
-
.form-setting .text-label[data-v-
|
|
4389
|
+
.form-setting .text-label[data-v-37091686] {
|
|
4390
4390
|
font-size: 13px;
|
|
4391
4391
|
color: #606266;
|
|
4392
4392
|
}
|
|
4393
|
-
.form-setting .data-source-btn.is-configured[data-v-
|
|
4393
|
+
.form-setting .data-source-btn.is-configured[data-v-37091686] {
|
|
4394
4394
|
background: linear-gradient(135deg, #f0f9ff 0%, #e6f7ff 100%);
|
|
4395
4395
|
border-color: #91d5ff;
|
|
4396
4396
|
color: #1890ff;
|
|
4397
4397
|
}
|
|
4398
|
-
.form-setting .data-source-btn.is-configured[data-v-
|
|
4398
|
+
.form-setting .data-source-btn.is-configured[data-v-37091686]:hover {
|
|
4399
4399
|
background: linear-gradient(135deg, #e0f2ff 0%, #d6f0ff 100%);
|
|
4400
4400
|
border-color: #409eff;
|
|
4401
4401
|
}
|
|
4402
|
-
.form-setting .validation-count-tag[data-v-
|
|
4402
|
+
.form-setting .validation-count-tag[data-v-37091686] {
|
|
4403
4403
|
margin-left: 6px;
|
|
4404
4404
|
height: 16px;
|
|
4405
4405
|
padding: 0 5px;
|
|
@@ -5449,12 +5449,12 @@ body,
|
|
|
5449
5449
|
font-size: 13px;
|
|
5450
5450
|
color: #606266;
|
|
5451
5451
|
margin-left: 8px;
|
|
5452
|
-
}.custom-buttons[data-v-
|
|
5452
|
+
}.custom-buttons[data-v-8d29fa72] {
|
|
5453
5453
|
display: flex;
|
|
5454
5454
|
align-items: center;
|
|
5455
5455
|
margin: 0 0 0 0;
|
|
5456
5456
|
}
|
|
5457
|
-
.back-icon[data-v-
|
|
5457
|
+
.back-icon[data-v-8d29fa72] {
|
|
5458
5458
|
display: flex;
|
|
5459
5459
|
align-items: center;
|
|
5460
5460
|
justify-content: center;
|
|
@@ -5467,15 +5467,15 @@ body,
|
|
|
5467
5467
|
margin-left: 4px;
|
|
5468
5468
|
margin-right: -6px;
|
|
5469
5469
|
}
|
|
5470
|
-
.back-icon .el-icon[data-v-
|
|
5470
|
+
.back-icon .el-icon[data-v-8d29fa72] {
|
|
5471
5471
|
font-size: 14px;
|
|
5472
5472
|
font-weight: 500;
|
|
5473
5473
|
color: var(--el-color-primary);
|
|
5474
5474
|
}
|
|
5475
|
-
.back-icon[data-v-
|
|
5475
|
+
.back-icon[data-v-8d29fa72]:hover {
|
|
5476
5476
|
opacity: 0.7;
|
|
5477
5477
|
}
|
|
5478
|
-
.template-name[data-v-
|
|
5478
|
+
.template-name[data-v-8d29fa72] {
|
|
5479
5479
|
font-size: 16px;
|
|
5480
5480
|
font-weight: 600;
|
|
5481
5481
|
color: #303133;
|
|
@@ -5485,6 +5485,17 @@ body,
|
|
|
5485
5485
|
overflow: hidden;
|
|
5486
5486
|
text-overflow: ellipsis;
|
|
5487
5487
|
position: relative;
|
|
5488
|
+
display: flex;
|
|
5489
|
+
align-items: center;
|
|
5490
|
+
}
|
|
5491
|
+
.template-name-line[data-v-8d29fa72] {
|
|
5492
|
+
height: 16px;
|
|
5493
|
+
width: 4px;
|
|
5494
|
+
background-color: var(--el-color-primary);
|
|
5495
|
+
display: inline-block;
|
|
5496
|
+
border-radius: 5px;
|
|
5497
|
+
margin-right: 12px;
|
|
5498
|
+
margin-top: 2px;
|
|
5488
5499
|
}.fec-sub-title[data-v-0105f658] {
|
|
5489
5500
|
width: 100%;
|
|
5490
5501
|
height: 100%;
|
|
@@ -5846,21 +5857,21 @@ body,
|
|
|
5846
5857
|
outline: none;
|
|
5847
5858
|
box-shadow: 0 1px 0 0 #c0c4cc inset, 0 -1px 0 0 #c0c4cc inset, -1px 0 0 0 #c0c4cc inset;
|
|
5848
5859
|
}
|
|
5849
|
-
.info-icon[data-v-
|
|
5860
|
+
.info-icon[data-v-3a8e5cc4] {
|
|
5850
5861
|
margin-left: 4px;
|
|
5851
5862
|
color: #f5b041;
|
|
5852
5863
|
cursor: help;
|
|
5853
5864
|
font-size: 14px;
|
|
5854
5865
|
}
|
|
5855
|
-
.credit-icon[data-v-
|
|
5866
|
+
.credit-icon[data-v-3a8e5cc4] {
|
|
5856
5867
|
color: #2e8bff;
|
|
5857
5868
|
margin-right: 2px;
|
|
5858
5869
|
}
|
|
5859
|
-
.regulation-icon[data-v-
|
|
5870
|
+
.regulation-icon[data-v-3a8e5cc4] {
|
|
5860
5871
|
color: #f56c6c;
|
|
5861
5872
|
margin-right: 2px;
|
|
5862
5873
|
}
|
|
5863
|
-
[data-v-
|
|
5874
|
+
[data-v-3a8e5cc4] .el-form-item__label {
|
|
5864
5875
|
padding: 0 8px 0 0;
|
|
5865
5876
|
}
|
|
5866
5877
|
.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-a55fc4ab] {
|
|
@@ -5958,10 +5969,10 @@ body,
|
|
|
5958
5969
|
}
|
|
5959
5970
|
[data-v-2e861481] .vgl-item > .el-container {
|
|
5960
5971
|
height: auto !important;
|
|
5961
|
-
}.cell-content .cell-text[data-v-
|
|
5972
|
+
}.cell-content .cell-text[data-v-25279910] {
|
|
5962
5973
|
display: inline-block;
|
|
5963
5974
|
}
|
|
5964
|
-
.cell-content .copy-icon[data-v-
|
|
5975
|
+
.cell-content .copy-icon[data-v-25279910] {
|
|
5965
5976
|
cursor: pointer;
|
|
5966
5977
|
color: #909399;
|
|
5967
5978
|
font-size: 14px;
|
|
@@ -5969,36 +5980,35 @@ body,
|
|
|
5969
5980
|
top: 4px;
|
|
5970
5981
|
margin-left: 4px;
|
|
5971
5982
|
}
|
|
5972
|
-
.cell-content .copy-icon[data-v-
|
|
5983
|
+
.cell-content .copy-icon[data-v-25279910]:hover {
|
|
5973
5984
|
color: #409eff;
|
|
5974
|
-
}.fec-table-filter[data-v-
|
|
5985
|
+
}.fec-table-filter[data-v-7a5f97c4] {
|
|
5975
5986
|
display: flex;
|
|
5976
5987
|
background-color: #fff;
|
|
5977
5988
|
align-items: flex-start;
|
|
5978
|
-
gap: 12px;
|
|
5979
|
-
|
|
5989
|
+
/* gap: 12px; */
|
|
5990
|
+
border-bottom: 1px solid #f0f5fb;
|
|
5980
5991
|
}
|
|
5981
|
-
.fec-table-filter .filter-fields[data-v-
|
|
5992
|
+
.fec-table-filter .filter-fields[data-v-7a5f97c4] {
|
|
5982
5993
|
flex: 1;
|
|
5983
5994
|
display: grid;
|
|
5984
5995
|
grid-template-columns: repeat(var(--column-count, 3), 1fr);
|
|
5985
|
-
gap: 12px;
|
|
5996
|
+
/* gap: 12px; */
|
|
5986
5997
|
transition: all 0.4s ease;
|
|
5987
5998
|
overflow: hidden;
|
|
5988
5999
|
}
|
|
5989
|
-
.fec-table-filter .filter-fields.is-collapsed[data-v-
|
|
5990
|
-
max-height: var(--
|
|
6000
|
+
.fec-table-filter .filter-fields.is-collapsed[data-v-7a5f97c4] {
|
|
6001
|
+
max-height: var(--77d1952d);
|
|
5991
6002
|
}
|
|
5992
|
-
.fec-table-filter .filter-field[data-v-
|
|
6003
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] {
|
|
5993
6004
|
transition: all 0.3s ease;
|
|
5994
6005
|
}
|
|
5995
|
-
.fec-table-filter .filter-field[data-v-
|
|
5996
|
-
margin-bottom: 0;
|
|
6006
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-form-item {
|
|
5997
6007
|
display: flex;
|
|
5998
6008
|
flex-direction: row;
|
|
5999
6009
|
align-items: center;
|
|
6000
6010
|
}
|
|
6001
|
-
.fec-table-filter .filter-field[data-v-
|
|
6011
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-form-item .el-form-item__label {
|
|
6002
6012
|
font-size: 14px;
|
|
6003
6013
|
color: #606266;
|
|
6004
6014
|
font-weight: 500;
|
|
@@ -6008,56 +6018,55 @@ body,
|
|
|
6008
6018
|
width: 100px;
|
|
6009
6019
|
flex-shrink: 0;
|
|
6010
6020
|
text-align: right;
|
|
6021
|
+
width: 35% !important;
|
|
6011
6022
|
}
|
|
6012
|
-
.fec-table-filter .filter-field[data-v-
|
|
6023
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-form-item .el-form-item__content {
|
|
6013
6024
|
flex: 1;
|
|
6014
6025
|
margin-left: 0 !important;
|
|
6015
6026
|
}
|
|
6016
|
-
.fec-table-filter .filter-field[data-v-
|
|
6017
|
-
.fec-table-filter .filter-field[data-v-
|
|
6018
|
-
.fec-table-filter .filter-field[data-v-
|
|
6027
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .text-field-wrapper,
|
|
6028
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-select,
|
|
6029
|
+
.fec-table-filter .filter-field[data-v-7a5f97c4] .el-date-editor {
|
|
6019
6030
|
width: 100%;
|
|
6020
6031
|
}
|
|
6021
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6032
|
+
.fec-table-filter .filter-actions[data-v-7a5f97c4] {
|
|
6022
6033
|
flex-shrink: 0;
|
|
6023
|
-
border-left: 1px solid #eaebef;
|
|
6034
|
+
/* border-left: 1px solid #eaebef; */
|
|
6024
6035
|
display: flex;
|
|
6025
6036
|
align-items: center;
|
|
6026
6037
|
flex-direction: column;
|
|
6027
|
-
justify-content:
|
|
6028
|
-
padding-left: 16px;
|
|
6029
|
-
margin-left: 12px;
|
|
6038
|
+
justify-content: end;
|
|
6030
6039
|
gap: 10px;
|
|
6031
6040
|
height: 100%;
|
|
6032
6041
|
}
|
|
6033
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6042
|
+
.fec-table-filter .filter-actions[data-v-7a5f97c4] .el-button {
|
|
6034
6043
|
margin: 0;
|
|
6035
6044
|
}
|
|
6036
|
-
.fec-table-filter .filter-actions.inline[data-v-
|
|
6045
|
+
.fec-table-filter .filter-actions.inline[data-v-7a5f97c4] {
|
|
6037
6046
|
flex-direction: row;
|
|
6038
6047
|
gap: 8px;
|
|
6039
6048
|
height: auto;
|
|
6040
6049
|
align-items: center;
|
|
6041
6050
|
}
|
|
6042
|
-
.filter-fields[data-v-
|
|
6051
|
+
.filter-fields[data-v-7a5f97c4] {
|
|
6043
6052
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6044
6053
|
}
|
|
6045
|
-
.filter-field[data-v-
|
|
6054
|
+
.filter-field[data-v-7a5f97c4] {
|
|
6046
6055
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
6047
6056
|
}
|
|
6048
|
-
.filter-divider[data-v-
|
|
6057
|
+
.filter-divider[data-v-7a5f97c4] {
|
|
6049
6058
|
margin: 8px 0;
|
|
6050
6059
|
z-index: 1;
|
|
6051
6060
|
transition: all 0.3s ease;
|
|
6052
6061
|
}
|
|
6053
|
-
.filter-divider .collapse-toggle[data-v-
|
|
6062
|
+
.filter-divider .collapse-toggle[data-v-7a5f97c4] {
|
|
6054
6063
|
display: flex;
|
|
6055
6064
|
align-items: center;
|
|
6056
6065
|
gap: 2px;
|
|
6057
6066
|
color: #409eff;
|
|
6058
6067
|
cursor: pointer;
|
|
6059
6068
|
}
|
|
6060
|
-
.filter-divider[data-v-
|
|
6069
|
+
.filter-divider[data-v-7a5f97c4] .el-divider__text {
|
|
6061
6070
|
font-size: 13px;
|
|
6062
6071
|
color: #606266;
|
|
6063
6072
|
transition: all 0.3s ease;
|
|
@@ -6067,14 +6076,14 @@ body,
|
|
|
6067
6076
|
background-color: #fff;
|
|
6068
6077
|
padding: 0 10px;
|
|
6069
6078
|
}
|
|
6070
|
-
.filter-divider[data-v-
|
|
6079
|
+
.filter-divider[data-v-7a5f97c4] .el-icon {
|
|
6071
6080
|
transition: transform 0.3s ease;
|
|
6072
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6081
|
+
}.dynamic-mode-config .dynamic-row[data-v-349ed4c5] {
|
|
6073
6082
|
display: flex;
|
|
6074
6083
|
height: 54px;
|
|
6075
6084
|
align-items: center;
|
|
6076
6085
|
}
|
|
6077
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6086
|
+
.dynamic-mode-config .back-icon[data-v-349ed4c5] {
|
|
6078
6087
|
display: flex;
|
|
6079
6088
|
align-items: center;
|
|
6080
6089
|
justify-content: center;
|
|
@@ -6087,11 +6096,11 @@ body,
|
|
|
6087
6096
|
margin-left: 4px;
|
|
6088
6097
|
margin-right: -6px;
|
|
6089
6098
|
}
|
|
6090
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6099
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-349ed4c5] {
|
|
6091
6100
|
font-size: 16px;
|
|
6092
6101
|
font-weight: bold;
|
|
6093
6102
|
}
|
|
6094
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6103
|
+
.dynamic-mode-config .template-name[data-v-349ed4c5] {
|
|
6095
6104
|
font-size: 16px;
|
|
6096
6105
|
font-weight: 600;
|
|
6097
6106
|
color: #303133;
|
|
@@ -6101,39 +6110,50 @@ body,
|
|
|
6101
6110
|
overflow: hidden;
|
|
6102
6111
|
text-overflow: ellipsis;
|
|
6103
6112
|
position: relative;
|
|
6113
|
+
display: flex;
|
|
6114
|
+
align-items: center;
|
|
6104
6115
|
}
|
|
6105
|
-
.dynamic-mode-config .
|
|
6116
|
+
.dynamic-mode-config .template-name-line[data-v-349ed4c5] {
|
|
6117
|
+
height: 16px;
|
|
6118
|
+
width: 4px;
|
|
6119
|
+
background-color: var(--el-color-primary);
|
|
6120
|
+
display: inline-block;
|
|
6121
|
+
border-radius: 5px;
|
|
6122
|
+
margin-right: 12px;
|
|
6123
|
+
margin-top: 2px;
|
|
6124
|
+
}
|
|
6125
|
+
.dynamic-mode-config .tab-display-section[data-v-349ed4c5] {
|
|
6106
6126
|
flex: 1;
|
|
6107
6127
|
min-width: 0;
|
|
6108
6128
|
}
|
|
6109
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6129
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-349ed4c5] .el-tabs__header {
|
|
6110
6130
|
margin: 0;
|
|
6111
6131
|
}
|
|
6112
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6132
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-349ed4c5] .el-tabs__nav-wrap::after {
|
|
6113
6133
|
height: 0;
|
|
6114
6134
|
}
|
|
6115
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6135
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-349ed4c5] .el-tabs__item {
|
|
6116
6136
|
padding: 0 12px;
|
|
6117
6137
|
}
|
|
6118
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6138
|
+
.dynamic-mode-config .search-display-section[data-v-349ed4c5] {
|
|
6119
6139
|
flex-shrink: 0;
|
|
6120
6140
|
display: flex;
|
|
6121
6141
|
align-items: center;
|
|
6122
6142
|
gap: 12px;
|
|
6123
6143
|
margin-left: auto;
|
|
6124
6144
|
}
|
|
6125
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-
|
|
6126
|
-
width: 300px;
|
|
6145
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-349ed4c5] {
|
|
6146
|
+
/* width: 300px; */
|
|
6127
6147
|
}
|
|
6128
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6148
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-349ed4c5] {
|
|
6129
6149
|
display: flex;
|
|
6130
6150
|
align-items: center;
|
|
6131
6151
|
gap: 8px;
|
|
6132
6152
|
}
|
|
6133
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6153
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-349ed4c5] {
|
|
6134
6154
|
position: relative;
|
|
6135
6155
|
}
|
|
6136
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6156
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-349ed4c5] {
|
|
6137
6157
|
position: absolute;
|
|
6138
6158
|
top: -10px;
|
|
6139
6159
|
right: -10px;
|
|
@@ -6150,31 +6170,31 @@ body,
|
|
|
6150
6170
|
font-size: 12px;
|
|
6151
6171
|
z-index: 1;
|
|
6152
6172
|
}
|
|
6153
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6173
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-349ed4c5]:hover {
|
|
6154
6174
|
background-color: #f56c6c;
|
|
6155
6175
|
}
|
|
6156
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6176
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-349ed4c5] {
|
|
6157
6177
|
display: flex;
|
|
6158
6178
|
}
|
|
6159
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6179
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-349ed4c5] {
|
|
6160
6180
|
pointer-events: none;
|
|
6161
6181
|
}
|
|
6162
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6182
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-349ed4c5] {
|
|
6163
6183
|
margin-right: 4px;
|
|
6164
6184
|
}
|
|
6165
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6185
|
+
.dynamic-mode-config .expand-filter-section[data-v-349ed4c5] {
|
|
6166
6186
|
padding-top: 4px;
|
|
6167
6187
|
border-top: 1px solid #ebeef5;
|
|
6168
6188
|
margin-top: 4px;
|
|
6169
6189
|
}
|
|
6170
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6190
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-349ed4c5] {
|
|
6171
6191
|
width: 100%;
|
|
6172
6192
|
}
|
|
6173
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6193
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-349ed4c5] {
|
|
6174
6194
|
display: flex;
|
|
6175
6195
|
flex-wrap: wrap;
|
|
6176
6196
|
}
|
|
6177
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6197
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item {
|
|
6178
6198
|
padding: 2px;
|
|
6179
6199
|
border: 2px solid transparent;
|
|
6180
6200
|
border-radius: 2px;
|
|
@@ -6183,20 +6203,20 @@ body,
|
|
|
6183
6203
|
cursor: move;
|
|
6184
6204
|
margin-bottom: 4px;
|
|
6185
6205
|
}
|
|
6186
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6206
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .el-form-item__label-wrap {
|
|
6187
6207
|
margin: 0 0 0 8px !important;
|
|
6188
6208
|
}
|
|
6189
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6209
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .el-form-item__content {
|
|
6190
6210
|
min-width: 150px;
|
|
6191
6211
|
}
|
|
6192
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6212
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .form-item-label {
|
|
6193
6213
|
display: flex;
|
|
6194
6214
|
align-items: center;
|
|
6195
6215
|
}
|
|
6196
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6216
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .el-input {
|
|
6197
6217
|
width: 150px;
|
|
6198
6218
|
}
|
|
6199
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6219
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .delete-icon {
|
|
6200
6220
|
position: absolute;
|
|
6201
6221
|
top: -10px;
|
|
6202
6222
|
right: -10px;
|
|
@@ -6213,19 +6233,19 @@ body,
|
|
|
6213
6233
|
font-size: 12px;
|
|
6214
6234
|
z-index: 1;
|
|
6215
6235
|
}
|
|
6216
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6236
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item .delete-icon:hover {
|
|
6217
6237
|
background-color: #f56c6c;
|
|
6218
6238
|
}
|
|
6219
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6239
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item.is-hover {
|
|
6220
6240
|
border: 2px dashed #7b99cb !important;
|
|
6221
6241
|
}
|
|
6222
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6242
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item.is-hover .delete-icon {
|
|
6223
6243
|
display: flex;
|
|
6224
6244
|
}
|
|
6225
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6245
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item.is-select {
|
|
6226
6246
|
border: 2px dashed #efa53a !important;
|
|
6227
6247
|
}
|
|
6228
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6248
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-349ed4c5] .el-form-item__label {
|
|
6229
6249
|
font-size: 13px;
|
|
6230
6250
|
color: #606266;
|
|
6231
6251
|
pointer-events: none;
|
|
@@ -6234,17 +6254,18 @@ body,
|
|
|
6234
6254
|
display: flex;
|
|
6235
6255
|
align-items: center;
|
|
6236
6256
|
}
|
|
6237
|
-
[data-v-
|
|
6257
|
+
[data-v-349ed4c5] .el-checkbox-group {
|
|
6238
6258
|
display: flex;
|
|
6239
6259
|
gap: 12px;
|
|
6240
6260
|
}
|
|
6241
|
-
[data-v-
|
|
6261
|
+
[data-v-349ed4c5] .el-checkbox-group .el-checkbox-button__inner {
|
|
6242
6262
|
border-radius: 4px;
|
|
6243
|
-
}.fec-table[data-v-
|
|
6263
|
+
}.fec-table[data-v-d33cfe9f] {
|
|
6244
6264
|
height: 100%;
|
|
6245
6265
|
flex-grow: 1;
|
|
6266
|
+
padding: 16px;
|
|
6246
6267
|
}
|
|
6247
|
-
.fec-table-container[data-v-
|
|
6268
|
+
.fec-table-container[data-v-d33cfe9f] {
|
|
6248
6269
|
width: 100%;
|
|
6249
6270
|
background: #fff;
|
|
6250
6271
|
box-sizing: border-box;
|
|
@@ -6253,61 +6274,61 @@ body,
|
|
|
6253
6274
|
flex-direction: column;
|
|
6254
6275
|
overflow: hidden;
|
|
6255
6276
|
flex-grow: 1;
|
|
6256
|
-
padding: 0 12px;
|
|
6257
6277
|
}
|
|
6258
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6278
|
+
.fec-table-container .fec-vxe-table[data-v-d33cfe9f] {
|
|
6259
6279
|
flex: 1;
|
|
6260
6280
|
min-height: 0;
|
|
6261
6281
|
overflow: hidden;
|
|
6262
6282
|
}
|
|
6263
|
-
.fec-table-container[data-v-
|
|
6283
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table {
|
|
6264
6284
|
font-size: 14px;
|
|
6285
|
+
font-family: inherit;
|
|
6265
6286
|
}
|
|
6266
|
-
.fec-table-container[data-v-
|
|
6287
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--body-wrapper {
|
|
6267
6288
|
overflow: auto;
|
|
6268
6289
|
}
|
|
6269
|
-
.fec-table-container[data-v-
|
|
6290
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-header--column {
|
|
6270
6291
|
background-color: #fff;
|
|
6271
6292
|
}
|
|
6272
|
-
.fec-table-container[data-v-
|
|
6293
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-header--column .vxe-cell {
|
|
6273
6294
|
height: 40px !important;
|
|
6274
6295
|
min-height: 40px !important;
|
|
6275
6296
|
color: #333;
|
|
6276
6297
|
}
|
|
6277
|
-
.fec-table-container[data-v-
|
|
6298
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6278
6299
|
height: 40px !important;
|
|
6279
6300
|
}
|
|
6280
|
-
.fec-table-container[data-v-
|
|
6301
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-body--column .vxe-cell {
|
|
6281
6302
|
padding: 6px !important;
|
|
6282
6303
|
min-height: 32px !important;
|
|
6283
6304
|
color: #666;
|
|
6284
6305
|
font-size: 13px;
|
|
6285
6306
|
}
|
|
6286
|
-
.fec-table-container[data-v-
|
|
6287
|
-
.fec-table-container[data-v-
|
|
6307
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-body--column .c--tooltip,
|
|
6308
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-body--column .c--title {
|
|
6288
6309
|
height: 32px !important;
|
|
6289
6310
|
min-height: 32px !important;
|
|
6290
6311
|
}
|
|
6291
|
-
.fec-table-container[data-v-
|
|
6312
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--border-line {
|
|
6292
6313
|
border: none;
|
|
6293
6314
|
border-bottom: 1px solid #ebeef5;
|
|
6294
6315
|
border-top: 1px solid #ebeef5;
|
|
6295
6316
|
}
|
|
6296
|
-
.fec-table-container[data-v-
|
|
6297
|
-
.fec-table-container[data-v-
|
|
6317
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6318
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6298
6319
|
border: none !important;
|
|
6299
6320
|
}
|
|
6300
|
-
.fec-table-container[data-v-
|
|
6321
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6301
6322
|
display: none !important;
|
|
6302
6323
|
}
|
|
6303
|
-
.fec-table-container[data-v-
|
|
6324
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-cell--sort {
|
|
6304
6325
|
font-size: 12px;
|
|
6305
6326
|
}
|
|
6306
|
-
.fec-table-container[data-v-
|
|
6307
|
-
.fec-table-container[data-v-
|
|
6327
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-cell--sort .vxe-sort--asc-btn,
|
|
6328
|
+
.fec-table-container[data-v-d33cfe9f] .vxe-table .vxe-cell--sort .vxe-sort--desc-btn {
|
|
6308
6329
|
color: #dcdcdc;
|
|
6309
6330
|
}
|
|
6310
|
-
.fec-table-sub[data-v-
|
|
6331
|
+
.fec-table-sub[data-v-d33cfe9f] .vxe-table .vxe-table--border-line {
|
|
6311
6332
|
border-top: none;
|
|
6312
6333
|
}
|
|
6313
6334
|
.custom-dialog {
|
|
@@ -160,7 +160,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
160
160
|
prop: __props.config.fieldName,
|
|
161
161
|
required: __props.config.required,
|
|
162
162
|
error: __props.error,
|
|
163
|
-
"label-width":
|
|
163
|
+
"label-width": 160
|
|
164
164
|
}, createSlots({
|
|
165
165
|
default: withCtx(() => [
|
|
166
166
|
__props.config.labelMode != "label" ? (openBlock(), createBlock(resolveDynamicComponent(componentType.value), mergeProps({
|
|
@@ -201,11 +201,11 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
201
201
|
}),
|
|
202
202
|
key: "0"
|
|
203
203
|
} : void 0
|
|
204
|
-
]), 1032, ["prop", "required", "error"
|
|
204
|
+
]), 1032, ["prop", "required", "error"]));
|
|
205
205
|
};
|
|
206
206
|
}
|
|
207
207
|
});
|
|
208
|
-
const _FormItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
208
|
+
const _FormItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3a8e5cc4"]]);
|
|
209
209
|
export {
|
|
210
210
|
_FormItem as default
|
|
211
211
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../../../../node_modules/element-plus/es/index.mjs";
|
|
2
2
|
/* empty css */
|
|
3
3
|
/* empty css */
|
|
4
|
-
import { computed, resolveDirective, createElementBlock, openBlock, createCommentVNode, createBlock, createVNode, withCtx, unref, toDisplayString, Fragment, renderList, withDirectives
|
|
4
|
+
import { computed, resolveDirective, createElementBlock, openBlock, createCommentVNode, createBlock, createVNode, withCtx, unref, createElementVNode, createTextVNode, toDisplayString, Fragment, renderList, withDirectives } from "vue";
|
|
5
5
|
import "../../../../../node_modules/vxe-table/es/components.mjs";
|
|
6
6
|
import { ArrowLeftBold as arrow_left_bold_default, Search as search_default, Edit as edit_default, Delete as delete_default, Plus as plus_default, Setting as setting_default, Download as download_default, Refresh as refresh_default } from "../../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
7
7
|
import { getCurrentVueInstance } from "../../utils/getInstance.mjs";
|
|
@@ -123,7 +123,10 @@ const _sfc_main = {
|
|
|
123
123
|
_: 1
|
|
124
124
|
})
|
|
125
125
|
])) : createCommentVNode("", true),
|
|
126
|
-
__props.localConfig.showTitle ? (openBlock(), createElementBlock("div", _hoisted_2,
|
|
126
|
+
__props.localConfig.showTitle ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
|
127
|
+
_cache[0] || (_cache[0] = createElementVNode("div", { class: "template-name-line" }, null, -1)),
|
|
128
|
+
createTextVNode(" " + toDisplayString(__props.localConfig.templateName), 1)
|
|
129
|
+
])) : createCommentVNode("", true),
|
|
127
130
|
!__props.readOnly && !__props.isSubTable && hasButtons.value ? (openBlock(), createBlock(unref(VxeToolbar), {
|
|
128
131
|
key: 2,
|
|
129
132
|
ref: "toolbarRef",
|
|
@@ -169,7 +172,7 @@ const _sfc_main = {
|
|
|
169
172
|
};
|
|
170
173
|
}
|
|
171
174
|
};
|
|
172
|
-
const CustomButtons = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
175
|
+
const CustomButtons = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-8d29fa72"]]);
|
|
173
176
|
export {
|
|
174
177
|
CustomButtons as default
|
|
175
178
|
};
|