@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.
Files changed (25) hide show
  1. package/es/designer/package.json.mjs +1 -1
  2. package/es/designer/src/packages/dialog/index.vue2.mjs +1 -1
  3. package/es/designer/src/packages/dialogGlobal/index.vue2.mjs +1 -1
  4. package/es/designer/src/packages/form/formSetting.vue.mjs +16 -36
  5. package/es/designer.css +123 -102
  6. package/es/packages/vue/src/components/forms/formItem/FormItem.vue.mjs +3 -3
  7. package/es/packages/vue/src/components/forms/select/Select.vue.mjs +1 -1
  8. package/es/packages/vue/src/components/table/CustomButtons.vue.mjs +6 -3
  9. package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +25 -8
  10. package/es/packages/vue/src/components/table/Table.vue.mjs +1 -1
  11. package/es/packages/vue/src/components/table/TableColumn.vue.mjs +2 -1
  12. package/es/packages/vue/src/components/table/TableFilter.vue.mjs +14 -18
  13. package/lib/designer/package.json.js +1 -1
  14. package/lib/designer/src/packages/dialog/index.vue2.js +1 -1
  15. package/lib/designer/src/packages/dialogGlobal/index.vue2.js +1 -1
  16. package/lib/designer/src/packages/form/formSetting.vue.js +21 -41
  17. package/lib/designer.css +123 -102
  18. package/lib/packages/vue/src/components/forms/formItem/FormItem.vue.js +3 -3
  19. package/lib/packages/vue/src/components/forms/select/Select.vue.js +1 -1
  20. package/lib/packages/vue/src/components/table/CustomButtons.vue.js +5 -2
  21. package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +24 -7
  22. package/lib/packages/vue/src/components/table/Table.vue.js +1 -1
  23. package/lib/packages/vue/src/components/table/TableColumn.vue.js +2 -1
  24. package/lib/packages/vue/src/components/table/TableFilter.vue.js +18 -22
  25. package/package.json +1 -1
