@fecp/designer 5.4.68 → 5.4.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/designer/package.json.mjs +1 -1
- package/es/designer/src/packages/dialog/useDialogDialog.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/useDialogGlobalDialog.mjs +1 -1
- package/es/designer/src/packages/form/property/widgets.vue.mjs +2 -2
- package/es/designer.css +80 -76
- package/es/packages/vue/src/components/details/footer/Footer.vue.mjs +1 -1
- package/es/packages/vue/src/components/details/header/Header.vue.mjs +1 -1
- 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/lib/designer/package.json.js +1 -1
- package/lib/designer/src/packages/dialog/useDialogDialog.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/useDialogGlobalDialog.js +1 -1
- package/lib/designer/src/packages/form/property/widgets.vue.js +2 -2
- package/lib/designer.css +80 -76
- package/lib/packages/vue/src/components/details/footer/Footer.vue.js +1 -1
- package/lib/packages/vue/src/components/details/header/Header.vue.js +1 -1
- 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/package.json +1 -1
|
@@ -52,8 +52,8 @@ import _export_sfc from "../../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
|
52
52
|
import "../../../components/TemplateSelector.vue.mjs";
|
|
53
53
|
import "../../table/default.mjs";
|
|
54
54
|
/* empty css */
|
|
55
|
-
/* empty css
|
|
56
|
-
/* empty css
|
|
55
|
+
/* empty css */
|
|
56
|
+
/* empty css */
|
|
57
57
|
import "../../../store/index.mjs";
|
|
58
58
|
/* empty css */
|
|
59
59
|
import { ElCollapse, ElCollapseItem } from "../../../../../node_modules/element-plus/es/components/collapse/index.mjs";
|
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-9bb0e531] {
|
|
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-9bb0e531] .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-9bb0e531] .el-page-header__header .el-page-header__title {
|
|
5867
5867
|
display: none;
|
|
5868
5868
|
}
|
|
5869
|
-
.fec-header[data-v-
|
|
5869
|
+
.fec-header[data-v-9bb0e531] .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,70 @@ 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-9bb0e531] {
|
|
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-9bb0e531] {
|
|
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-9bb0e531] .el-subTitle {
|
|
5891
5891
|
display: none;
|
|
5892
5892
|
}
|
|
5893
|
-
.can-not-back[data-v-
|
|
5893
|
+
.can-not-back[data-v-9bb0e531] .el-divider {
|
|
5894
5894
|
display: none;
|
|
5895
5895
|
}
|
|
5896
|
-
[data-v-
|
|
5896
|
+
[data-v-9bb0e531] .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-37165475] {
|
|
5915
5916
|
height: 100%;
|
|
5916
5917
|
}
|
|
5917
|
-
[data-v-
|
|
5918
|
+
[data-v-37165475] .vgl-item {
|
|
5918
5919
|
transition: none;
|
|
5919
5920
|
}
|
|
5920
|
-
[data-v-
|
|
5921
|
+
[data-v-37165475] .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-37165475] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5927
5928
|
flex-direction: column;
|
|
5928
5929
|
}
|
|
5929
|
-
[data-v-
|
|
5930
|
+
[data-v-37165475] .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;
|
|
5935
5936
|
}
|
|
5936
|
-
[data-v-
|
|
5937
|
+
[data-v-37165475] .vgl-item > .el-form-item .el-form-item__error {
|
|
5937
5938
|
padding-top: 10px;
|
|
5938
5939
|
}
|
|
5939
|
-
[data-v-
|
|
5940
|
+
[data-v-37165475] .vgl-item > .el-container {
|
|
5940
5941
|
height: auto !important;
|
|
5941
5942
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5942
5943
|
display: inline-block;
|
|
@@ -6049,11 +6050,12 @@ body,
|
|
|
6049
6050
|
}
|
|
6050
6051
|
.filter-divider[data-v-4851a6ab] .el-icon {
|
|
6051
6052
|
transition: transform 0.3s ease;
|
|
6052
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6053
|
+
}.dynamic-mode-config .dynamic-row[data-v-a95df0b8] {
|
|
6053
6054
|
display: flex;
|
|
6055
|
+
height: 54px;
|
|
6054
6056
|
align-items: center;
|
|
6055
6057
|
}
|
|
6056
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6058
|
+
.dynamic-mode-config .back-icon[data-v-a95df0b8] {
|
|
6057
6059
|
display: flex;
|
|
6058
6060
|
align-items: center;
|
|
6059
6061
|
justify-content: center;
|
|
@@ -6065,13 +6067,12 @@ body,
|
|
|
6065
6067
|
transition: all 0.2s ease;
|
|
6066
6068
|
margin-left: 4px;
|
|
6067
6069
|
margin-right: -6px;
|
|
6068
|
-
margin-bottom: 8px;
|
|
6069
6070
|
}
|
|
6070
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6071
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-a95df0b8] {
|
|
6071
6072
|
font-size: 16px;
|
|
6072
6073
|
font-weight: bold;
|
|
6073
6074
|
}
|
|
6074
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6075
|
+
.dynamic-mode-config .template-name[data-v-a95df0b8] {
|
|
6075
6076
|
font-size: 16px;
|
|
6076
6077
|
font-weight: 600;
|
|
6077
6078
|
color: #303133;
|
|
@@ -6081,44 +6082,39 @@ body,
|
|
|
6081
6082
|
overflow: hidden;
|
|
6082
6083
|
text-overflow: ellipsis;
|
|
6083
6084
|
position: relative;
|
|
6084
|
-
margin-bottom: 8px;
|
|
6085
6085
|
}
|
|
6086
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6086
|
+
.dynamic-mode-config .tab-display-section[data-v-a95df0b8] {
|
|
6087
6087
|
flex: 1;
|
|
6088
6088
|
min-width: 0;
|
|
6089
|
-
margin-bottom: 8px;
|
|
6090
6089
|
}
|
|
6091
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6090
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__header {
|
|
6092
6091
|
margin: 0;
|
|
6093
6092
|
}
|
|
6094
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6093
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__nav-wrap::after {
|
|
6095
6094
|
height: 0;
|
|
6096
6095
|
}
|
|
6097
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6096
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__item {
|
|
6098
6097
|
padding: 0 12px;
|
|
6099
6098
|
}
|
|
6100
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6099
|
+
.dynamic-mode-config .search-display-section[data-v-a95df0b8] {
|
|
6101
6100
|
flex-shrink: 0;
|
|
6102
6101
|
display: flex;
|
|
6103
6102
|
align-items: center;
|
|
6104
6103
|
gap: 12px;
|
|
6105
6104
|
margin-left: auto;
|
|
6106
6105
|
}
|
|
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] {
|
|
6106
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-a95df0b8] {
|
|
6111
6107
|
width: 300px;
|
|
6112
6108
|
}
|
|
6113
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6109
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-a95df0b8] {
|
|
6114
6110
|
display: flex;
|
|
6115
6111
|
align-items: center;
|
|
6116
6112
|
gap: 8px;
|
|
6117
6113
|
}
|
|
6118
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6114
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-a95df0b8] {
|
|
6119
6115
|
position: relative;
|
|
6120
6116
|
}
|
|
6121
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6117
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-a95df0b8] {
|
|
6122
6118
|
position: absolute;
|
|
6123
6119
|
top: -10px;
|
|
6124
6120
|
right: -10px;
|
|
@@ -6135,31 +6131,31 @@ body,
|
|
|
6135
6131
|
font-size: 12px;
|
|
6136
6132
|
z-index: 1;
|
|
6137
6133
|
}
|
|
6138
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6134
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-a95df0b8]:hover {
|
|
6139
6135
|
background-color: #f56c6c;
|
|
6140
6136
|
}
|
|
6141
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6137
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-a95df0b8] {
|
|
6142
6138
|
display: flex;
|
|
6143
6139
|
}
|
|
6144
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6140
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-a95df0b8] {
|
|
6145
6141
|
pointer-events: none;
|
|
6146
6142
|
}
|
|
6147
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6143
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-a95df0b8] {
|
|
6148
6144
|
margin-right: 4px;
|
|
6149
6145
|
}
|
|
6150
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6146
|
+
.dynamic-mode-config .expand-filter-section[data-v-a95df0b8] {
|
|
6151
6147
|
padding-top: 4px;
|
|
6152
6148
|
border-top: 1px solid #ebeef5;
|
|
6153
6149
|
margin-top: 4px;
|
|
6154
6150
|
}
|
|
6155
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6151
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-a95df0b8] {
|
|
6156
6152
|
width: 100%;
|
|
6157
6153
|
}
|
|
6158
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6154
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-a95df0b8] {
|
|
6159
6155
|
display: flex;
|
|
6160
6156
|
flex-wrap: wrap;
|
|
6161
6157
|
}
|
|
6162
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6158
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item {
|
|
6163
6159
|
padding: 2px;
|
|
6164
6160
|
border: 2px solid transparent;
|
|
6165
6161
|
border-radius: 2px;
|
|
@@ -6168,20 +6164,20 @@ body,
|
|
|
6168
6164
|
cursor: move;
|
|
6169
6165
|
margin-bottom: 4px;
|
|
6170
6166
|
}
|
|
6171
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6167
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-form-item__label-wrap {
|
|
6172
6168
|
margin: 0 0 0 8px !important;
|
|
6173
6169
|
}
|
|
6174
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6170
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-form-item__content {
|
|
6175
6171
|
min-width: 150px;
|
|
6176
6172
|
}
|
|
6177
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6173
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .form-item-label {
|
|
6178
6174
|
display: flex;
|
|
6179
6175
|
align-items: center;
|
|
6180
6176
|
}
|
|
6181
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6177
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-input {
|
|
6182
6178
|
width: 150px;
|
|
6183
6179
|
}
|
|
6184
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6180
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .delete-icon {
|
|
6185
6181
|
position: absolute;
|
|
6186
6182
|
top: -10px;
|
|
6187
6183
|
right: -10px;
|
|
@@ -6198,19 +6194,19 @@ body,
|
|
|
6198
6194
|
font-size: 12px;
|
|
6199
6195
|
z-index: 1;
|
|
6200
6196
|
}
|
|
6201
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6197
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .delete-icon:hover {
|
|
6202
6198
|
background-color: #f56c6c;
|
|
6203
6199
|
}
|
|
6204
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6200
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-hover {
|
|
6205
6201
|
border: 2px dashed #7b99cb !important;
|
|
6206
6202
|
}
|
|
6207
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6203
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-hover .delete-icon {
|
|
6208
6204
|
display: flex;
|
|
6209
6205
|
}
|
|
6210
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6206
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-select {
|
|
6211
6207
|
border: 2px dashed #efa53a !important;
|
|
6212
6208
|
}
|
|
6213
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6209
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item__label {
|
|
6214
6210
|
font-size: 13px;
|
|
6215
6211
|
color: #606266;
|
|
6216
6212
|
pointer-events: none;
|
|
@@ -6219,17 +6215,17 @@ body,
|
|
|
6219
6215
|
display: flex;
|
|
6220
6216
|
align-items: center;
|
|
6221
6217
|
}
|
|
6222
|
-
[data-v-
|
|
6218
|
+
[data-v-a95df0b8] .el-checkbox-group {
|
|
6223
6219
|
display: flex;
|
|
6224
6220
|
gap: 12px;
|
|
6225
6221
|
}
|
|
6226
|
-
[data-v-
|
|
6222
|
+
[data-v-a95df0b8] .el-checkbox-group .el-checkbox-button__inner {
|
|
6227
6223
|
border-radius: 4px;
|
|
6228
|
-
}.fec-table[data-v-
|
|
6224
|
+
}.fec-table[data-v-5e27559e] {
|
|
6229
6225
|
height: 100%;
|
|
6230
6226
|
flex-grow: 1;
|
|
6231
6227
|
}
|
|
6232
|
-
.fec-table-container[data-v-
|
|
6228
|
+
.fec-table-container[data-v-5e27559e] {
|
|
6233
6229
|
width: 100%;
|
|
6234
6230
|
background: #fff;
|
|
6235
6231
|
box-sizing: border-box;
|
|
@@ -6238,53 +6234,61 @@ body,
|
|
|
6238
6234
|
flex-direction: column;
|
|
6239
6235
|
overflow: hidden;
|
|
6240
6236
|
flex-grow: 1;
|
|
6237
|
+
padding: 0 12px;
|
|
6241
6238
|
}
|
|
6242
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6239
|
+
.fec-table-container .fec-vxe-table[data-v-5e27559e] {
|
|
6243
6240
|
flex: 1;
|
|
6244
6241
|
min-height: 0;
|
|
6245
6242
|
overflow: hidden;
|
|
6246
6243
|
}
|
|
6247
|
-
.fec-table-container[data-v-
|
|
6244
|
+
.fec-table-container[data-v-5e27559e] .vxe-table {
|
|
6248
6245
|
font-size: 14px;
|
|
6249
6246
|
}
|
|
6250
|
-
.fec-table-container[data-v-
|
|
6247
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--body-wrapper {
|
|
6251
6248
|
overflow: auto;
|
|
6252
6249
|
}
|
|
6253
|
-
.fec-table-container[data-v-
|
|
6250
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-header--column {
|
|
6254
6251
|
background-color: #fff;
|
|
6255
6252
|
}
|
|
6256
|
-
.fec-table-container[data-v-
|
|
6253
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-header--column .vxe-cell {
|
|
6257
6254
|
height: 40px !important;
|
|
6258
6255
|
min-height: 40px !important;
|
|
6259
6256
|
color: #333;
|
|
6260
6257
|
}
|
|
6261
|
-
.fec-table-container[data-v-
|
|
6258
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6262
6259
|
height: 40px !important;
|
|
6263
6260
|
}
|
|
6264
|
-
.fec-table-container[data-v-
|
|
6261
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .vxe-cell {
|
|
6265
6262
|
padding: 6px !important;
|
|
6266
6263
|
min-height: 32px !important;
|
|
6267
6264
|
color: #666;
|
|
6268
6265
|
font-size: 13px;
|
|
6269
6266
|
}
|
|
6270
|
-
.fec-table-container[data-v-
|
|
6271
|
-
.fec-table-container[data-v-
|
|
6267
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .c--tooltip,
|
|
6268
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .c--title {
|
|
6272
6269
|
height: 32px !important;
|
|
6273
6270
|
min-height: 32px !important;
|
|
6274
6271
|
}
|
|
6275
|
-
.fec-table-container[data-v-
|
|
6272
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--border-line {
|
|
6276
6273
|
border: none;
|
|
6277
6274
|
border-bottom: 1px solid #ebeef5;
|
|
6278
6275
|
border-top: 1px solid #ebeef5;
|
|
6279
6276
|
}
|
|
6280
|
-
.fec-table-container[data-v-
|
|
6281
|
-
.fec-table-container[data-v-
|
|
6277
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6278
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6282
6279
|
border: none !important;
|
|
6283
6280
|
}
|
|
6284
|
-
.fec-table-container[data-v-
|
|
6281
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6285
6282
|
display: none !important;
|
|
6286
6283
|
}
|
|
6287
|
-
.fec-table-
|
|
6284
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort {
|
|
6285
|
+
font-size: 12px;
|
|
6286
|
+
}
|
|
6287
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort .vxe-sort--asc-btn,
|
|
6288
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort .vxe-sort--desc-btn {
|
|
6289
|
+
color: #dcdcdc;
|
|
6290
|
+
}
|
|
6291
|
+
.fec-table-sub[data-v-5e27559e] .vxe-table .vxe-table--border-line {
|
|
6288
6292
|
border-top: none;
|
|
6289
6293
|
}
|
|
6290
6294
|
.custom-dialog {
|
|
@@ -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
|
};
|
|
@@ -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-9bb0e531"]]);
|
|
116
116
|
export {
|
|
117
117
|
component as default
|
|
118
118
|
};
|
|
@@ -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-37165475"]]);
|
|
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
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue2.js");
|
|
4
4
|
const vue = require("vue");
|
|
5
5
|
function useDialogDialog() {
|
|
6
6
|
const dialogDialogVisible = vue.ref(false);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const index = require("./index.
|
|
3
|
+
const index = require("./index.vue2.js");
|
|
4
4
|
const vue = require("vue");
|
|
5
5
|
function useDialogGlobalDialog() {
|
|
6
6
|
const dialogGlobalDialogVisible = vue.ref(false);
|
|
@@ -54,8 +54,8 @@ const _pluginVue_exportHelper = require("../../../../../_virtual/_plugin-vue_exp
|
|
|
54
54
|
require("../../../components/TemplateSelector.vue.js");
|
|
55
55
|
require("../../table/default.js");
|
|
56
56
|
;/* empty css */
|
|
57
|
-
;/* empty css
|
|
58
|
-
;/* empty css
|
|
57
|
+
;/* empty css */
|
|
58
|
+
;/* empty css */
|
|
59
59
|
require("../../../store/index.js");
|
|
60
60
|
;/* empty css */
|
|
61
61
|
const index$2 = require("../../../../../node_modules/element-plus/es/components/collapse/index.js");
|
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-9bb0e531] {
|
|
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-9bb0e531] .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-9bb0e531] .el-page-header__header .el-page-header__title {
|
|
5867
5867
|
display: none;
|
|
5868
5868
|
}
|
|
5869
|
-
.fec-header[data-v-
|
|
5869
|
+
.fec-header[data-v-9bb0e531] .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,70 @@ 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-9bb0e531] {
|
|
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-9bb0e531] {
|
|
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-9bb0e531] .el-subTitle {
|
|
5891
5891
|
display: none;
|
|
5892
5892
|
}
|
|
5893
|
-
.can-not-back[data-v-
|
|
5893
|
+
.can-not-back[data-v-9bb0e531] .el-divider {
|
|
5894
5894
|
display: none;
|
|
5895
5895
|
}
|
|
5896
|
-
[data-v-
|
|
5896
|
+
[data-v-9bb0e531] .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-37165475] {
|
|
5915
5916
|
height: 100%;
|
|
5916
5917
|
}
|
|
5917
|
-
[data-v-
|
|
5918
|
+
[data-v-37165475] .vgl-item {
|
|
5918
5919
|
transition: none;
|
|
5919
5920
|
}
|
|
5920
|
-
[data-v-
|
|
5921
|
+
[data-v-37165475] .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-37165475] .vgl-item > .el-form-item.el-form-item--label-top {
|
|
5927
5928
|
flex-direction: column;
|
|
5928
5929
|
}
|
|
5929
|
-
[data-v-
|
|
5930
|
+
[data-v-37165475] .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;
|
|
5935
5936
|
}
|
|
5936
|
-
[data-v-
|
|
5937
|
+
[data-v-37165475] .vgl-item > .el-form-item .el-form-item__error {
|
|
5937
5938
|
padding-top: 10px;
|
|
5938
5939
|
}
|
|
5939
|
-
[data-v-
|
|
5940
|
+
[data-v-37165475] .vgl-item > .el-container {
|
|
5940
5941
|
height: auto !important;
|
|
5941
5942
|
}.cell-content .cell-text[data-v-3e5372d4] {
|
|
5942
5943
|
display: inline-block;
|
|
@@ -6049,11 +6050,12 @@ body,
|
|
|
6049
6050
|
}
|
|
6050
6051
|
.filter-divider[data-v-4851a6ab] .el-icon {
|
|
6051
6052
|
transition: transform 0.3s ease;
|
|
6052
|
-
}.dynamic-mode-config .dynamic-row[data-v-
|
|
6053
|
+
}.dynamic-mode-config .dynamic-row[data-v-a95df0b8] {
|
|
6053
6054
|
display: flex;
|
|
6055
|
+
height: 54px;
|
|
6054
6056
|
align-items: center;
|
|
6055
6057
|
}
|
|
6056
|
-
.dynamic-mode-config .back-icon[data-v-
|
|
6058
|
+
.dynamic-mode-config .back-icon[data-v-a95df0b8] {
|
|
6057
6059
|
display: flex;
|
|
6058
6060
|
align-items: center;
|
|
6059
6061
|
justify-content: center;
|
|
@@ -6065,13 +6067,12 @@ body,
|
|
|
6065
6067
|
transition: all 0.2s ease;
|
|
6066
6068
|
margin-left: 4px;
|
|
6067
6069
|
margin-right: -6px;
|
|
6068
|
-
margin-bottom: 8px;
|
|
6069
6070
|
}
|
|
6070
|
-
.dynamic-mode-config .back-icon .el-icon[data-v-
|
|
6071
|
+
.dynamic-mode-config .back-icon .el-icon[data-v-a95df0b8] {
|
|
6071
6072
|
font-size: 16px;
|
|
6072
6073
|
font-weight: bold;
|
|
6073
6074
|
}
|
|
6074
|
-
.dynamic-mode-config .template-name[data-v-
|
|
6075
|
+
.dynamic-mode-config .template-name[data-v-a95df0b8] {
|
|
6075
6076
|
font-size: 16px;
|
|
6076
6077
|
font-weight: 600;
|
|
6077
6078
|
color: #303133;
|
|
@@ -6081,44 +6082,39 @@ body,
|
|
|
6081
6082
|
overflow: hidden;
|
|
6082
6083
|
text-overflow: ellipsis;
|
|
6083
6084
|
position: relative;
|
|
6084
|
-
margin-bottom: 8px;
|
|
6085
6085
|
}
|
|
6086
|
-
.dynamic-mode-config .tab-display-section[data-v-
|
|
6086
|
+
.dynamic-mode-config .tab-display-section[data-v-a95df0b8] {
|
|
6087
6087
|
flex: 1;
|
|
6088
6088
|
min-width: 0;
|
|
6089
|
-
margin-bottom: 8px;
|
|
6090
6089
|
}
|
|
6091
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6090
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__header {
|
|
6092
6091
|
margin: 0;
|
|
6093
6092
|
}
|
|
6094
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6093
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__nav-wrap::after {
|
|
6095
6094
|
height: 0;
|
|
6096
6095
|
}
|
|
6097
|
-
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-
|
|
6096
|
+
.dynamic-mode-config .tab-display-section .dynamic-tabs[data-v-a95df0b8] .el-tabs__item {
|
|
6098
6097
|
padding: 0 12px;
|
|
6099
6098
|
}
|
|
6100
|
-
.dynamic-mode-config .search-display-section[data-v-
|
|
6099
|
+
.dynamic-mode-config .search-display-section[data-v-a95df0b8] {
|
|
6101
6100
|
flex-shrink: 0;
|
|
6102
6101
|
display: flex;
|
|
6103
6102
|
align-items: center;
|
|
6104
6103
|
gap: 12px;
|
|
6105
6104
|
margin-left: auto;
|
|
6106
6105
|
}
|
|
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] {
|
|
6106
|
+
.dynamic-mode-config .search-display-section .search-input-group .search-input[data-v-a95df0b8] {
|
|
6111
6107
|
width: 300px;
|
|
6112
6108
|
}
|
|
6113
|
-
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-
|
|
6109
|
+
.dynamic-mode-config .search-display-section .optBtnDraggable[data-v-a95df0b8] {
|
|
6114
6110
|
display: flex;
|
|
6115
6111
|
align-items: center;
|
|
6116
6112
|
gap: 8px;
|
|
6117
6113
|
}
|
|
6118
|
-
.dynamic-mode-config .search-display-section .optBtn[data-v-
|
|
6114
|
+
.dynamic-mode-config .search-display-section .optBtn[data-v-a95df0b8] {
|
|
6119
6115
|
position: relative;
|
|
6120
6116
|
}
|
|
6121
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6117
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-a95df0b8] {
|
|
6122
6118
|
position: absolute;
|
|
6123
6119
|
top: -10px;
|
|
6124
6120
|
right: -10px;
|
|
@@ -6135,31 +6131,31 @@ body,
|
|
|
6135
6131
|
font-size: 12px;
|
|
6136
6132
|
z-index: 1;
|
|
6137
6133
|
}
|
|
6138
|
-
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-
|
|
6134
|
+
.dynamic-mode-config .search-display-section .optBtn .delete-icon[data-v-a95df0b8]:hover {
|
|
6139
6135
|
background-color: #f56c6c;
|
|
6140
6136
|
}
|
|
6141
|
-
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-
|
|
6137
|
+
.dynamic-mode-config .search-display-section .optBtn.is-hover .delete-icon[data-v-a95df0b8] {
|
|
6142
6138
|
display: flex;
|
|
6143
6139
|
}
|
|
6144
|
-
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-
|
|
6140
|
+
.dynamic-mode-config .search-display-section .optBtn .elBtn[data-v-a95df0b8] {
|
|
6145
6141
|
pointer-events: none;
|
|
6146
6142
|
}
|
|
6147
|
-
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-
|
|
6143
|
+
.dynamic-mode-config .search-display-section .addLink .el-icon[data-v-a95df0b8] {
|
|
6148
6144
|
margin-right: 4px;
|
|
6149
6145
|
}
|
|
6150
|
-
.dynamic-mode-config .expand-filter-section[data-v-
|
|
6146
|
+
.dynamic-mode-config .expand-filter-section[data-v-a95df0b8] {
|
|
6151
6147
|
padding-top: 4px;
|
|
6152
6148
|
border-top: 1px solid #ebeef5;
|
|
6153
6149
|
margin-top: 4px;
|
|
6154
6150
|
}
|
|
6155
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-
|
|
6151
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section[data-v-a95df0b8] {
|
|
6156
6152
|
width: 100%;
|
|
6157
6153
|
}
|
|
6158
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-
|
|
6154
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form .form-items-draggable[data-v-a95df0b8] {
|
|
6159
6155
|
display: flex;
|
|
6160
6156
|
flex-wrap: wrap;
|
|
6161
6157
|
}
|
|
6162
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6158
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item {
|
|
6163
6159
|
padding: 2px;
|
|
6164
6160
|
border: 2px solid transparent;
|
|
6165
6161
|
border-radius: 2px;
|
|
@@ -6168,20 +6164,20 @@ body,
|
|
|
6168
6164
|
cursor: move;
|
|
6169
6165
|
margin-bottom: 4px;
|
|
6170
6166
|
}
|
|
6171
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6167
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-form-item__label-wrap {
|
|
6172
6168
|
margin: 0 0 0 8px !important;
|
|
6173
6169
|
}
|
|
6174
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6170
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-form-item__content {
|
|
6175
6171
|
min-width: 150px;
|
|
6176
6172
|
}
|
|
6177
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6173
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .form-item-label {
|
|
6178
6174
|
display: flex;
|
|
6179
6175
|
align-items: center;
|
|
6180
6176
|
}
|
|
6181
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6177
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .el-input {
|
|
6182
6178
|
width: 150px;
|
|
6183
6179
|
}
|
|
6184
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6180
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .delete-icon {
|
|
6185
6181
|
position: absolute;
|
|
6186
6182
|
top: -10px;
|
|
6187
6183
|
right: -10px;
|
|
@@ -6198,19 +6194,19 @@ body,
|
|
|
6198
6194
|
font-size: 12px;
|
|
6199
6195
|
z-index: 1;
|
|
6200
6196
|
}
|
|
6201
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6197
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item .delete-icon:hover {
|
|
6202
6198
|
background-color: #f56c6c;
|
|
6203
6199
|
}
|
|
6204
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6200
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-hover {
|
|
6205
6201
|
border: 2px dashed #7b99cb !important;
|
|
6206
6202
|
}
|
|
6207
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6203
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-hover .delete-icon {
|
|
6208
6204
|
display: flex;
|
|
6209
6205
|
}
|
|
6210
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6206
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item.is-select {
|
|
6211
6207
|
border: 2px dashed #efa53a !important;
|
|
6212
6208
|
}
|
|
6213
|
-
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-
|
|
6209
|
+
.dynamic-mode-config .expand-filter-section .filter-form-section .filter-form[data-v-a95df0b8] .el-form-item__label {
|
|
6214
6210
|
font-size: 13px;
|
|
6215
6211
|
color: #606266;
|
|
6216
6212
|
pointer-events: none;
|
|
@@ -6219,17 +6215,17 @@ body,
|
|
|
6219
6215
|
display: flex;
|
|
6220
6216
|
align-items: center;
|
|
6221
6217
|
}
|
|
6222
|
-
[data-v-
|
|
6218
|
+
[data-v-a95df0b8] .el-checkbox-group {
|
|
6223
6219
|
display: flex;
|
|
6224
6220
|
gap: 12px;
|
|
6225
6221
|
}
|
|
6226
|
-
[data-v-
|
|
6222
|
+
[data-v-a95df0b8] .el-checkbox-group .el-checkbox-button__inner {
|
|
6227
6223
|
border-radius: 4px;
|
|
6228
|
-
}.fec-table[data-v-
|
|
6224
|
+
}.fec-table[data-v-5e27559e] {
|
|
6229
6225
|
height: 100%;
|
|
6230
6226
|
flex-grow: 1;
|
|
6231
6227
|
}
|
|
6232
|
-
.fec-table-container[data-v-
|
|
6228
|
+
.fec-table-container[data-v-5e27559e] {
|
|
6233
6229
|
width: 100%;
|
|
6234
6230
|
background: #fff;
|
|
6235
6231
|
box-sizing: border-box;
|
|
@@ -6238,53 +6234,61 @@ body,
|
|
|
6238
6234
|
flex-direction: column;
|
|
6239
6235
|
overflow: hidden;
|
|
6240
6236
|
flex-grow: 1;
|
|
6237
|
+
padding: 0 12px;
|
|
6241
6238
|
}
|
|
6242
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6239
|
+
.fec-table-container .fec-vxe-table[data-v-5e27559e] {
|
|
6243
6240
|
flex: 1;
|
|
6244
6241
|
min-height: 0;
|
|
6245
6242
|
overflow: hidden;
|
|
6246
6243
|
}
|
|
6247
|
-
.fec-table-container[data-v-
|
|
6244
|
+
.fec-table-container[data-v-5e27559e] .vxe-table {
|
|
6248
6245
|
font-size: 14px;
|
|
6249
6246
|
}
|
|
6250
|
-
.fec-table-container[data-v-
|
|
6247
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--body-wrapper {
|
|
6251
6248
|
overflow: auto;
|
|
6252
6249
|
}
|
|
6253
|
-
.fec-table-container[data-v-
|
|
6250
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-header--column {
|
|
6254
6251
|
background-color: #fff;
|
|
6255
6252
|
}
|
|
6256
|
-
.fec-table-container[data-v-
|
|
6253
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-header--column .vxe-cell {
|
|
6257
6254
|
height: 40px !important;
|
|
6258
6255
|
min-height: 40px !important;
|
|
6259
6256
|
color: #333;
|
|
6260
6257
|
}
|
|
6261
|
-
.fec-table-container[data-v-
|
|
6258
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6262
6259
|
height: 40px !important;
|
|
6263
6260
|
}
|
|
6264
|
-
.fec-table-container[data-v-
|
|
6261
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .vxe-cell {
|
|
6265
6262
|
padding: 6px !important;
|
|
6266
6263
|
min-height: 32px !important;
|
|
6267
6264
|
color: #666;
|
|
6268
6265
|
font-size: 13px;
|
|
6269
6266
|
}
|
|
6270
|
-
.fec-table-container[data-v-
|
|
6271
|
-
.fec-table-container[data-v-
|
|
6267
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .c--tooltip,
|
|
6268
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-body--column .c--title {
|
|
6272
6269
|
height: 32px !important;
|
|
6273
6270
|
min-height: 32px !important;
|
|
6274
6271
|
}
|
|
6275
|
-
.fec-table-container[data-v-
|
|
6272
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--border-line {
|
|
6276
6273
|
border: none;
|
|
6277
6274
|
border-bottom: 1px solid #ebeef5;
|
|
6278
6275
|
border-top: 1px solid #ebeef5;
|
|
6279
6276
|
}
|
|
6280
|
-
.fec-table-container[data-v-
|
|
6281
|
-
.fec-table-container[data-v-
|
|
6277
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6278
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6282
6279
|
border: none !important;
|
|
6283
6280
|
}
|
|
6284
|
-
.fec-table-container[data-v-
|
|
6281
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6285
6282
|
display: none !important;
|
|
6286
6283
|
}
|
|
6287
|
-
.fec-table-
|
|
6284
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort {
|
|
6285
|
+
font-size: 12px;
|
|
6286
|
+
}
|
|
6287
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort .vxe-sort--asc-btn,
|
|
6288
|
+
.fec-table-container[data-v-5e27559e] .vxe-table .vxe-cell--sort .vxe-sort--desc-btn {
|
|
6289
|
+
color: #dcdcdc;
|
|
6290
|
+
}
|
|
6291
|
+
.fec-table-sub[data-v-5e27559e] .vxe-table .vxe-table--border-line {
|
|
6288
6292
|
border-top: none;
|
|
6289
6293
|
}
|
|
6290
6294
|
.custom-dialog {
|
|
@@ -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;
|
|
@@ -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-9bb0e531"]]);
|
|
118
118
|
exports.default = component;
|
|
@@ -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-37165475"]]);
|
|
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;
|