@fecp/designer 5.4.68 → 5.4.70
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.css +104 -98
- package/es/packages/vue/src/components/details/footer/Footer.vue.mjs +1 -1
- package/es/packages/vue/src/components/details/header/Header.vue.mjs +5 -5
- package/es/packages/vue/src/components/details/main/Main.vue.mjs +3 -2
- package/es/packages/vue/src/components/forms/form/Form.vue.mjs +2 -2
- package/es/packages/vue/src/components/table/DynamicQuery.vue.mjs +2 -3
- package/es/packages/vue/src/components/table/Table.vue.mjs +1 -1
- package/es/packages/vue/src/components/table/TableFilter.vue.mjs +2 -2
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +104 -98
- package/lib/packages/vue/src/components/details/footer/Footer.vue.js +1 -1
- package/lib/packages/vue/src/components/details/header/Header.vue.js +4 -4
- package/lib/packages/vue/src/components/details/main/Main.vue.js +3 -2
- package/lib/packages/vue/src/components/forms/form/Form.vue.js +2 -2
- package/lib/packages/vue/src/components/table/DynamicQuery.vue.js +2 -3
- package/lib/packages/vue/src/components/table/Table.vue.js +1 -1
- package/lib/packages/vue/src/components/table/TableFilter.vue.js +2 -2
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -5848,25 +5848,25 @@ body,
|
|
|
5848
5848
|
[data-v-3657e72b] .el-form-item__label {
|
|
5849
5849
|
padding: 0 8px 0 0;
|
|
5850
5850
|
}
|
|
5851
|
-
.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-
|
|
5851
|
+
.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-29cfb366] {
|
|
5852
5852
|
padding: 0 20px;
|
|
5853
5853
|
background-color: #fff;
|
|
5854
|
-
border-bottom: 1px solid #e4e7ed;
|
|
5855
5854
|
height: 55px;
|
|
5856
5855
|
display: flex;
|
|
5857
5856
|
align-items: center;
|
|
5858
5857
|
flex-shrink: 0;
|
|
5859
5858
|
}
|
|
5860
|
-
.fec-header[data-v-
|
|
5859
|
+
.fec-header[data-v-29cfb366] .el-page-header__header {
|
|
5860
|
+
border-bottom: 1px solid #e4e7ed;
|
|
5861
5861
|
height: 100%;
|
|
5862
5862
|
width: 100%;
|
|
5863
5863
|
display: flex;
|
|
5864
5864
|
align-items: center;
|
|
5865
5865
|
}
|
|
5866
|
-
.fec-header[data-v-
|
|
5866
|
+
.fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__title {
|
|
5867
5867
|
display: none;
|
|
5868
5868
|
}
|
|
5869
|
-
.fec-header[data-v-
|
|
5869
|
+
.fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__icon {
|
|
5870
5870
|
margin-right: 0;
|
|
5871
5871
|
font-size: 16px;
|
|
5872
5872
|
font-weight: 500;
|
|
@@ -5874,69 +5874,72 @@ body,
|
|
|
5874
5874
|
display: flex;
|
|
5875
5875
|
align-items: center;
|
|
5876
5876
|
}
|
|
5877
|
-
.fec-header .fec-header__title[data-v-
|
|
5877
|
+
.fec-header .fec-header__title[data-v-29cfb366] {
|
|
5878
5878
|
font-size: 20px;
|
|
5879
5879
|
font-weight: 700;
|
|
5880
5880
|
color: #1a1a1a;
|
|
5881
5881
|
margin-right: 12px;
|
|
5882
5882
|
line-height: 1.2;
|
|
5883
5883
|
}
|
|
5884
|
-
.fec-header .fec-header__subtitle[data-v-
|
|
5884
|
+
.fec-header .fec-header__subtitle[data-v-29cfb366] {
|
|
5885
5885
|
font-size: 12px;
|
|
5886
5886
|
color: #bbb;
|
|
5887
5887
|
font-weight: 500;
|
|
5888
5888
|
line-height: 1.2;
|
|
5889
5889
|
}
|
|
5890
|
-
.can-not-back[data-v-
|
|
5890
|
+
.can-not-back[data-v-29cfb366] .el-subTitle {
|
|
5891
5891
|
display: none;
|
|
5892
5892
|
}
|
|
5893
|
-
.can-not-back[data-v-
|
|
5893
|
+
.can-not-back[data-v-29cfb366] .el-divider {
|
|
5894
5894
|
display: none;
|
|
5895
5895
|
}
|
|
5896
|
-
[data-v-
|
|
5896
|
+
[data-v-29cfb366] .el-page-header__content {
|
|
5897
5897
|
display: flex;
|
|
5898
5898
|
align-items: flex-end;
|
|
5899
5899
|
}
|
|
5900
|
-
.form-details-footer[data-v-
|
|
5900
|
+
.form-details-footer[data-v-97060b52] {
|
|
5901
5901
|
background-color: #fff;
|
|
5902
5902
|
height: 50px;
|
|
5903
5903
|
display: flex;
|
|
5904
5904
|
align-items: center;
|
|
5905
5905
|
justify-content: center;
|
|
5906
5906
|
box-shadow: 0px 0px 8px 1px #e6e2e2;
|
|
5907
|
-
margin: 0
|
|
5908
|
-
padding: 0;
|
|
5907
|
+
margin: 0;
|
|
5908
|
+
padding: 0;
|
|
5909
|
+
z-index: 1;
|
|
5909
5910
|
}
|
|
5910
|
-
.form-details-footer > .el-button[data-v-
|
|
5911
|
+
.form-details-footer > .el-button[data-v-97060b52] {
|
|
5911
5912
|
width: 80px;
|
|
5912
5913
|
font-size: var(--el-font-size-extra-small);
|
|
5913
5914
|
}
|
|
5914
|
-
.fec-form[data-v-
|
|
5915
|
+
.fec-form[data-v-7769eb3b] {
|
|
5915
5916
|
height: 100%;
|
|
5916
5917
|
}
|
|
5917
|
-
[data-v-
|
|
5918
|
+
[data-v-7769eb3b] .vgl-item {
|
|
5918
5919
|
transition: none;
|
|
5919
5920
|
}
|
|
5920
|
-
[data-v-
|
|
5921
|
+
[data-v-7769eb3b] .vgl-item > .el-form-item {
|
|
5921
5922
|
width: 100%;
|
|
5922
5923
|
padding: 12px 8px 0 8px;
|
|
5923
5924
|
height: calc(100% - 15px);
|
|
5924
5925
|
display: flex;
|
|
5925
5926
|
}
|
|
5926
|
-
[data-v-
|
|
5927
|
+
[data-v-7769eb3b] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5927
5928
|
flex-direction: column;
|
|
5928
5929
|
}
|
|
5929
|
-
[data-v-
|
|
5930
|
+
[data-v-7769eb3b] .vgl-item > .el-form-item .el-form-item__label {
|
|
5930
5931
|
line-height: 20px;
|
|
5931
5932
|
display: flex;
|
|
5932
5933
|
align-items: center;
|
|
5933
5934
|
color: #1a1a1a;
|
|
5934
5935
|
pointer-events: none;
|
|
5936
|
+
flex-wrap: wrap;
|
|
5937
|
+
white-space: normal;
|
|
5935
5938
|
}
|
|
5936
|
-
[data-v-
|
|
5939
|
+
[data-v-7769eb3b] .vgl-item > .el-form-item .el-form-item__error {
|
|
5937
5940
|
padding-top: 10px;
|
|
5938
5941
|
}
|
|
5939
|
-
[data-v-
|
|
5942
|
+
[data-v-7769eb3b] .vgl-item > .el-container {
|
|
5940
5943
|
height: auto !important;
|
|
5941
5944
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5942
5945
|
display: inline-block;
|
|
@@ -5951,14 +5954,14 @@ body,
|
|
|
5951
5954
|
}
|
|
5952
5955
|
.cell-content .copy-icon[data-v-3e5372d4]:hover {
|
|
5953
5956
|
color: #409eff;
|
|
5954
|
-
}.fec-table-filter[data-v-
|
|
5957
|
+
}.fec-table-filter[data-v-ea506656] {
|
|
5955
5958
|
display: flex;
|
|
5956
5959
|
background-color: #fff;
|
|
5957
5960
|
align-items: flex-start;
|
|
5958
5961
|
gap: 12px;
|
|
5959
|
-
|
|
5962
|
+
padding: 12px 0 8px 0;
|
|
5960
5963
|
}
|
|
5961
|
-
.fec-table-filter .filter-fields[data-v-
|
|
5964
|
+
.fec-table-filter .filter-fields[data-v-ea506656] {
|
|
5962
5965
|
flex: 1;
|
|
5963
5966
|
display: grid;
|
|
5964
5967
|
grid-template-columns: repeat(var(--column-count, 3), 1fr);
|
|
@@ -5966,19 +5969,19 @@ body,
|
|
|
5966
5969
|
transition: all 0.4s ease;
|
|
5967
5970
|
overflow: hidden;
|
|
5968
5971
|
}
|
|
5969
|
-
.fec-table-filter .filter-fields.is-collapsed[data-v-
|
|
5970
|
-
max-height: var(--
|
|
5972
|
+
.fec-table-filter .filter-fields.is-collapsed[data-v-ea506656] {
|
|
5973
|
+
max-height: var(--129ad2ff);
|
|
5971
5974
|
}
|
|
5972
|
-
.fec-table-filter .filter-field[data-v-
|
|
5975
|
+
.fec-table-filter .filter-field[data-v-ea506656] {
|
|
5973
5976
|
transition: all 0.3s ease;
|
|
5974
5977
|
}
|
|
5975
|
-
.fec-table-filter .filter-field[data-v-
|
|
5978
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item {
|
|
5976
5979
|
margin-bottom: 0;
|
|
5977
5980
|
display: flex;
|
|
5978
5981
|
flex-direction: row;
|
|
5979
5982
|
align-items: center;
|
|
5980
5983
|
}
|
|
5981
|
-
.fec-table-filter .filter-field[data-v-
|
|
5984
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item .el-form-item__label {
|
|
5982
5985
|
font-size: 14px;
|
|
5983
5986
|
color: #606266;
|
|
5984
5987
|
font-weight: 500;
|
|
@@ -5989,16 +5992,16 @@ body,
|
|
|
5989
5992
|
flex-shrink: 0;
|
|
5990
5993
|
text-align: right;
|
|
5991
5994
|
}
|
|
5992
|
-
.fec-table-filter .filter-field[data-v-
|
|
5995
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item .el-form-item__content {
|
|
5993
5996
|
flex: 1;
|
|
5994
5997
|
margin-left: 0 !important;
|
|
5995
5998
|
}
|
|
5996
|
-
.fec-table-filter .filter-field[data-v-
|
|
5997
|
-
.fec-table-filter .filter-field[data-v-
|
|
5998
|
-
.fec-table-filter .filter-field[data-v-
|
|
5999
|
+
.fec-table-filter .filter-field[data-v-ea506656] .text-field-wrapper,
|
|
6000
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-select,
|
|
6001
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-date-editor {
|
|
5999
6002
|
width: 100%;
|
|
6000
6003
|
}
|
|
6001
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6004
|
+
.fec-table-filter .filter-actions[data-v-ea506656] {
|
|
6002
6005
|
flex-shrink: 0;
|
|
6003
6006
|
border-left: 1px solid #eaebef;
|
|
6004
6007
|
display: flex;
|
|
@@ -6010,34 +6013,34 @@ body,
|
|
|
6010
6013
|
gap: 10px;
|
|
6011
6014
|
height: 100%;
|
|
6012
6015
|
}
|
|
6013
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6016
|
+
.fec-table-filter .filter-actions[data-v-ea506656] .el-button {
|
|
6014
6017
|
margin: 0;
|
|
6015
6018
|
}
|
|
6016
|
-
.fec-table-filter .filter-actions.inline[data-v-
|
|
6019
|
+
.fec-table-filter .filter-actions.inline[data-v-ea506656] {
|
|
6017
6020
|
flex-direction: row;
|
|
6018
6021
|
gap: 8px;
|
|
6019
6022
|
height: auto;
|
|
6020
6023
|
align-items: center;
|
|
6021
6024
|
}
|
|
6022
|
-
.filter-fields[data-v-
|
|
6025
|
+
.filter-fields[data-v-ea506656] {
|
|
6023
6026
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6024
6027
|
}
|
|
6025
|
-
.filter-field[data-v-
|
|
6028
|
+
.filter-field[data-v-ea506656] {
|
|
6026
6029
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
6027
6030
|
}
|
|
6028
|
-
.filter-divider[data-v-
|
|
6031
|
+
.filter-divider[data-v-ea506656] {
|
|
6029
6032
|
margin: 8px 0;
|
|
6030
6033
|
z-index: 1;
|
|
6031
6034
|
transition: all 0.3s ease;
|
|
6032
6035
|
}
|
|
6033
|
-
.filter-divider .collapse-toggle[data-v-
|
|
6036
|
+
.filter-divider .collapse-toggle[data-v-ea506656] {
|
|
6034
6037
|
display: flex;
|
|
6035
6038
|
align-items: center;
|
|
6036
6039
|
gap: 2px;
|
|
6037
6040
|
color: #409eff;
|
|
6038
6041
|
cursor: pointer;
|
|
6039
6042
|
}
|
|
6040
|
-
.filter-divider[data-v-
|
|
6043
|
+
.filter-divider[data-v-ea506656] .el-divider__text {
|
|
6041
6044
|
font-size: 13px;
|
|
6042
6045
|
color: #606266;
|
|
6043
6046
|
transition: all 0.3s ease;
|
|
@@ -6047,13 +6050,14 @@ body,
|
|
|
6047
6050
|
background-color: #fff;
|
|
6048
6051
|
padding: 0 10px;
|
|
6049
6052
|
}
|
|
6050
|
-
.filter-divider[data-v-
|
|
6053
|
+
.filter-divider[data-v-ea506656] .el-icon {
|
|
6051
6054
|
transition: transform 0.3s ease;
|
|
6052
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6055
|
+
}.dynamic-mode-config .dynamic-row[data-v-a95df0b8] {
|
|
6053
6056
|
display: flex;
|
|
6057
|
+
height: 54px;
|
|
6054
6058
|
align-items: center;
|
|
6055
6059
|
}
|
|
6056
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6060
|
+
.dynamic-mode-config .back-icon[data-v-a95df0b8] {
|
|
6057
6061
|
display: flex;
|
|
6058
6062
|
align-items: center;
|
|
6059
6063
|
justify-content: center;
|
|
@@ -6065,13 +6069,12 @@ body,
|
|
|
6065
6069
|
transition: all 0.2s ease;
|
|
6066
6070
|
margin-left: 4px;
|
|
6067
6071
|
margin-right: -6px;
|
|
6068
|
-
margin-bottom: 8px;
|
|
6069
6072
|
}
|
|
6070
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6073
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-a95df0b8] {
|
|
6071
6074
|
font-size: 16px;
|
|
6072
6075
|
font-weight: bold;
|
|
6073
6076
|
}
|
|
6074
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6077
|
+
.dynamic-mode-config .template-name[data-v-a95df0b8] {
|
|
6075
6078
|
font-size: 16px;
|
|
6076
6079
|
font-weight: 600;
|
|
6077
6080
|
color: #303133;
|
|
@@ -6081,44 +6084,39 @@ body,
|
|
|
6081
6084
|
overflow: hidden;
|
|
6082
6085
|
text-overflow: ellipsis;
|
|
6083
6086
|
position: relative;
|
|
6084
|
-
margin-bottom: 8px;
|
|
6085
6087
|
}
|
|
6086
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6088
|
+
.dynamic-mode-config .tab-display-section[data-v-a95df0b8] {
|
|
6087
6089
|
flex: 1;
|
|
6088
6090
|
min-width: 0;
|
|
6089
|
-
margin-bottom: 8px;
|
|
6090
6091
|
}
|
|
6091
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6092
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__header {
|
|
6092
6093
|
margin: 0;
|
|
6093
6094
|
}
|
|
6094
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6095
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__nav-wrap::after {
|
|
6095
6096
|
height: 0;
|
|
6096
6097
|
}
|
|
6097
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6098
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__item {
|
|
6098
6099
|
padding: 0 12px;
|
|
6099
6100
|
}
|
|
6100
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6101
|
+
.dynamic-mode-config .search-display-section[data-v-a95df0b8] {
|
|
6101
6102
|
flex-shrink: 0;
|
|
6102
6103
|
display: flex;
|
|
6103
6104
|
align-items: center;
|
|
6104
6105
|
gap: 12px;
|
|
6105
6106
|
margin-left: auto;
|
|
6106
6107
|
}
|
|
6107
|
-
.dynamic-mode-config .search-display-section .search-input-group[data-v-
|
|
6108
|
-
margin-bottom: 8px;
|
|
6109
|
-
}
|
|
6110
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-dc1c22da] {
|
|
6108
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-a95df0b8] {
|
|
6111
6109
|
width: 300px;
|
|
6112
6110
|
}
|
|
6113
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6111
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-a95df0b8] {
|
|
6114
6112
|
display: flex;
|
|
6115
6113
|
align-items: center;
|
|
6116
6114
|
gap: 8px;
|
|
6117
6115
|
}
|
|
6118
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6116
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-a95df0b8] {
|
|
6119
6117
|
position: relative;
|
|
6120
6118
|
}
|
|
6121
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6119
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-a95df0b8] {
|
|
6122
6120
|
position: absolute;
|
|
6123
6121
|
top: -10px;
|
|
6124
6122
|
right: -10px;
|
|
@@ -6135,31 +6133,31 @@ body,
|
|
|
6135
6133
|
font-size: 12px;
|
|
6136
6134
|
z-index: 1;
|
|
6137
6135
|
}
|
|
6138
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6136
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-a95df0b8]:hover {
|
|
6139
6137
|
background-color: #f56c6c;
|
|
6140
6138
|
}
|
|
6141
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6139
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-a95df0b8] {
|
|
6142
6140
|
display: flex;
|
|
6143
6141
|
}
|
|
6144
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6142
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-a95df0b8] {
|
|
6145
6143
|
pointer-events: none;
|
|
6146
6144
|
}
|
|
6147
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6145
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-a95df0b8] {
|
|
6148
6146
|
margin-right: 4px;
|
|
6149
6147
|
}
|
|
6150
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6148
|
+
.dynamic-mode-config .expand-filter-section[data-v-a95df0b8] {
|
|
6151
6149
|
padding-top: 4px;
|
|
6152
6150
|
border-top: 1px solid #ebeef5;
|
|
6153
6151
|
margin-top: 4px;
|
|
6154
6152
|
}
|
|
6155
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6153
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-a95df0b8] {
|
|
6156
6154
|
width: 100%;
|
|
6157
6155
|
}
|
|
6158
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6156
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-a95df0b8] {
|
|
6159
6157
|
display: flex;
|
|
6160
6158
|
flex-wrap: wrap;
|
|
6161
6159
|
}
|
|
6162
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6160
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item {
|
|
6163
6161
|
padding: 2px;
|
|
6164
6162
|
border: 2px solid transparent;
|
|
6165
6163
|
border-radius: 2px;
|
|
@@ -6168,20 +6166,20 @@ body,
|
|
|
6168
6166
|
cursor: move;
|
|
6169
6167
|
margin-bottom: 4px;
|
|
6170
6168
|
}
|
|
6171
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6169
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-form-item__label-wrap {
|
|
6172
6170
|
margin: 0 0 0 8px !important;
|
|
6173
6171
|
}
|
|
6174
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6172
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-form-item__content {
|
|
6175
6173
|
min-width: 150px;
|
|
6176
6174
|
}
|
|
6177
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6175
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .form-item-label {
|
|
6178
6176
|
display: flex;
|
|
6179
6177
|
align-items: center;
|
|
6180
6178
|
}
|
|
6181
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6179
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-input {
|
|
6182
6180
|
width: 150px;
|
|
6183
6181
|
}
|
|
6184
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6182
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .delete-icon {
|
|
6185
6183
|
position: absolute;
|
|
6186
6184
|
top: -10px;
|
|
6187
6185
|
right: -10px;
|
|
@@ -6198,19 +6196,19 @@ body,
|
|
|
6198
6196
|
font-size: 12px;
|
|
6199
6197
|
z-index: 1;
|
|
6200
6198
|
}
|
|
6201
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6199
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .delete-icon:hover {
|
|
6202
6200
|
background-color: #f56c6c;
|
|
6203
6201
|
}
|
|
6204
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6202
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-hover {
|
|
6205
6203
|
border: 2px dashed #7b99cb !important;
|
|
6206
6204
|
}
|
|
6207
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6205
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-hover .delete-icon {
|
|
6208
6206
|
display: flex;
|
|
6209
6207
|
}
|
|
6210
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6208
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-select {
|
|
6211
6209
|
border: 2px dashed #efa53a !important;
|
|
6212
6210
|
}
|
|
6213
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6211
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item__label {
|
|
6214
6212
|
font-size: 13px;
|
|
6215
6213
|
color: #606266;
|
|
6216
6214
|
pointer-events: none;
|
|
@@ -6219,17 +6217,17 @@ body,
|
|
|
6219
6217
|
display: flex;
|
|
6220
6218
|
align-items: center;
|
|
6221
6219
|
}
|
|
6222
|
-
[data-v-
|
|
6220
|
+
[data-v-a95df0b8] .el-checkbox-group {
|
|
6223
6221
|
display: flex;
|
|
6224
6222
|
gap: 12px;
|
|
6225
6223
|
}
|
|
6226
|
-
[data-v-
|
|
6224
|
+
[data-v-a95df0b8] .el-checkbox-group .el-checkbox-button__inner {
|
|
6227
6225
|
border-radius: 4px;
|
|
6228
|
-
}.fec-table[data-v-
|
|
6226
|
+
}.fec-table[data-v-5e27559e] {
|
|
6229
6227
|
height: 100%;
|
|
6230
6228
|
flex-grow: 1;
|
|
6231
6229
|
}
|
|
6232
|
-
.fec-table-container[data-v-
|
|
6230
|
+
.fec-table-container[data-v-5e27559e] {
|
|
6233
6231
|
width: 100%;
|
|
6234
6232
|
background: #fff;
|
|
6235
6233
|
box-sizing: border-box;
|
|
@@ -6238,53 +6236,61 @@ body,
|
|
|
6238
6236
|
flex-direction: column;
|
|
6239
6237
|
overflow: hidden;
|
|
6240
6238
|
flex-grow: 1;
|
|
6239
|
+
padding: 0 12px;
|
|
6241
6240
|
}
|
|
6242
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6241
|
+
.fec-table-container .fec-vxe-table[data-v-5e27559e] {
|
|
6243
6242
|
flex: 1;
|
|
6244
6243
|
min-height: 0;
|
|
6245
6244
|
overflow: hidden;
|
|
6246
6245
|
}
|
|
6247
|
-
.fec-table-container[data-v-
|
|
6246
|
+
.fec-table-container[data-v-5e27559e] .vxe-table {
|
|
6248
6247
|
font-size: 14px;
|
|
6249
6248
|
}
|
|
6250
|
-
.fec-table-container[data-v-
|
|
6249
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--body-wrapper {
|
|
6251
6250
|
overflow: auto;
|
|
6252
6251
|
}
|
|
6253
|
-
.fec-table-container[data-v-
|
|
6252
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-header--column {
|
|
6254
6253
|
background-color: #fff;
|
|
6255
6254
|
}
|
|
6256
|
-
.fec-table-container[data-v-
|
|
6255
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-header--column .vxe-cell {
|
|
6257
6256
|
height: 40px !important;
|
|
6258
6257
|
min-height: 40px !important;
|
|
6259
6258
|
color: #333;
|
|
6260
6259
|
}
|
|
6261
|
-
.fec-table-container[data-v-
|
|
6260
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6262
6261
|
height: 40px !important;
|
|
6263
6262
|
}
|
|
6264
|
-
.fec-table-container[data-v-
|
|
6263
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .vxe-cell {
|
|
6265
6264
|
padding: 6px !important;
|
|
6266
6265
|
min-height: 32px !important;
|
|
6267
6266
|
color: #666;
|
|
6268
6267
|
font-size: 13px;
|
|
6269
6268
|
}
|
|
6270
|
-
.fec-table-container[data-v-
|
|
6271
|
-
.fec-table-container[data-v-
|
|
6269
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .c--tooltip,
|
|
6270
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .c--title {
|
|
6272
6271
|
height: 32px !important;
|
|
6273
6272
|
min-height: 32px !important;
|
|
6274
6273
|
}
|
|
6275
|
-
.fec-table-container[data-v-
|
|
6274
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--border-line {
|
|
6276
6275
|
border: none;
|
|
6277
6276
|
border-bottom: 1px solid #ebeef5;
|
|
6278
6277
|
border-top: 1px solid #ebeef5;
|
|
6279
6278
|
}
|
|
6280
|
-
.fec-table-container[data-v-
|
|
6281
|
-
.fec-table-container[data-v-
|
|
6279
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6280
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6282
6281
|
border: none !important;
|
|
6283
6282
|
}
|
|
6284
|
-
.fec-table-container[data-v-
|
|
6283
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6285
6284
|
display: none !important;
|
|
6286
6285
|
}
|
|
6287
|
-
.fec-table-
|
|
6286
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort {
|
|
6287
|
+
font-size: 12px;
|
|
6288
|
+
}
|
|
6289
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort .vxe-sort--asc-btn,
|
|
6290
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort .vxe-sort--desc-btn {
|
|
6291
|
+
color: #dcdcdc;
|
|
6292
|
+
}
|
|
6293
|
+
.fec-table-sub[data-v-5e27559e] .vxe-table .vxe-table--border-line {
|
|
6288
6294
|
border-top: none;
|
|
6289
6295
|
}
|
|
6290
6296
|
.custom-dialog {
|
|
@@ -6767,7 +6773,7 @@ body,
|
|
|
6767
6773
|
top: 0;
|
|
6768
6774
|
}
|
|
6769
6775
|
.el-overlay-dialog .fec-dialog-renderer .el-dialog__body {
|
|
6770
|
-
padding:
|
|
6776
|
+
padding: 0px;
|
|
6771
6777
|
overflow: auto;
|
|
6772
6778
|
flex-grow: 1;
|
|
6773
6779
|
position: relative;
|
|
@@ -59,7 +59,7 @@ const _sfc_main = {
|
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
61
|
};
|
|
62
|
-
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
62
|
+
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-97060b52"]]);
|
|
63
63
|
export {
|
|
64
64
|
component as default
|
|
65
65
|
};
|
|
@@ -3,7 +3,7 @@ import "../../../../../../node_modules/element-plus/es/index.mjs";
|
|
|
3
3
|
/* empty css */
|
|
4
4
|
/* empty css */
|
|
5
5
|
/* empty css */
|
|
6
|
-
import { computed, createBlock, createCommentVNode, openBlock, normalizeClass,
|
|
6
|
+
import { computed, createBlock, createCommentVNode, unref, openBlock, normalizeClass, createSlots, withCtx, createElementVNode, toDisplayString, createElementBlock, Fragment, renderList, createTextVNode } from "vue";
|
|
7
7
|
import { ArrowLeftBold as arrow_left_bold_default } from "../../../../../../node_modules/@element-plus/icons-vue/dist/index.mjs";
|
|
8
8
|
import { getCurrentVueInstance } from "../../../utils/getInstance.mjs";
|
|
9
9
|
/* empty css */
|
|
@@ -69,10 +69,10 @@ const _sfc_main = {
|
|
|
69
69
|
emit("action-click", action);
|
|
70
70
|
};
|
|
71
71
|
return (_ctx, _cache) => {
|
|
72
|
-
var _a, _b, _c;
|
|
72
|
+
var _a, _b, _c, _d, _e;
|
|
73
73
|
const _component_el_button = ElButton;
|
|
74
74
|
const _component_el_page_header = ElPageHeader;
|
|
75
|
-
return ((_a = __props.pageHeaderConfig) == null ? void 0 : _a.enabled) ? (openBlock(), createBlock(_component_el_page_header, {
|
|
75
|
+
return ((_a = __props.pageHeaderConfig) == null ? void 0 : _a.enabled) && (unref(canBack) || ((_c = (_b = __props.pageHeaderConfig) == null ? void 0 : _b.actions) == null ? void 0 : _c.length) > 0) ? (openBlock(), createBlock(_component_el_page_header, {
|
|
76
76
|
key: 0,
|
|
77
77
|
icon: unref(canBack) ? unref(arrow_left_bold_default) : null,
|
|
78
78
|
onBack: handleBack,
|
|
@@ -87,7 +87,7 @@ const _sfc_main = {
|
|
|
87
87
|
}),
|
|
88
88
|
_: 2
|
|
89
89
|
}, [
|
|
90
|
-
((
|
|
90
|
+
((_e = (_d = __props.pageHeaderConfig) == null ? void 0 : _d.actions) == null ? void 0 : _e.length) ? {
|
|
91
91
|
name: "extra",
|
|
92
92
|
fn: withCtx(() => {
|
|
93
93
|
var _a2;
|
|
@@ -112,7 +112,7 @@ const _sfc_main = {
|
|
|
112
112
|
};
|
|
113
113
|
}
|
|
114
114
|
};
|
|
115
|
-
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
115
|
+
const component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-29cfb366"]]);
|
|
116
116
|
export {
|
|
117
117
|
component as default
|
|
118
118
|
};
|
|
@@ -30,13 +30,14 @@ const _sfc_main = {
|
|
|
30
30
|
return (_ctx, _cache) => {
|
|
31
31
|
const _component_el_scrollbar = ElScrollbar;
|
|
32
32
|
const _component_el_main = ElMain;
|
|
33
|
-
return openBlock(), createBlock(_component_el_main, { style: { "padding": "0", "background-color": "#fff" } }, {
|
|
33
|
+
return openBlock(), createBlock(_component_el_main, { style: { "padding": "0", "background-color": "#fff", "display": "flex" } }, {
|
|
34
34
|
default: withCtx(() => [
|
|
35
35
|
props.scrollbar ? (openBlock(), createBlock(_component_el_scrollbar, {
|
|
36
36
|
key: 0,
|
|
37
37
|
ref_key: "scrollbarRef",
|
|
38
38
|
ref: scrollbarRef,
|
|
39
|
-
onScroll: scroll
|
|
39
|
+
onScroll: scroll,
|
|
40
|
+
style: { "flex": "1" }
|
|
40
41
|
}, {
|
|
41
42
|
default: withCtx(() => [
|
|
42
43
|
renderSlot(_ctx.$slots, "default")
|
|
@@ -1028,7 +1028,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1028
1028
|
model: formData.value,
|
|
1029
1029
|
rules: formRules.value,
|
|
1030
1030
|
"label-position": localConfig.value.labelPosition,
|
|
1031
|
-
style: normalizeStyle({ padding: __props.isSubForm || __props.isDialog ? "0" : "
|
|
1031
|
+
style: normalizeStyle({ padding: __props.isSubForm || __props.isDialog ? "0" : "12px" }),
|
|
1032
1032
|
"validate-on-rule-change": false,
|
|
1033
1033
|
size: "large",
|
|
1034
1034
|
"scroll-to-error": ""
|
|
@@ -1088,7 +1088,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1088
1088
|
};
|
|
1089
1089
|
}
|
|
1090
1090
|
});
|
|
1091
|
-
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
1091
|
+
const _Form = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7769eb3b"]]);
|
|
1092
1092
|
export {
|
|
1093
1093
|
_Form as default
|
|
1094
1094
|
};
|
|
@@ -323,8 +323,7 @@ const _sfc_main = {
|
|
|
323
323
|
])) : createCommentVNode("", true),
|
|
324
324
|
!__props.readOnly && !__props.isSubTable && rightButtons.value.length > 0 ? (openBlock(), createBlock(unref(VxeToolbar), {
|
|
325
325
|
key: 1,
|
|
326
|
-
ref: "toolbarRef"
|
|
327
|
-
style: { "margin-bottom": "8px" }
|
|
326
|
+
ref: "toolbarRef"
|
|
328
327
|
}, {
|
|
329
328
|
tools: withCtx(() => [
|
|
330
329
|
!__props.isSubTable && rightButtons.value.length ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(rightButtons.value, (btn) => {
|
|
@@ -451,7 +450,7 @@ const _sfc_main = {
|
|
|
451
450
|
};
|
|
452
451
|
}
|
|
453
452
|
};
|
|
454
|
-
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
453
|
+
const DynamicQuery = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a95df0b8"]]);
|
|
455
454
|
export {
|
|
456
455
|
DynamicQuery as default
|
|
457
456
|
};
|
|
@@ -831,7 +831,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
831
831
|
};
|
|
832
832
|
}
|
|
833
833
|
});
|
|
834
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
834
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5e27559e"]]);
|
|
835
835
|
export {
|
|
836
836
|
_Table as default
|
|
837
837
|
};
|
|
@@ -45,7 +45,7 @@ const _sfc_main = {
|
|
|
45
45
|
emits: ["search", "reset"],
|
|
46
46
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
47
47
|
useCssVars((_ctx) => ({
|
|
48
|
-
"
|
|
48
|
+
"129ad2ff": `${config.value.collapseRows * 90}px`
|
|
49
49
|
}));
|
|
50
50
|
const props = __props;
|
|
51
51
|
const emit = __emit;
|
|
@@ -286,7 +286,7 @@ const _sfc_main = {
|
|
|
286
286
|
};
|
|
287
287
|
}
|
|
288
288
|
};
|
|
289
|
-
const TableFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
289
|
+
const TableFilter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ea506656"]]);
|
|
290
290
|
export {
|
|
291
291
|
TableFilter as default
|
|
292
292
|
};
|
package/lib/designer.css
CHANGED
|
@@ -5848,25 +5848,25 @@ body,
|
|
|
5848
5848
|
[data-v-3657e72b] .el-form-item__label {
|
|
5849
5849
|
padding: 0 8px 0 0;
|
|
5850
5850
|
}
|
|
5851
|
-
.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-
|
|
5851
|
+
.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-29cfb366] {
|
|
5852
5852
|
padding: 0 20px;
|
|
5853
5853
|
background-color: #fff;
|
|
5854
|
-
border-bottom: 1px solid #e4e7ed;
|
|
5855
5854
|
height: 55px;
|
|
5856
5855
|
display: flex;
|
|
5857
5856
|
align-items: center;
|
|
5858
5857
|
flex-shrink: 0;
|
|
5859
5858
|
}
|
|
5860
|
-
.fec-header[data-v-
|
|
5859
|
+
.fec-header[data-v-29cfb366] .el-page-header__header {
|
|
5860
|
+
border-bottom: 1px solid #e4e7ed;
|
|
5861
5861
|
height: 100%;
|
|
5862
5862
|
width: 100%;
|
|
5863
5863
|
display: flex;
|
|
5864
5864
|
align-items: center;
|
|
5865
5865
|
}
|
|
5866
|
-
.fec-header[data-v-
|
|
5866
|
+
.fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__title {
|
|
5867
5867
|
display: none;
|
|
5868
5868
|
}
|
|
5869
|
-
.fec-header[data-v-
|
|
5869
|
+
.fec-header[data-v-29cfb366] .el-page-header__header .el-page-header__icon {
|
|
5870
5870
|
margin-right: 0;
|
|
5871
5871
|
font-size: 16px;
|
|
5872
5872
|
font-weight: 500;
|
|
@@ -5874,69 +5874,72 @@ body,
|
|
|
5874
5874
|
display: flex;
|
|
5875
5875
|
align-items: center;
|
|
5876
5876
|
}
|
|
5877
|
-
.fec-header .fec-header__title[data-v-
|
|
5877
|
+
.fec-header .fec-header__title[data-v-29cfb366] {
|
|
5878
5878
|
font-size: 20px;
|
|
5879
5879
|
font-weight: 700;
|
|
5880
5880
|
color: #1a1a1a;
|
|
5881
5881
|
margin-right: 12px;
|
|
5882
5882
|
line-height: 1.2;
|
|
5883
5883
|
}
|
|
5884
|
-
.fec-header .fec-header__subtitle[data-v-
|
|
5884
|
+
.fec-header .fec-header__subtitle[data-v-29cfb366] {
|
|
5885
5885
|
font-size: 12px;
|
|
5886
5886
|
color: #bbb;
|
|
5887
5887
|
font-weight: 500;
|
|
5888
5888
|
line-height: 1.2;
|
|
5889
5889
|
}
|
|
5890
|
-
.can-not-back[data-v-
|
|
5890
|
+
.can-not-back[data-v-29cfb366] .el-subTitle {
|
|
5891
5891
|
display: none;
|
|
5892
5892
|
}
|
|
5893
|
-
.can-not-back[data-v-
|
|
5893
|
+
.can-not-back[data-v-29cfb366] .el-divider {
|
|
5894
5894
|
display: none;
|
|
5895
5895
|
}
|
|
5896
|
-
[data-v-
|
|
5896
|
+
[data-v-29cfb366] .el-page-header__content {
|
|
5897
5897
|
display: flex;
|
|
5898
5898
|
align-items: flex-end;
|
|
5899
5899
|
}
|
|
5900
|
-
.form-details-footer[data-v-
|
|
5900
|
+
.form-details-footer[data-v-97060b52] {
|
|
5901
5901
|
background-color: #fff;
|
|
5902
5902
|
height: 50px;
|
|
5903
5903
|
display: flex;
|
|
5904
5904
|
align-items: center;
|
|
5905
5905
|
justify-content: center;
|
|
5906
5906
|
box-shadow: 0px 0px 8px 1px #e6e2e2;
|
|
5907
|
-
margin: 0
|
|
5908
|
-
padding: 0;
|
|
5907
|
+
margin: 0;
|
|
5908
|
+
padding: 0;
|
|
5909
|
+
z-index: 1;
|
|
5909
5910
|
}
|
|
5910
|
-
.form-details-footer > .el-button[data-v-
|
|
5911
|
+
.form-details-footer > .el-button[data-v-97060b52] {
|
|
5911
5912
|
width: 80px;
|
|
5912
5913
|
font-size: var(--el-font-size-extra-small);
|
|
5913
5914
|
}
|
|
5914
|
-
.fec-form[data-v-
|
|
5915
|
+
.fec-form[data-v-7769eb3b] {
|
|
5915
5916
|
height: 100%;
|
|
5916
5917
|
}
|
|
5917
|
-
[data-v-
|
|
5918
|
+
[data-v-7769eb3b] .vgl-item {
|
|
5918
5919
|
transition: none;
|
|
5919
5920
|
}
|
|
5920
|
-
[data-v-
|
|
5921
|
+
[data-v-7769eb3b] .vgl-item > .el-form-item {
|
|
5921
5922
|
width: 100%;
|
|
5922
5923
|
padding: 12px 8px 0 8px;
|
|
5923
5924
|
height: calc(100% - 15px);
|
|
5924
5925
|
display: flex;
|
|
5925
5926
|
}
|
|
5926
|
-
[data-v-
|
|
5927
|
+
[data-v-7769eb3b] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5927
5928
|
flex-direction: column;
|
|
5928
5929
|
}
|
|
5929
|
-
[data-v-
|
|
5930
|
+
[data-v-7769eb3b] .vgl-item > .el-form-item .el-form-item__label {
|
|
5930
5931
|
line-height: 20px;
|
|
5931
5932
|
display: flex;
|
|
5932
5933
|
align-items: center;
|
|
5933
5934
|
color: #1a1a1a;
|
|
5934
5935
|
pointer-events: none;
|
|
5936
|
+
flex-wrap: wrap;
|
|
5937
|
+
white-space: normal;
|
|
5935
5938
|
}
|
|
5936
|
-
[data-v-
|
|
5939
|
+
[data-v-7769eb3b] .vgl-item > .el-form-item .el-form-item__error {
|
|
5937
5940
|
padding-top: 10px;
|
|
5938
5941
|
}
|
|
5939
|
-
[data-v-
|
|
5942
|
+
[data-v-7769eb3b] .vgl-item > .el-container {
|
|
5940
5943
|
height: auto !important;
|
|
5941
5944
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5942
5945
|
display: inline-block;
|
|
@@ -5951,14 +5954,14 @@ body,
|
|
|
5951
5954
|
}
|
|
5952
5955
|
.cell-content .copy-icon[data-v-3e5372d4]:hover {
|
|
5953
5956
|
color: #409eff;
|
|
5954
|
-
}.fec-table-filter[data-v-
|
|
5957
|
+
}.fec-table-filter[data-v-ea506656] {
|
|
5955
5958
|
display: flex;
|
|
5956
5959
|
background-color: #fff;
|
|
5957
5960
|
align-items: flex-start;
|
|
5958
5961
|
gap: 12px;
|
|
5959
|
-
|
|
5962
|
+
padding: 12px 0 8px 0;
|
|
5960
5963
|
}
|
|
5961
|
-
.fec-table-filter .filter-fields[data-v-
|
|
5964
|
+
.fec-table-filter .filter-fields[data-v-ea506656] {
|
|
5962
5965
|
flex: 1;
|
|
5963
5966
|
display: grid;
|
|
5964
5967
|
grid-template-columns: repeat(var(--column-count, 3), 1fr);
|
|
@@ -5966,19 +5969,19 @@ body,
|
|
|
5966
5969
|
transition: all 0.4s ease;
|
|
5967
5970
|
overflow: hidden;
|
|
5968
5971
|
}
|
|
5969
|
-
.fec-table-filter .filter-fields.is-collapsed[data-v-
|
|
5970
|
-
max-height: var(--
|
|
5972
|
+
.fec-table-filter .filter-fields.is-collapsed[data-v-ea506656] {
|
|
5973
|
+
max-height: var(--129ad2ff);
|
|
5971
5974
|
}
|
|
5972
|
-
.fec-table-filter .filter-field[data-v-
|
|
5975
|
+
.fec-table-filter .filter-field[data-v-ea506656] {
|
|
5973
5976
|
transition: all 0.3s ease;
|
|
5974
5977
|
}
|
|
5975
|
-
.fec-table-filter .filter-field[data-v-
|
|
5978
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item {
|
|
5976
5979
|
margin-bottom: 0;
|
|
5977
5980
|
display: flex;
|
|
5978
5981
|
flex-direction: row;
|
|
5979
5982
|
align-items: center;
|
|
5980
5983
|
}
|
|
5981
|
-
.fec-table-filter .filter-field[data-v-
|
|
5984
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item .el-form-item__label {
|
|
5982
5985
|
font-size: 14px;
|
|
5983
5986
|
color: #606266;
|
|
5984
5987
|
font-weight: 500;
|
|
@@ -5989,16 +5992,16 @@ body,
|
|
|
5989
5992
|
flex-shrink: 0;
|
|
5990
5993
|
text-align: right;
|
|
5991
5994
|
}
|
|
5992
|
-
.fec-table-filter .filter-field[data-v-
|
|
5995
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-form-item .el-form-item__content {
|
|
5993
5996
|
flex: 1;
|
|
5994
5997
|
margin-left: 0 !important;
|
|
5995
5998
|
}
|
|
5996
|
-
.fec-table-filter .filter-field[data-v-
|
|
5997
|
-
.fec-table-filter .filter-field[data-v-
|
|
5998
|
-
.fec-table-filter .filter-field[data-v-
|
|
5999
|
+
.fec-table-filter .filter-field[data-v-ea506656] .text-field-wrapper,
|
|
6000
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-select,
|
|
6001
|
+
.fec-table-filter .filter-field[data-v-ea506656] .el-date-editor {
|
|
5999
6002
|
width: 100%;
|
|
6000
6003
|
}
|
|
6001
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6004
|
+
.fec-table-filter .filter-actions[data-v-ea506656] {
|
|
6002
6005
|
flex-shrink: 0;
|
|
6003
6006
|
border-left: 1px solid #eaebef;
|
|
6004
6007
|
display: flex;
|
|
@@ -6010,34 +6013,34 @@ body,
|
|
|
6010
6013
|
gap: 10px;
|
|
6011
6014
|
height: 100%;
|
|
6012
6015
|
}
|
|
6013
|
-
.fec-table-filter .filter-actions[data-v-
|
|
6016
|
+
.fec-table-filter .filter-actions[data-v-ea506656] .el-button {
|
|
6014
6017
|
margin: 0;
|
|
6015
6018
|
}
|
|
6016
|
-
.fec-table-filter .filter-actions.inline[data-v-
|
|
6019
|
+
.fec-table-filter .filter-actions.inline[data-v-ea506656] {
|
|
6017
6020
|
flex-direction: row;
|
|
6018
6021
|
gap: 8px;
|
|
6019
6022
|
height: auto;
|
|
6020
6023
|
align-items: center;
|
|
6021
6024
|
}
|
|
6022
|
-
.filter-fields[data-v-
|
|
6025
|
+
.filter-fields[data-v-ea506656] {
|
|
6023
6026
|
transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
|
6024
6027
|
}
|
|
6025
|
-
.filter-field[data-v-
|
|
6028
|
+
.filter-field[data-v-ea506656] {
|
|
6026
6029
|
transition: opacity 0.3s ease, transform 0.3s ease;
|
|
6027
6030
|
}
|
|
6028
|
-
.filter-divider[data-v-
|
|
6031
|
+
.filter-divider[data-v-ea506656] {
|
|
6029
6032
|
margin: 8px 0;
|
|
6030
6033
|
z-index: 1;
|
|
6031
6034
|
transition: all 0.3s ease;
|
|
6032
6035
|
}
|
|
6033
|
-
.filter-divider .collapse-toggle[data-v-
|
|
6036
|
+
.filter-divider .collapse-toggle[data-v-ea506656] {
|
|
6034
6037
|
display: flex;
|
|
6035
6038
|
align-items: center;
|
|
6036
6039
|
gap: 2px;
|
|
6037
6040
|
color: #409eff;
|
|
6038
6041
|
cursor: pointer;
|
|
6039
6042
|
}
|
|
6040
|
-
.filter-divider[data-v-
|
|
6043
|
+
.filter-divider[data-v-ea506656] .el-divider__text {
|
|
6041
6044
|
font-size: 13px;
|
|
6042
6045
|
color: #606266;
|
|
6043
6046
|
transition: all 0.3s ease;
|
|
@@ -6047,13 +6050,14 @@ body,
|
|
|
6047
6050
|
background-color: #fff;
|
|
6048
6051
|
padding: 0 10px;
|
|
6049
6052
|
}
|
|
6050
|
-
.filter-divider[data-v-
|
|
6053
|
+
.filter-divider[data-v-ea506656] .el-icon {
|
|
6051
6054
|
transition: transform 0.3s ease;
|
|
6052
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6055
|
+
}.dynamic-mode-config .dynamic-row[data-v-a95df0b8] {
|
|
6053
6056
|
display: flex;
|
|
6057
|
+
height: 54px;
|
|
6054
6058
|
align-items: center;
|
|
6055
6059
|
}
|
|
6056
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6060
|
+
.dynamic-mode-config .back-icon[data-v-a95df0b8] {
|
|
6057
6061
|
display: flex;
|
|
6058
6062
|
align-items: center;
|
|
6059
6063
|
justify-content: center;
|
|
@@ -6065,13 +6069,12 @@ body,
|
|
|
6065
6069
|
transition: all 0.2s ease;
|
|
6066
6070
|
margin-left: 4px;
|
|
6067
6071
|
margin-right: -6px;
|
|
6068
|
-
margin-bottom: 8px;
|
|
6069
6072
|
}
|
|
6070
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6073
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-a95df0b8] {
|
|
6071
6074
|
font-size: 16px;
|
|
6072
6075
|
font-weight: bold;
|
|
6073
6076
|
}
|
|
6074
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6077
|
+
.dynamic-mode-config .template-name[data-v-a95df0b8] {
|
|
6075
6078
|
font-size: 16px;
|
|
6076
6079
|
font-weight: 600;
|
|
6077
6080
|
color: #303133;
|
|
@@ -6081,44 +6084,39 @@ body,
|
|
|
6081
6084
|
overflow: hidden;
|
|
6082
6085
|
text-overflow: ellipsis;
|
|
6083
6086
|
position: relative;
|
|
6084
|
-
margin-bottom: 8px;
|
|
6085
6087
|
}
|
|
6086
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6088
|
+
.dynamic-mode-config .tab-display-section[data-v-a95df0b8] {
|
|
6087
6089
|
flex: 1;
|
|
6088
6090
|
min-width: 0;
|
|
6089
|
-
margin-bottom: 8px;
|
|
6090
6091
|
}
|
|
6091
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6092
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__header {
|
|
6092
6093
|
margin: 0;
|
|
6093
6094
|
}
|
|
6094
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6095
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__nav-wrap::after {
|
|
6095
6096
|
height: 0;
|
|
6096
6097
|
}
|
|
6097
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6098
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__item {
|
|
6098
6099
|
padding: 0 12px;
|
|
6099
6100
|
}
|
|
6100
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6101
|
+
.dynamic-mode-config .search-display-section[data-v-a95df0b8] {
|
|
6101
6102
|
flex-shrink: 0;
|
|
6102
6103
|
display: flex;
|
|
6103
6104
|
align-items: center;
|
|
6104
6105
|
gap: 12px;
|
|
6105
6106
|
margin-left: auto;
|
|
6106
6107
|
}
|
|
6107
|
-
.dynamic-mode-config .search-display-section .search-input-group[data-v-
|
|
6108
|
-
margin-bottom: 8px;
|
|
6109
|
-
}
|
|
6110
|
-
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-dc1c22da] {
|
|
6108
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-a95df0b8] {
|
|
6111
6109
|
width: 300px;
|
|
6112
6110
|
}
|
|
6113
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6111
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-a95df0b8] {
|
|
6114
6112
|
display: flex;
|
|
6115
6113
|
align-items: center;
|
|
6116
6114
|
gap: 8px;
|
|
6117
6115
|
}
|
|
6118
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6116
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-a95df0b8] {
|
|
6119
6117
|
position: relative;
|
|
6120
6118
|
}
|
|
6121
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6119
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-a95df0b8] {
|
|
6122
6120
|
position: absolute;
|
|
6123
6121
|
top: -10px;
|
|
6124
6122
|
right: -10px;
|
|
@@ -6135,31 +6133,31 @@ body,
|
|
|
6135
6133
|
font-size: 12px;
|
|
6136
6134
|
z-index: 1;
|
|
6137
6135
|
}
|
|
6138
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6136
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-a95df0b8]:hover {
|
|
6139
6137
|
background-color: #f56c6c;
|
|
6140
6138
|
}
|
|
6141
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6139
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-a95df0b8] {
|
|
6142
6140
|
display: flex;
|
|
6143
6141
|
}
|
|
6144
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6142
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-a95df0b8] {
|
|
6145
6143
|
pointer-events: none;
|
|
6146
6144
|
}
|
|
6147
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6145
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-a95df0b8] {
|
|
6148
6146
|
margin-right: 4px;
|
|
6149
6147
|
}
|
|
6150
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6148
|
+
.dynamic-mode-config .expand-filter-section[data-v-a95df0b8] {
|
|
6151
6149
|
padding-top: 4px;
|
|
6152
6150
|
border-top: 1px solid #ebeef5;
|
|
6153
6151
|
margin-top: 4px;
|
|
6154
6152
|
}
|
|
6155
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6153
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-a95df0b8] {
|
|
6156
6154
|
width: 100%;
|
|
6157
6155
|
}
|
|
6158
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6156
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-a95df0b8] {
|
|
6159
6157
|
display: flex;
|
|
6160
6158
|
flex-wrap: wrap;
|
|
6161
6159
|
}
|
|
6162
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6160
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item {
|
|
6163
6161
|
padding: 2px;
|
|
6164
6162
|
border: 2px solid transparent;
|
|
6165
6163
|
border-radius: 2px;
|
|
@@ -6168,20 +6166,20 @@ body,
|
|
|
6168
6166
|
cursor: move;
|
|
6169
6167
|
margin-bottom: 4px;
|
|
6170
6168
|
}
|
|
6171
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6169
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-form-item__label-wrap {
|
|
6172
6170
|
margin: 0 0 0 8px !important;
|
|
6173
6171
|
}
|
|
6174
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6172
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-form-item__content {
|
|
6175
6173
|
min-width: 150px;
|
|
6176
6174
|
}
|
|
6177
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6175
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .form-item-label {
|
|
6178
6176
|
display: flex;
|
|
6179
6177
|
align-items: center;
|
|
6180
6178
|
}
|
|
6181
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6179
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-input {
|
|
6182
6180
|
width: 150px;
|
|
6183
6181
|
}
|
|
6184
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6182
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .delete-icon {
|
|
6185
6183
|
position: absolute;
|
|
6186
6184
|
top: -10px;
|
|
6187
6185
|
right: -10px;
|
|
@@ -6198,19 +6196,19 @@ body,
|
|
|
6198
6196
|
font-size: 12px;
|
|
6199
6197
|
z-index: 1;
|
|
6200
6198
|
}
|
|
6201
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6199
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .delete-icon:hover {
|
|
6202
6200
|
background-color: #f56c6c;
|
|
6203
6201
|
}
|
|
6204
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6202
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-hover {
|
|
6205
6203
|
border: 2px dashed #7b99cb !important;
|
|
6206
6204
|
}
|
|
6207
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6205
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-hover .delete-icon {
|
|
6208
6206
|
display: flex;
|
|
6209
6207
|
}
|
|
6210
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6208
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-select {
|
|
6211
6209
|
border: 2px dashed #efa53a !important;
|
|
6212
6210
|
}
|
|
6213
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6211
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item__label {
|
|
6214
6212
|
font-size: 13px;
|
|
6215
6213
|
color: #606266;
|
|
6216
6214
|
pointer-events: none;
|
|
@@ -6219,17 +6217,17 @@ body,
|
|
|
6219
6217
|
display: flex;
|
|
6220
6218
|
align-items: center;
|
|
6221
6219
|
}
|
|
6222
|
-
[data-v-
|
|
6220
|
+
[data-v-a95df0b8] .el-checkbox-group {
|
|
6223
6221
|
display: flex;
|
|
6224
6222
|
gap: 12px;
|
|
6225
6223
|
}
|
|
6226
|
-
[data-v-
|
|
6224
|
+
[data-v-a95df0b8] .el-checkbox-group .el-checkbox-button__inner {
|
|
6227
6225
|
border-radius: 4px;
|
|
6228
|
-
}.fec-table[data-v-
|
|
6226
|
+
}.fec-table[data-v-5e27559e] {
|
|
6229
6227
|
height: 100%;
|
|
6230
6228
|
flex-grow: 1;
|
|
6231
6229
|
}
|
|
6232
|
-
.fec-table-container[data-v-
|
|
6230
|
+
.fec-table-container[data-v-5e27559e] {
|
|
6233
6231
|
width: 100%;
|
|
6234
6232
|
background: #fff;
|
|
6235
6233
|
box-sizing: border-box;
|
|
@@ -6238,53 +6236,61 @@ body,
|
|
|
6238
6236
|
flex-direction: column;
|
|
6239
6237
|
overflow: hidden;
|
|
6240
6238
|
flex-grow: 1;
|
|
6239
|
+
padding: 0 12px;
|
|
6241
6240
|
}
|
|
6242
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6241
|
+
.fec-table-container .fec-vxe-table[data-v-5e27559e] {
|
|
6243
6242
|
flex: 1;
|
|
6244
6243
|
min-height: 0;
|
|
6245
6244
|
overflow: hidden;
|
|
6246
6245
|
}
|
|
6247
|
-
.fec-table-container[data-v-
|
|
6246
|
+
.fec-table-container[data-v-5e27559e] .vxe-table {
|
|
6248
6247
|
font-size: 14px;
|
|
6249
6248
|
}
|
|
6250
|
-
.fec-table-container[data-v-
|
|
6249
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--body-wrapper {
|
|
6251
6250
|
overflow: auto;
|
|
6252
6251
|
}
|
|
6253
|
-
.fec-table-container[data-v-
|
|
6252
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-header--column {
|
|
6254
6253
|
background-color: #fff;
|
|
6255
6254
|
}
|
|
6256
|
-
.fec-table-container[data-v-
|
|
6255
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-header--column .vxe-cell {
|
|
6257
6256
|
height: 40px !important;
|
|
6258
6257
|
min-height: 40px !important;
|
|
6259
6258
|
color: #333;
|
|
6260
6259
|
}
|
|
6261
|
-
.fec-table-container[data-v-
|
|
6260
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6262
6261
|
height: 40px !important;
|
|
6263
6262
|
}
|
|
6264
|
-
.fec-table-container[data-v-
|
|
6263
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .vxe-cell {
|
|
6265
6264
|
padding: 6px !important;
|
|
6266
6265
|
min-height: 32px !important;
|
|
6267
6266
|
color: #666;
|
|
6268
6267
|
font-size: 13px;
|
|
6269
6268
|
}
|
|
6270
|
-
.fec-table-container[data-v-
|
|
6271
|
-
.fec-table-container[data-v-
|
|
6269
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .c--tooltip,
|
|
6270
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .c--title {
|
|
6272
6271
|
height: 32px !important;
|
|
6273
6272
|
min-height: 32px !important;
|
|
6274
6273
|
}
|
|
6275
|
-
.fec-table-container[data-v-
|
|
6274
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--border-line {
|
|
6276
6275
|
border: none;
|
|
6277
6276
|
border-bottom: 1px solid #ebeef5;
|
|
6278
6277
|
border-top: 1px solid #ebeef5;
|
|
6279
6278
|
}
|
|
6280
|
-
.fec-table-container[data-v-
|
|
6281
|
-
.fec-table-container[data-v-
|
|
6279
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6280
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6282
6281
|
border: none !important;
|
|
6283
6282
|
}
|
|
6284
|
-
.fec-table-container[data-v-
|
|
6283
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6285
6284
|
display: none !important;
|
|
6286
6285
|
}
|
|
6287
|
-
.fec-table-
|
|
6286
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort {
|
|
6287
|
+
font-size: 12px;
|
|
6288
|
+
}
|
|
6289
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort .vxe-sort--asc-btn,
|
|
6290
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort .vxe-sort--desc-btn {
|
|
6291
|
+
color: #dcdcdc;
|
|
6292
|
+
}
|
|
6293
|
+
.fec-table-sub[data-v-5e27559e] .vxe-table .vxe-table--border-line {
|
|
6288
6294
|
border-top: none;
|
|
6289
6295
|
}
|
|
6290
6296
|
.custom-dialog {
|
|
@@ -6767,7 +6773,7 @@ body,
|
|
|
6767
6773
|
top: 0;
|
|
6768
6774
|
}
|
|
6769
6775
|
.el-overlay-dialog .fec-dialog-renderer .el-dialog__body {
|
|
6770
|
-
padding:
|
|
6776
|
+
padding: 0px;
|
|
6771
6777
|
overflow: auto;
|
|
6772
6778
|
flex-grow: 1;
|
|
6773
6779
|
position: relative;
|
|
@@ -61,5 +61,5 @@ const _sfc_main = {
|
|
|
61
61
|
};
|
|
62
62
|
}
|
|
63
63
|
};
|
|
64
|
-
const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
64
|
+
const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-97060b52"]]);
|
|
65
65
|
exports.default = component;
|
|
@@ -71,10 +71,10 @@ const _sfc_main = {
|
|
|
71
71
|
emit("action-click", action);
|
|
72
72
|
};
|
|
73
73
|
return (_ctx, _cache) => {
|
|
74
|
-
var _a, _b, _c;
|
|
74
|
+
var _a, _b, _c, _d, _e;
|
|
75
75
|
const _component_el_button = index$2.ElButton;
|
|
76
76
|
const _component_el_page_header = index.ElPageHeader;
|
|
77
|
-
return ((_a = __props.pageHeaderConfig) == null ? void 0 : _a.enabled) ? (vue.openBlock(), vue.createBlock(_component_el_page_header, {
|
|
77
|
+
return ((_a = __props.pageHeaderConfig) == null ? void 0 : _a.enabled) && (vue.unref(canBack) || ((_c = (_b = __props.pageHeaderConfig) == null ? void 0 : _b.actions) == null ? void 0 : _c.length) > 0) ? (vue.openBlock(), vue.createBlock(_component_el_page_header, {
|
|
78
78
|
key: 0,
|
|
79
79
|
icon: vue.unref(canBack) ? vue.unref(index$1.ArrowLeftBold) : null,
|
|
80
80
|
onBack: handleBack,
|
|
@@ -89,7 +89,7 @@ const _sfc_main = {
|
|
|
89
89
|
}),
|
|
90
90
|
_: 2
|
|
91
91
|
}, [
|
|
92
|
-
((
|
|
92
|
+
((_e = (_d = __props.pageHeaderConfig) == null ? void 0 : _d.actions) == null ? void 0 : _e.length) ? {
|
|
93
93
|
name: "extra",
|
|
94
94
|
fn: vue.withCtx(() => {
|
|
95
95
|
var _a2;
|
|
@@ -114,5 +114,5 @@ const _sfc_main = {
|
|
|
114
114
|
};
|
|
115
115
|
}
|
|
116
116
|
};
|
|
117
|
-
const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
117
|
+
const component = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-29cfb366"]]);
|
|
118
118
|
exports.default = component;
|
|
@@ -32,13 +32,14 @@ const _sfc_main = {
|
|
|
32
32
|
return (_ctx, _cache) => {
|
|
33
33
|
const _component_el_scrollbar = index$1.ElScrollbar;
|
|
34
34
|
const _component_el_main = index.ElMain;
|
|
35
|
-
return vue.openBlock(), vue.createBlock(_component_el_main, { style: { "padding": "0", "background-color": "#fff" } }, {
|
|
35
|
+
return vue.openBlock(), vue.createBlock(_component_el_main, { style: { "padding": "0", "background-color": "#fff", "display": "flex" } }, {
|
|
36
36
|
default: vue.withCtx(() => [
|
|
37
37
|
props.scrollbar ? (vue.openBlock(), vue.createBlock(_component_el_scrollbar, {
|
|
38
38
|
key: 0,
|
|
39
39
|
ref_key: "scrollbarRef",
|
|
40
40
|
ref: scrollbarRef,
|
|
41
|
-
onScroll: scroll
|
|
41
|
+
onScroll: scroll,
|
|
42
|
+
style: { "flex": "1" }
|
|
42
43
|
}, {
|
|
43
44
|
default: vue.withCtx(() => [
|
|
44
45
|
vue.renderSlot(_ctx.$slots, "default")
|
|
@@ -1030,7 +1030,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1030
1030
|
model: formData.value,
|
|
1031
1031
|
rules: formRules.value,
|
|
1032
1032
|
"label-position": localConfig.value.labelPosition,
|
|
1033
|
-
style: vue.normalizeStyle({ padding: __props.isSubForm || __props.isDialog ? "0" : "
|
|
1033
|
+
style: vue.normalizeStyle({ padding: __props.isSubForm || __props.isDialog ? "0" : "12px" }),
|
|
1034
1034
|
"validate-on-rule-change": false,
|
|
1035
1035
|
size: "large",
|
|
1036
1036
|
"scroll-to-error": ""
|
|
@@ -1090,5 +1090,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
1090
1090
|
};
|
|
1091
1091
|
}
|
|
1092
1092
|
});
|
|
1093
|
-
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
1093
|
+
const _Form = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-7769eb3b"]]);
|
|
1094
1094
|
exports.default = _Form;
|
|
@@ -325,8 +325,7 @@ const _sfc_main = {
|
|
|
325
325
|
])) : vue.createCommentVNode("", true),
|
|
326
326
|
!__props.readOnly && !__props.isSubTable && rightButtons.value.length > 0 ? (vue.openBlock(), vue.createBlock(vue.unref(index$5.VxeToolbar), {
|
|
327
327
|
key: 1,
|
|
328
|
-
ref: "toolbarRef"
|
|
329
|
-
style: { "margin-bottom": "8px" }
|
|
328
|
+
ref: "toolbarRef"
|
|
330
329
|
}, {
|
|
331
330
|
tools: vue.withCtx(() => [
|
|
332
331
|
!__props.isSubTable && rightButtons.value.length ? (vue.openBlock(true), vue.createElementBlock(vue.Fragment, { key: 0 }, vue.renderList(rightButtons.value, (btn) => {
|
|
@@ -453,5 +452,5 @@ const _sfc_main = {
|
|
|
453
452
|
};
|
|
454
453
|
}
|
|
455
454
|
};
|
|
456
|
-
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
455
|
+
const DynamicQuery = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-a95df0b8"]]);
|
|
457
456
|
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-
|
|
836
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-5e27559e"]]);
|
|
837
837
|
exports.default = _Table;
|
|
@@ -47,7 +47,7 @@ const _sfc_main = {
|
|
|
47
47
|
emits: ["search", "reset"],
|
|
48
48
|
setup(__props, { expose: __expose, emit: __emit }) {
|
|
49
49
|
vue.useCssVars((_ctx) => ({
|
|
50
|
-
"
|
|
50
|
+
"129ad2ff": `${config.value.collapseRows * 90}px`
|
|
51
51
|
}));
|
|
52
52
|
const props = __props;
|
|
53
53
|
const emit = __emit;
|
|
@@ -288,5 +288,5 @@ const _sfc_main = {
|
|
|
288
288
|
};
|
|
289
289
|
}
|
|
290
290
|
};
|
|
291
|
-
const TableFilter = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
291
|
+
const TableFilter = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-ea506656"]]);
|
|
292
292
|
exports.default = TableFilter;
|