package/lib/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-cc559ca7] {
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-cc559ca7] {
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-cc559ca7] {
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-cc559ca7] {
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-cc559ca7] {
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-cc559ca7] {
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-cc559ca7]:hover {
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-cc559ca7] {
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-7610c2d4] {
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-7610c2d4] {
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-7610c2d4] {
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-7610c2d4]:hover {
5475
+ .back-icon[data-v-8d29fa72]:hover {
5476
5476
  opacity: 0.7;
5477
5477
  }
5478
- .template-name[data-v-7610c2d4] {
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-3657e72b] {
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-3657e72b] {
5866
+ .credit-icon[data-v-3a8e5cc4] {
5856
5867
  color: #2e8bff;
5857
5868
  margin-right: 2px;
5858
5869
  }
5859
- .regulation-icon[data-v-3657e72b] {
5870
+ .regulation-icon[data-v-3a8e5cc4] {
5860
5871
  color: #f56c6c;
5861
5872
  margin-right: 2px;
5862
5873
  }
5863
- [data-v-3657e72b] .el-form-item__label {
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-77be03fc] {
5972
+ }.cell-content .cell-text[data-v-25279910] {
5962
5973
  display: inline-block;
5963
5974
  }
5964
- .cell-content .copy-icon[data-v-77be03fc] {
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-77be03fc]:hover {
5983
+ .cell-content .copy-icon[data-v-25279910]:hover {
5973
5984
  color: #409eff;
5974
- }.fec-table-filter[data-v-ea506656] {
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
- padding: 12px 0 8px 0;
5989
+ /* gap: 12px; */
5990
+ border-bottom: 1px solid #f0f5fb;
5980
5991
  }
5981
- .fec-table-filter .filter-fields[data-v-ea506656] {
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-ea506656] {
5990
- max-height: var(--129ad2ff);
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-ea506656] {
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-ea506656] .el-form-item {
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-ea506656] .el-form-item .el-form-item__label {
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-ea506656] .el-form-item .el-form-item__content {
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-ea506656] .text-field-wrapper,
6017
- .fec-table-filter .filter-field[data-v-ea506656] .el-select,
6018
- .fec-table-filter .filter-field[data-v-ea506656] .el-date-editor {
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-ea506656] {
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: center;
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-ea506656] .el-button {
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-ea506656] {
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-ea506656] {
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-ea506656] {
6054
+ .filter-field[data-v-7a5f97c4] {
6046
6055
  transition: opacity 0.3s ease, transform 0.3s ease;
6047
6056
  }
6048
- .filter-divider[data-v-ea506656] {
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-ea506656] {
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-ea506656] .el-divider__text {
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-ea506656] .el-icon {
6079
+ .filter-divider[data-v-7a5f97c4] .el-icon {
6071
6080
  transition: transform 0.3s ease;
6072
- }.dynamic-mode-config .dynamic-row[data-v-d11a831a] {
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-d11a831a] {
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-d11a831a] {
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-d11a831a] {
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 .tab-display-section[data-v-d11a831a] {
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-d11a831a] .el-tabs__header {
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-d11a831a] .el-tabs__nav-wrap::after {
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-d11a831a] .el-tabs__item {
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-d11a831a] {
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-d11a831a] {
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-d11a831a] {
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-d11a831a] {
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-d11a831a] {
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-d11a831a]:hover {
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-d11a831a] {
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-d11a831a] {
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-d11a831a] {
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-d11a831a] {
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-d11a831a] {
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-d11a831a] {
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-d11a831a] .el-form-item {
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-d11a831a] .el-form-item .el-form-item__label-wrap {
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-d11a831a] .el-form-item .el-form-item__content {
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-d11a831a] .el-form-item .form-item-label {
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-d11a831a] .el-form-item .el-input {
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-d11a831a] .el-form-item .delete-icon {
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-d11a831a] .el-form-item .delete-icon:hover {
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-d11a831a] .el-form-item.is-hover {
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-d11a831a] .el-form-item.is-hover .delete-icon {
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-d11a831a] .el-form-item.is-select {
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-d11a831a] .el-form-item__label {
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-d11a831a] .el-checkbox-group {
6257
+ [data-v-349ed4c5] .el-checkbox-group {
6238
6258
  display: flex;
6239
6259
  gap: 12px;
6240
6260
  }
6241
- [data-v-d11a831a] .el-checkbox-group .el-checkbox-button__inner {
6261
+ [data-v-349ed4c5] .el-checkbox-group .el-checkbox-button__inner {
6242
6262
  border-radius: 4px;
6243
- }.fec-table[data-v-5e27559e] {
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-5e27559e] {
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-5e27559e] {
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-5e27559e] .vxe-table {
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-5e27559e] .vxe-table .vxe-table--body-wrapper {
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-5e27559e] .vxe-table .vxe-header--column {
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-5e27559e] .vxe-table .vxe-header--column .vxe-cell {
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-5e27559e] .vxe-table .vxe-table--header-inner-wrapper {
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-5e27559e] .vxe-table .vxe-body--column .vxe-cell {
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-5e27559e] .vxe-table .vxe-body--column .c--tooltip,
6287
- .fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .c--title {
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-5e27559e] .vxe-table .vxe-table--border-line {
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-5e27559e] .vxe-table .vxe-table--scroll-y-handle-appearance,
6297
- .fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-wrapper:after {
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-5e27559e] .vxe-table .vxe-table--scroll-y-top-corner {
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-5e27559e] .vxe-table .vxe-cell--sort {
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-5e27559e] .vxe-table .vxe-cell--sort .vxe-sort--asc-btn,
6307
- .fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort .vxe-sort--desc-btn {
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-5e27559e] .vxe-table .vxe-table--border-line {
6331
+ .fec-table-sub[data-v-d33cfe9f] .vxe-table .vxe-table--border-line {
6311
6332
  border-top: none;
6312
6333
  }
6313
6334
  .custom-dialog {
@@ -162,7 +162,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
162
162
  prop: __props.config.fieldName,
163
163
  required: __props.config.required,
164
164
  error: __props.error,
165
- "label-width": __props.config.labelMode == "default" ? __props.localConfig.labelWidth || "auto" : "auto"
165
+ "label-width": 160
166
166
  }, vue.createSlots({
167
167
  default: vue.withCtx(() => [
168
168
  __props.config.labelMode != "label" ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(componentType.value), vue.mergeProps({
@@ -203,9 +203,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
203
203
  }),
204
204
  key: "0"
205
205
  } : void 0
206
- ]), 1032, ["prop", "required", "error", "label-width"]));
206
+ ]), 1032, ["prop", "required", "error"]));
207
207
  };
208
208
  }
209
209
  });
210
- const _FormItem = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-3657e72b"]]);
210
+ const _FormItem = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-3a8e5cc4"]]);
211
211
  exports.default = _FormItem;
@@ -26,7 +26,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
26
26
  },
27
27
  placeholder: {
28
28
  type: String,
29
- default: "请选择"
29
+ default: ""
30
30
  },
31
31
  disabled: {
32
32
  type: Boolean,
@@ -125,7 +125,10 @@ const _sfc_main = {
125
125
  _: 1
126
126
  })
127
127
  ])) : vue.createCommentVNode("", true),
128
- __props.localConfig.showTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, vue.toDisplayString(__props.localConfig.templateName), 1)) : vue.createCommentVNode("", true),
128
+ __props.localConfig.showTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [
129
+ _cache[0] || (_cache[0] = vue.createElementVNode("div", { class: "template-name-line" }, null, -1)),
130
+ vue.createTextVNode(" " + vue.toDisplayString(__props.localConfig.templateName), 1)
131
+ ])) : vue.createCommentVNode("", true),
129
132
  !__props.readOnly && !__props.isSubTable && hasButtons.value ? (vue.openBlock(), vue.createBlock(vue.unref(index$2.VxeToolbar), {
130
133
  key: 2,
131
134
  ref: "toolbarRef",
@@ -171,5 +174,5 @@ const _sfc_main = {
171
174
  };
172
175
  }
173
176
  };
174
- const CustomButtons = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-7610c2d4"]]);
177
+ const CustomButtons = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-8d29fa72"]]);
175
178
  exports.default = CustomButtons;
@@ -278,7 +278,10 @@ const _sfc_main = {
278
278
  _: 1
279
279
  })
280
280
  ])) : vue.createCommentVNode("", true),
281
- __props.localConfig.showTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, vue.toDisplayString(__props.localConfig.templateName), 1)) : vue.createCommentVNode("", true),
281
+ __props.localConfig.showTitle ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
282
+ _cache[2] || (_cache[2] = vue.createElementVNode("div", { class: "template-name-line" }, null, -1)),
283
+ vue.createTextVNode(" " + vue.toDisplayString(__props.localConfig.templateName), 1)
284
+ ])) : vue.createCommentVNode("", true),
282
285
  queryConfig.value.enabled && tabConfigs.value.length > 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5, [
283
286
  vue.createVNode(_component_el_tabs, {
284
287
  modelValue: activeTab.value,
@@ -302,11 +305,25 @@ const _sfc_main = {
302
305
  vue.createVNode(_component_el_input, {
303
306
  modelValue: searchInputValue.value,
304
307
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => searchInputValue.value = $event),
305
- placeholder: "请输入关键词搜索...",
308
+ placeholder: "请输入查询条件",
306
309
  class: "search-input",
307
- "prefix-icon": vue.unref(index$1.Search),
310
+ clearable: "",
308
311
  onKeyup: onSearchInputKeyup
309
- }, vue.createSlots({ _: 2 }, [
312
+ }, vue.createSlots({
313
+ suffix: vue.withCtx(() => [
314
+ vue.createVNode(_component_el_icon, {
315
+ class: "el-input__icon",
316
+ style: { "cursor": "pointer" },
317
+ onClick: handleSearch
318
+ }, {
319
+ default: vue.withCtx(() => [
320
+ vue.createVNode(vue.unref(index$1.Search))
321
+ ]),
322
+ _: 1
323
+ })
324
+ ]),
325
+ _: 2
326
+ }, [
310
327
  dynamicConfig.value.advancedSearch ? {
311
328
  name: "append",
312
329
  fn: vue.withCtx(() => [
@@ -322,7 +339,7 @@ const _sfc_main = {
322
339
  ]),
323
340
  key: "0"
324
341
  } : void 0
325
- ]), 1032, ["modelValue", "prefix-icon"])
342
+ ]), 1032, ["modelValue"])
326
343
  ])) : vue.createCommentVNode("", true),
327
344
  !__props.readOnly && !__props.isSubTable && rightButtons.value.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(index$5.VxeToolbar), {
328
345
  key: 1,
@@ -412,7 +429,7 @@ const _sfc_main = {
412
429
  style: { "flex": "1" },
413
430
  clearable: ""
414
431
  }, null, 8, ["modelValue", "onUpdate:modelValue", "placeholder"]),
415
- _cache[2] || (_cache[2] = vue.createElementVNode("span", null, "-", -1)),
432
+ _cache[3] || (_cache[3] = vue.createElementVNode("span", null, "-", -1)),
416
433
  vue.createVNode(_component_el_input_number, {
417
434
  modelValue: filterValues.value[`${field.fieldId}_max`],
418
435
  "onUpdate:modelValue": ($event) => filterValues.value[`${field.fieldId}_max`] = $event,
@@ -455,5 +472,5 @@ const _sfc_main = {
455
472
  };
456
473
  }
457
474
  };
458
- const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d11a831a"]]);
475
+ const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-349ed4c5"]]);
459
476
  exports.default = DynamicQuery;
@@ -833,5 +833,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
833
833
  };
834
834
  }
835
835
  });
836
- const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-5e27559e"]]);
836
+ const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-d33cfe9f"]]);
837
837
  exports.default = _Table;