@fecp/designer 5.5.75 → 5.5.77
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/index.vue.mjs +1 -1
- package/es/designer/src/packages/dialogGlobal/index.vue2.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 +54 -50
- package/es/packages/vue/src/components/forms/form/FormAnchorNav.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/form/RightAnchorNav.vue.mjs +2 -2
- package/es/packages/vue/src/components/forms/number/Number.vue.mjs +2 -1
- 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/index.vue.js +1 -1
- package/lib/designer/src/packages/dialogGlobal/index.vue2.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 +54 -50
- package/lib/packages/vue/src/components/forms/form/FormAnchorNav.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/form/RightAnchorNav.vue.js +2 -2
- package/lib/packages/vue/src/components/forms/number/Number.vue.js +2 -1
- package/lib/packages/vue/src/components/table/Table.vue.js +1 -1
- package/package.json +1 -1
|
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
|
|
|
84
84
|
import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
85
85
|
/* empty css */
|
|
86
86
|
/* empty css */
|
|
87
|
-
/* empty css
|
|
87
|
+
/* empty css */
|
|
88
88
|
/* empty css */
|
|
89
89
|
/* empty css */
|
|
90
90
|
/* empty css */
|
|
@@ -84,7 +84,7 @@ import widgets from "../table/property/widgets.vue.mjs";
|
|
|
84
84
|
import "../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.mjs";
|
|
85
85
|
/* empty css */
|
|
86
86
|
/* empty css */
|
|
87
|
-
/* empty css
|
|
87
|
+
/* empty css */
|
|
88
88
|
/* empty css */
|
|
89
89
|
/* empty css */
|
|
90
90
|
/* empty css */
|
|
@@ -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
|
@@ -6020,13 +6020,13 @@ body,
|
|
|
6020
6020
|
}
|
|
6021
6021
|
.textarea-field-wrapper[data-v-1bdb1a05] .el-textarea .el-textarea__inner {
|
|
6022
6022
|
height: 100%;
|
|
6023
|
-
}[data-v-
|
|
6023
|
+
}[data-v-63f3047b] .el-input-group__append {
|
|
6024
6024
|
background-color: #409eff;
|
|
6025
6025
|
color: #fff;
|
|
6026
6026
|
padding: 0 18px;
|
|
6027
6027
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
6028
6028
|
}
|
|
6029
|
-
[data-v-
|
|
6029
|
+
[data-v-63f3047b] .el-input-group__append:hover {
|
|
6030
6030
|
background-color: #79bbff;
|
|
6031
6031
|
border-color: #79bbff;
|
|
6032
6032
|
color: #fff;
|
|
@@ -6185,11 +6185,11 @@ body,
|
|
|
6185
6185
|
width: 80px;
|
|
6186
6186
|
font-size: var(--el-font-size-extra-small);
|
|
6187
6187
|
}
|
|
6188
|
-
.fec-form-nav[data-v-
|
|
6188
|
+
.fec-form-nav[data-v-9a61a028] {
|
|
6189
6189
|
background: #fff;
|
|
6190
6190
|
padding: 0 20px;
|
|
6191
6191
|
}
|
|
6192
|
-
.fec-form-nav .fec-form-links[data-v-
|
|
6192
|
+
.fec-form-nav .fec-form-links[data-v-9a61a028] {
|
|
6193
6193
|
display: flex;
|
|
6194
6194
|
flex-wrap: wrap;
|
|
6195
6195
|
padding: 6px 0;
|
|
@@ -6197,12 +6197,12 @@ body,
|
|
|
6197
6197
|
flex-direction: row;
|
|
6198
6198
|
border-bottom: 1px solid #e4e7ed;
|
|
6199
6199
|
}
|
|
6200
|
-
.fec-form-nav .fec-form-links .fec-form-link-item[data-v-
|
|
6200
|
+
.fec-form-nav .fec-form-links .fec-form-link-item[data-v-9a61a028] {
|
|
6201
6201
|
padding: 0;
|
|
6202
6202
|
text-decoration: none;
|
|
6203
6203
|
flex-shrink: 0;
|
|
6204
6204
|
}
|
|
6205
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-
|
|
6205
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-9a61a028] {
|
|
6206
6206
|
display: inline-flex;
|
|
6207
6207
|
align-items: center;
|
|
6208
6208
|
padding: 5px 12px;
|
|
@@ -6213,35 +6213,35 @@ body,
|
|
|
6213
6213
|
cursor: pointer;
|
|
6214
6214
|
white-space: nowrap;
|
|
6215
6215
|
}
|
|
6216
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-
|
|
6216
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-9a61a028]:hover {
|
|
6217
6217
|
color: #303133;
|
|
6218
6218
|
}
|
|
6219
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-
|
|
6219
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-9a61a028] {
|
|
6220
6220
|
color: inherit;
|
|
6221
6221
|
}
|
|
6222
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-
|
|
6222
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-9a61a028] {
|
|
6223
6223
|
margin-left: 2px;
|
|
6224
6224
|
font-size: 12px;
|
|
6225
6225
|
color: #c0c4cc;
|
|
6226
6226
|
}
|
|
6227
|
-
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-
|
|
6227
|
+
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-9a61a028] {
|
|
6228
6228
|
color: var(--el-color-primary);
|
|
6229
6229
|
background: #ecf5ff;
|
|
6230
6230
|
font-weight: 500;
|
|
6231
6231
|
}
|
|
6232
|
-
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-
|
|
6232
|
+
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-9a61a028] {
|
|
6233
6233
|
color: var(--el-color-primary);
|
|
6234
|
-
}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-
|
|
6234
|
+
}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-298a5455] .el-anchor__link:focus {
|
|
6235
6235
|
color: #909399;
|
|
6236
6236
|
}
|
|
6237
|
-
[data-v-
|
|
6237
|
+
[data-v-298a5455] .el-anchor__link:hover {
|
|
6238
6238
|
color: #303133;
|
|
6239
6239
|
}
|
|
6240
|
-
[data-v-
|
|
6240
|
+
[data-v-298a5455] .el-anchor__link.is-active {
|
|
6241
6241
|
/* color: var(--el-anchor-color); */
|
|
6242
6242
|
color: var(--el-color-primary);
|
|
6243
6243
|
}
|
|
6244
|
-
.anchor-nav[data-v-
|
|
6244
|
+
.anchor-nav[data-v-298a5455] {
|
|
6245
6245
|
background: #fff;
|
|
6246
6246
|
border-radius: 4px;
|
|
6247
6247
|
padding: 16px;
|
|
@@ -6249,7 +6249,7 @@ body,
|
|
|
6249
6249
|
top: 0px;
|
|
6250
6250
|
height: 100%;
|
|
6251
6251
|
}
|
|
6252
|
-
.label-line[data-v-
|
|
6252
|
+
.label-line[data-v-298a5455] {
|
|
6253
6253
|
width: 4px;
|
|
6254
6254
|
height: 16px;
|
|
6255
6255
|
background-color: var(--el-color-primary);
|
|
@@ -6257,7 +6257,7 @@ body,
|
|
|
6257
6257
|
margin-right: 10px;
|
|
6258
6258
|
border-radius: 2px;
|
|
6259
6259
|
}
|
|
6260
|
-
.anchor-title[data-v-
|
|
6260
|
+
.anchor-title[data-v-298a5455] {
|
|
6261
6261
|
font-size: 18px;
|
|
6262
6262
|
font-weight: bold;
|
|
6263
6263
|
color: #303133;
|
|
@@ -6772,12 +6772,12 @@ body,
|
|
|
6772
6772
|
}
|
|
6773
6773
|
[data-v-ba490486] .el-checkbox-group .el-checkbox-button__inner {
|
|
6774
6774
|
border-radius: 4px;
|
|
6775
|
-
}.fec-table[data-v-
|
|
6775
|
+
}.fec-table[data-v-2a67aa02] {
|
|
6776
6776
|
height: 100%;
|
|
6777
6777
|
flex-grow: 1;
|
|
6778
6778
|
padding: 0 16px;
|
|
6779
6779
|
}
|
|
6780
|
-
.fec-table-container[data-v-
|
|
6780
|
+
.fec-table-container[data-v-2a67aa02] {
|
|
6781
6781
|
width: 100%;
|
|
6782
6782
|
background: #fff;
|
|
6783
6783
|
box-sizing: border-box;
|
|
@@ -6787,87 +6787,91 @@ body,
|
|
|
6787
6787
|
overflow: hidden;
|
|
6788
6788
|
flex-grow: 1;
|
|
6789
6789
|
}
|
|
6790
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6790
|
+
.fec-table-container .fec-vxe-table[data-v-2a67aa02] {
|
|
6791
6791
|
flex: 1;
|
|
6792
6792
|
min-height: 0;
|
|
6793
6793
|
overflow: hidden;
|
|
6794
6794
|
margin-bottom: 16px;
|
|
6795
6795
|
}
|
|
6796
|
-
.fec-table-container[data-v-
|
|
6796
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table {
|
|
6797
6797
|
font-size: 14px;
|
|
6798
6798
|
font-family: inherit;
|
|
6799
6799
|
}
|
|
6800
|
-
.fec-table-container[data-v-
|
|
6801
|
-
.fec-table-container[data-v-
|
|
6800
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-sort--asc-btn,
|
|
6801
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-sort--desc-btn {
|
|
6802
6802
|
color: #dcdcdc;
|
|
6803
6803
|
}
|
|
6804
|
-
.fec-table-container[data-v-
|
|
6805
|
-
.fec-table-container[data-v-
|
|
6804
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6805
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6806
6806
|
color: #d3edf9;
|
|
6807
6807
|
}
|
|
6808
|
-
.fec-table-container[data-v-
|
|
6808
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .sort--active {
|
|
6809
6809
|
color: var(--el-color-primary);
|
|
6810
6810
|
}
|
|
6811
|
-
.fec-table-container[data-v-
|
|
6811
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .sort--active {
|
|
6812
6812
|
color: var(--el-color-primary);
|
|
6813
6813
|
}
|
|
6814
|
-
.fec-table-container[data-v-
|
|
6814
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--body-wrapper {
|
|
6815
6815
|
overflow: auto;
|
|
6816
6816
|
}
|
|
6817
|
-
.fec-table-container[data-v-
|
|
6818
|
-
.fec-table-container[data-v-
|
|
6819
|
-
.fec-table-container[data-v-
|
|
6817
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--body,
|
|
6818
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--header,
|
|
6819
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--footer {
|
|
6820
6820
|
width: 100% !important;
|
|
6821
6821
|
}
|
|
6822
|
-
.fec-table-container[data-v-
|
|
6822
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column {
|
|
6823
6823
|
background-color: #fff;
|
|
6824
6824
|
}
|
|
6825
|
-
.fec-table-container[data-v-
|
|
6825
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column .vxe-cell {
|
|
6826
6826
|
height: 40px !important;
|
|
6827
6827
|
min-height: 40px !important;
|
|
6828
6828
|
color: #333;
|
|
6829
6829
|
}
|
|
6830
|
-
.fec-table-container[data-v-
|
|
6830
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6831
6831
|
height: 40px !important;
|
|
6832
6832
|
}
|
|
6833
|
-
.fec-table-container[data-v-
|
|
6833
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .vxe-cell {
|
|
6834
6834
|
padding: 6px !important;
|
|
6835
6835
|
min-height: 32px !important;
|
|
6836
6836
|
color: #666;
|
|
6837
6837
|
font-size: 13px;
|
|
6838
6838
|
}
|
|
6839
|
-
.fec-table-container[data-v-
|
|
6840
|
-
.fec-table-container[data-v-
|
|
6839
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .c--tooltip,
|
|
6840
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .c--title {
|
|
6841
6841
|
height: 32px !important;
|
|
6842
6842
|
min-height: 32px !important;
|
|
6843
6843
|
}
|
|
6844
|
-
.fec-table-container[data-v-
|
|
6844
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--border-line {
|
|
6845
6845
|
border: none;
|
|
6846
6846
|
border-bottom: 1px solid #ebeef5;
|
|
6847
6847
|
border-top: 1px solid #ebeef5;
|
|
6848
6848
|
}
|
|
6849
|
-
.fec-table-container[data-v-
|
|
6850
|
-
.fec-table-container[data-v-
|
|
6849
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6850
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6851
6851
|
border: none !important;
|
|
6852
6852
|
}
|
|
6853
|
-
.fec-table-container[data-v-
|
|
6853
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6854
6854
|
display: none !important;
|
|
6855
6855
|
}
|
|
6856
|
-
.fec-table-container[data-v-
|
|
6856
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-cell--sort {
|
|
6857
6857
|
font-size: 14px;
|
|
6858
6858
|
}
|
|
6859
|
-
.fec-table-container[data-v-
|
|
6860
|
-
.fec-table-container[data-v-
|
|
6861
|
-
.fec-table-container[data-v-
|
|
6862
|
-
.fec-table-container[data-v-
|
|
6863
|
-
.fec-table-container[data-v-
|
|
6864
|
-
.fec-table-container[data-v-
|
|
6859
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column,
|
|
6860
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-footer--column,
|
|
6861
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column,
|
|
6862
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column,
|
|
6863
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-footer--column,
|
|
6864
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column {
|
|
6865
6865
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6866
6866
|
}
|
|
6867
|
-
.fec-table-container[data-v-
|
|
6867
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .el-button.is-disabled {
|
|
6868
6868
|
color: #ccc !important;
|
|
6869
6869
|
}
|
|
6870
|
-
.fec-table-
|
|
6870
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-x-handle-appearance,
|
|
6871
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-x-right-corner {
|
|
6872
|
+
display: none !important;
|
|
6873
|
+
}
|
|
6874
|
+
.fec-table-sub[data-v-2a67aa02] .vxe-table .vxe-table--border-line {
|
|
6871
6875
|
border-top: none;
|
|
6872
6876
|
}
|
|
6873
6877
|
.fec-layout-card[data-v-a6236024] {
|
|
@@ -45,7 +45,7 @@ const _sfc_main = {
|
|
|
45
45
|
emit("update:modelValue", link.id);
|
|
46
46
|
emit("change", link);
|
|
47
47
|
const fecForm = (_b = (_a2 = formAnchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
|
|
48
|
-
const element = fecForm == null ? void 0 : fecForm.
|
|
48
|
+
const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
|
|
49
49
|
if (element) {
|
|
50
50
|
isClickScrolling = true;
|
|
51
51
|
element.scrollIntoView({ behavior: "smooth", block: "start" });
|
|
@@ -107,7 +107,7 @@ const _sfc_main = {
|
|
|
107
107
|
};
|
|
108
108
|
}
|
|
109
109
|
};
|
|
110
|
-
const FormAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
110
|
+
const FormAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9a61a028"]]);
|
|
111
111
|
export {
|
|
112
112
|
FormAnchorNav as default
|
|
113
113
|
};
|
|
@@ -45,7 +45,7 @@ const _sfc_main = {
|
|
|
45
45
|
emit("update:modelValue", link.id);
|
|
46
46
|
emit("change", link);
|
|
47
47
|
const fecForm = (_b = (_a2 = anchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
|
|
48
|
-
const element = fecForm == null ? void 0 : fecForm.
|
|
48
|
+
const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
|
|
49
49
|
if (element) {
|
|
50
50
|
isClickScrolling = true;
|
|
51
51
|
element.scrollIntoView({ behavior: "smooth", block: "start" });
|
|
@@ -122,7 +122,7 @@ const _sfc_main = {
|
|
|
122
122
|
};
|
|
123
123
|
}
|
|
124
124
|
};
|
|
125
|
-
const RightAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
125
|
+
const RightAnchorNav = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-298a5455"]]);
|
|
126
126
|
export {
|
|
127
127
|
RightAnchorNav as default
|
|
128
128
|
};
|
|
@@ -226,6 +226,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
226
226
|
textValue.value = "";
|
|
227
227
|
return;
|
|
228
228
|
}
|
|
229
|
+
console.log("🚀 ~ initTextValue ~ props.modelValue :", props.modelValue);
|
|
229
230
|
let displayValue = props.modelValue;
|
|
230
231
|
switch (props.format) {
|
|
231
232
|
case "wan":
|
|
@@ -507,7 +508,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
507
508
|
};
|
|
508
509
|
}
|
|
509
510
|
});
|
|
510
|
-
const _Number = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
511
|
+
const _Number = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-63f3047b"]]);
|
|
511
512
|
export {
|
|
512
513
|
_Number as default
|
|
513
514
|
};
|
|
@@ -988,7 +988,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
988
988
|
};
|
|
989
989
|
}
|
|
990
990
|
});
|
|
991
|
-
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
991
|
+
const _Table = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2a67aa02"]]);
|
|
992
992
|
export {
|
|
993
993
|
_Table as default
|
|
994
994
|
};
|
|
@@ -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);
|
|
@@ -86,7 +86,7 @@ const widgets = require("../table/property/widgets.vue.js");
|
|
|
86
86
|
require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
|
|
87
87
|
;/* empty css */
|
|
88
88
|
;/* empty css */
|
|
89
|
-
;/* empty css
|
|
89
|
+
;/* empty css */
|
|
90
90
|
;/* empty css */
|
|
91
91
|
;/* empty css */
|
|
92
92
|
;/* empty css */
|
|
@@ -86,7 +86,7 @@ const widgets = require("../table/property/widgets.vue.js");
|
|
|
86
86
|
require("../../../../node_modules/element-plus/theme-chalk/el-tab-pane.css.js");
|
|
87
87
|
;/* empty css */
|
|
88
88
|
;/* empty css */
|
|
89
|
-
;/* empty css
|
|
89
|
+
;/* empty css */
|
|
90
90
|
;/* empty css */
|
|
91
91
|
;/* empty css */
|
|
92
92
|
;/* empty css */
|
|
@@ -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
|
@@ -6020,13 +6020,13 @@ body,
|
|
|
6020
6020
|
}
|
|
6021
6021
|
.textarea-field-wrapper[data-v-1bdb1a05] .el-textarea .el-textarea__inner {
|
|
6022
6022
|
height: 100%;
|
|
6023
|
-
}[data-v-
|
|
6023
|
+
}[data-v-63f3047b] .el-input-group__append {
|
|
6024
6024
|
background-color: #409eff;
|
|
6025
6025
|
color: #fff;
|
|
6026
6026
|
padding: 0 18px;
|
|
6027
6027
|
box-shadow: 0 1px 0 0 #a8abb2 inset, 0 -1px 0 0 #a8abb2 inset, -1px 0 0 0 #a8abb2 inset;
|
|
6028
6028
|
}
|
|
6029
|
-
[data-v-
|
|
6029
|
+
[data-v-63f3047b] .el-input-group__append:hover {
|
|
6030
6030
|
background-color: #79bbff;
|
|
6031
6031
|
border-color: #79bbff;
|
|
6032
6032
|
color: #fff;
|
|
@@ -6185,11 +6185,11 @@ body,
|
|
|
6185
6185
|
width: 80px;
|
|
6186
6186
|
font-size: var(--el-font-size-extra-small);
|
|
6187
6187
|
}
|
|
6188
|
-
.fec-form-nav[data-v-
|
|
6188
|
+
.fec-form-nav[data-v-9a61a028] {
|
|
6189
6189
|
background: #fff;
|
|
6190
6190
|
padding: 0 20px;
|
|
6191
6191
|
}
|
|
6192
|
-
.fec-form-nav .fec-form-links[data-v-
|
|
6192
|
+
.fec-form-nav .fec-form-links[data-v-9a61a028] {
|
|
6193
6193
|
display: flex;
|
|
6194
6194
|
flex-wrap: wrap;
|
|
6195
6195
|
padding: 6px 0;
|
|
@@ -6197,12 +6197,12 @@ body,
|
|
|
6197
6197
|
flex-direction: row;
|
|
6198
6198
|
border-bottom: 1px solid #e4e7ed;
|
|
6199
6199
|
}
|
|
6200
|
-
.fec-form-nav .fec-form-links .fec-form-link-item[data-v-
|
|
6200
|
+
.fec-form-nav .fec-form-links .fec-form-link-item[data-v-9a61a028] {
|
|
6201
6201
|
padding: 0;
|
|
6202
6202
|
text-decoration: none;
|
|
6203
6203
|
flex-shrink: 0;
|
|
6204
6204
|
}
|
|
6205
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-
|
|
6205
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-9a61a028] {
|
|
6206
6206
|
display: inline-flex;
|
|
6207
6207
|
align-items: center;
|
|
6208
6208
|
padding: 5px 12px;
|
|
@@ -6213,35 +6213,35 @@ body,
|
|
|
6213
6213
|
cursor: pointer;
|
|
6214
6214
|
white-space: nowrap;
|
|
6215
6215
|
}
|
|
6216
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-
|
|
6216
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content[data-v-9a61a028]:hover {
|
|
6217
6217
|
color: #303133;
|
|
6218
6218
|
}
|
|
6219
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-
|
|
6219
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .fec-form-link-content:hover .tab-count[data-v-9a61a028] {
|
|
6220
6220
|
color: inherit;
|
|
6221
6221
|
}
|
|
6222
|
-
.fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-
|
|
6222
|
+
.fec-form-nav .fec-form-links .fec-form-link-item .tab-count[data-v-9a61a028] {
|
|
6223
6223
|
margin-left: 2px;
|
|
6224
6224
|
font-size: 12px;
|
|
6225
6225
|
color: #c0c4cc;
|
|
6226
6226
|
}
|
|
6227
|
-
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-
|
|
6227
|
+
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .fec-form-link-content[data-v-9a61a028] {
|
|
6228
6228
|
color: var(--el-color-primary);
|
|
6229
6229
|
background: #ecf5ff;
|
|
6230
6230
|
font-weight: 500;
|
|
6231
6231
|
}
|
|
6232
|
-
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-
|
|
6232
|
+
.fec-form-nav .fec-form-links .fec-form-link-item.is-active .tab-count[data-v-9a61a028] {
|
|
6233
6233
|
color: var(--el-color-primary);
|
|
6234
|
-
}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-
|
|
6234
|
+
}.el-anchor{--el-anchor-bg-color:var(--el-bg-color);--el-anchor-padding-indent:14px;--el-anchor-line-height:22px;--el-anchor-font-size:12px;--el-anchor-color:var(--el-text-color-secondary);--el-anchor-active-color:var(--el-color-primary);--el-anchor-hover-color:var(--el-text-color-regular);--el-anchor-marker-bg-color:var(--el-color-primary);background-color:var(--el-anchor-bg-color);position:relative}.el-anchor__marker{background-color:var(--el-anchor-marker-bg-color);opacity:0;z-index:0;border-radius:4px;position:absolute}.el-anchor.el-anchor--vertical .el-anchor__marker{width:4px;height:14px;transition:top .25s ease-in-out,opacity .25s;top:8px;left:0}.el-anchor.el-anchor--vertical .el-anchor__list{padding-left:var(--el-anchor-padding-indent)}.el-anchor.el-anchor--vertical.el-anchor--underline:before{content:"";background-color:#0505050f;width:2px;height:100%;position:absolute;left:0}.el-anchor.el-anchor--vertical.el-anchor--underline .el-anchor__marker{border-radius:unset;width:2px}.el-anchor.el-anchor--horizontal .el-anchor__marker{width:20px;height:2px;transition:left .25s ease-in-out,opacity .25s,width .25s;bottom:0}.el-anchor.el-anchor--horizontal .el-anchor__list{padding-bottom:4px;display:flex}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item{padding-left:16px}.el-anchor.el-anchor--horizontal .el-anchor__list .el-anchor__item:first-child{padding-left:0}.el-anchor.el-anchor--horizontal.el-anchor--underline:before{content:"";background-color:#0505050f;width:100%;height:2px;position:absolute;bottom:0}.el-anchor.el-anchor--horizontal.el-anchor--underline .el-anchor__marker{border-radius:unset;height:2px}.el-anchor__item{flex-direction:column;display:flex}.el-anchor__link{font-size:var(--el-anchor-font-size);line-height:var(--el-anchor-line-height);color:var(--el-anchor-color);transition:color var(--el-transition-duration);white-space:nowrap;text-overflow:ellipsis;cursor:pointer;outline:none;max-width:100%;padding:4px 0;text-decoration:none;overflow:hidden}.el-anchor__link:hover,.el-anchor__link:focus{color:var(--el-hover-color)}.el-anchor__link:focus-visible{border-radius:var(--el-border-radius-base);outline:2px solid var(--el-color-primary)}.el-anchor__link.is-active{color:var(--el-anchor-active-color)}.el-anchor .el-anchor__list .el-anchor__item a{display:inline-block}[data-v-298a5455] .el-anchor__link:focus {
|
|
6235
6235
|
color: #909399;
|
|
6236
6236
|
}
|
|
6237
|
-
[data-v-
|
|
6237
|
+
[data-v-298a5455] .el-anchor__link:hover {
|
|
6238
6238
|
color: #303133;
|
|
6239
6239
|
}
|
|
6240
|
-
[data-v-
|
|
6240
|
+
[data-v-298a5455] .el-anchor__link.is-active {
|
|
6241
6241
|
/* color: var(--el-anchor-color); */
|
|
6242
6242
|
color: var(--el-color-primary);
|
|
6243
6243
|
}
|
|
6244
|
-
.anchor-nav[data-v-
|
|
6244
|
+
.anchor-nav[data-v-298a5455] {
|
|
6245
6245
|
background: #fff;
|
|
6246
6246
|
border-radius: 4px;
|
|
6247
6247
|
padding: 16px;
|
|
@@ -6249,7 +6249,7 @@ body,
|
|
|
6249
6249
|
top: 0px;
|
|
6250
6250
|
height: 100%;
|
|
6251
6251
|
}
|
|
6252
|
-
.label-line[data-v-
|
|
6252
|
+
.label-line[data-v-298a5455] {
|
|
6253
6253
|
width: 4px;
|
|
6254
6254
|
height: 16px;
|
|
6255
6255
|
background-color: var(--el-color-primary);
|
|
@@ -6257,7 +6257,7 @@ body,
|
|
|
6257
6257
|
margin-right: 10px;
|
|
6258
6258
|
border-radius: 2px;
|
|
6259
6259
|
}
|
|
6260
|
-
.anchor-title[data-v-
|
|
6260
|
+
.anchor-title[data-v-298a5455] {
|
|
6261
6261
|
font-size: 18px;
|
|
6262
6262
|
font-weight: bold;
|
|
6263
6263
|
color: #303133;
|
|
@@ -6772,12 +6772,12 @@ body,
|
|
|
6772
6772
|
}
|
|
6773
6773
|
[data-v-ba490486] .el-checkbox-group .el-checkbox-button__inner {
|
|
6774
6774
|
border-radius: 4px;
|
|
6775
|
-
}.fec-table[data-v-
|
|
6775
|
+
}.fec-table[data-v-2a67aa02] {
|
|
6776
6776
|
height: 100%;
|
|
6777
6777
|
flex-grow: 1;
|
|
6778
6778
|
padding: 0 16px;
|
|
6779
6779
|
}
|
|
6780
|
-
.fec-table-container[data-v-
|
|
6780
|
+
.fec-table-container[data-v-2a67aa02] {
|
|
6781
6781
|
width: 100%;
|
|
6782
6782
|
background: #fff;
|
|
6783
6783
|
box-sizing: border-box;
|
|
@@ -6787,87 +6787,91 @@ body,
|
|
|
6787
6787
|
overflow: hidden;
|
|
6788
6788
|
flex-grow: 1;
|
|
6789
6789
|
}
|
|
6790
|
-
.fec-table-container .fec-vxe-table[data-v-
|
|
6790
|
+
.fec-table-container .fec-vxe-table[data-v-2a67aa02] {
|
|
6791
6791
|
flex: 1;
|
|
6792
6792
|
min-height: 0;
|
|
6793
6793
|
overflow: hidden;
|
|
6794
6794
|
margin-bottom: 16px;
|
|
6795
6795
|
}
|
|
6796
|
-
.fec-table-container[data-v-
|
|
6796
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table {
|
|
6797
6797
|
font-size: 14px;
|
|
6798
6798
|
font-family: inherit;
|
|
6799
6799
|
}
|
|
6800
|
-
.fec-table-container[data-v-
|
|
6801
|
-
.fec-table-container[data-v-
|
|
6800
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-sort--asc-btn,
|
|
6801
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-sort--desc-btn {
|
|
6802
6802
|
color: #dcdcdc;
|
|
6803
6803
|
}
|
|
6804
|
-
.fec-table-container[data-v-
|
|
6805
|
-
.fec-table-container[data-v-
|
|
6804
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .vxe-sort--asc-btn,
|
|
6805
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .vxe-sort--desc-btn {
|
|
6806
6806
|
color: #d3edf9;
|
|
6807
6807
|
}
|
|
6808
|
-
.fec-table-container[data-v-
|
|
6808
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .serverSort .sort--active {
|
|
6809
6809
|
color: var(--el-color-primary);
|
|
6810
6810
|
}
|
|
6811
|
-
.fec-table-container[data-v-
|
|
6811
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .sort--active {
|
|
6812
6812
|
color: var(--el-color-primary);
|
|
6813
6813
|
}
|
|
6814
|
-
.fec-table-container[data-v-
|
|
6814
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--body-wrapper {
|
|
6815
6815
|
overflow: auto;
|
|
6816
6816
|
}
|
|
6817
|
-
.fec-table-container[data-v-
|
|
6818
|
-
.fec-table-container[data-v-
|
|
6819
|
-
.fec-table-container[data-v-
|
|
6817
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--body,
|
|
6818
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--header,
|
|
6819
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--footer {
|
|
6820
6820
|
width: 100% !important;
|
|
6821
6821
|
}
|
|
6822
|
-
.fec-table-container[data-v-
|
|
6822
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column {
|
|
6823
6823
|
background-color: #fff;
|
|
6824
6824
|
}
|
|
6825
|
-
.fec-table-container[data-v-
|
|
6825
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column .vxe-cell {
|
|
6826
6826
|
height: 40px !important;
|
|
6827
6827
|
min-height: 40px !important;
|
|
6828
6828
|
color: #333;
|
|
6829
6829
|
}
|
|
6830
|
-
.fec-table-container[data-v-
|
|
6830
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--header-inner-wrapper {
|
|
6831
6831
|
height: 40px !important;
|
|
6832
6832
|
}
|
|
6833
|
-
.fec-table-container[data-v-
|
|
6833
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .vxe-cell {
|
|
6834
6834
|
padding: 6px !important;
|
|
6835
6835
|
min-height: 32px !important;
|
|
6836
6836
|
color: #666;
|
|
6837
6837
|
font-size: 13px;
|
|
6838
6838
|
}
|
|
6839
|
-
.fec-table-container[data-v-
|
|
6840
|
-
.fec-table-container[data-v-
|
|
6839
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .c--tooltip,
|
|
6840
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column .c--title {
|
|
6841
6841
|
height: 32px !important;
|
|
6842
6842
|
min-height: 32px !important;
|
|
6843
6843
|
}
|
|
6844
|
-
.fec-table-container[data-v-
|
|
6844
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--border-line {
|
|
6845
6845
|
border: none;
|
|
6846
6846
|
border-bottom: 1px solid #ebeef5;
|
|
6847
6847
|
border-top: 1px solid #ebeef5;
|
|
6848
6848
|
}
|
|
6849
|
-
.fec-table-container[data-v-
|
|
6850
|
-
.fec-table-container[data-v-
|
|
6849
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-handle-appearance,
|
|
6850
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-wrapper:after {
|
|
6851
6851
|
border: none !important;
|
|
6852
6852
|
}
|
|
6853
|
-
.fec-table-container[data-v-
|
|
6853
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-y-top-corner {
|
|
6854
6854
|
display: none !important;
|
|
6855
6855
|
}
|
|
6856
|
-
.fec-table-container[data-v-
|
|
6856
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-cell--sort {
|
|
6857
6857
|
font-size: 14px;
|
|
6858
6858
|
}
|
|
6859
|
-
.fec-table-container[data-v-
|
|
6860
|
-
.fec-table-container[data-v-
|
|
6861
|
-
.fec-table-container[data-v-
|
|
6862
|
-
.fec-table-container[data-v-
|
|
6863
|
-
.fec-table-container[data-v-
|
|
6864
|
-
.fec-table-container[data-v-
|
|
6859
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column,
|
|
6860
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-footer--column,
|
|
6861
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column,
|
|
6862
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-body--column,
|
|
6863
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-footer--column,
|
|
6864
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-header--column {
|
|
6865
6865
|
background-image: linear-gradient(#ebeef5, #ebeef5) !important;
|
|
6866
6866
|
}
|
|
6867
|
-
.fec-table-container[data-v-
|
|
6867
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .el-button.is-disabled {
|
|
6868
6868
|
color: #ccc !important;
|
|
6869
6869
|
}
|
|
6870
|
-
.fec-table-
|
|
6870
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-x-handle-appearance,
|
|
6871
|
+
.fec-table-container[data-v-2a67aa02] .vxe-table .vxe-table--scroll-x-right-corner {
|
|
6872
|
+
display: none !important;
|
|
6873
|
+
}
|
|
6874
|
+
.fec-table-sub[data-v-2a67aa02] .vxe-table .vxe-table--border-line {
|
|
6871
6875
|
border-top: none;
|
|
6872
6876
|
}
|
|
6873
6877
|
.fec-layout-card[data-v-a6236024] {
|
|
@@ -47,7 +47,7 @@ const _sfc_main = {
|
|
|
47
47
|
emit("update:modelValue", link.id);
|
|
48
48
|
emit("change", link);
|
|
49
49
|
const fecForm = (_b = (_a2 = formAnchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
|
|
50
|
-
const element = fecForm == null ? void 0 : fecForm.
|
|
50
|
+
const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
|
|
51
51
|
if (element) {
|
|
52
52
|
isClickScrolling = true;
|
|
53
53
|
element.scrollIntoView({ behavior: "smooth", block: "start" });
|
|
@@ -109,5 +109,5 @@ const _sfc_main = {
|
|
|
109
109
|
};
|
|
110
110
|
}
|
|
111
111
|
};
|
|
112
|
-
const FormAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
112
|
+
const FormAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-9a61a028"]]);
|
|
113
113
|
exports.default = FormAnchorNav;
|
|
@@ -47,7 +47,7 @@ const _sfc_main = {
|
|
|
47
47
|
emit("update:modelValue", link.id);
|
|
48
48
|
emit("change", link);
|
|
49
49
|
const fecForm = (_b = (_a2 = anchorRef.value) == null ? void 0 : _a2.$el) == null ? void 0 : _b.closest(".fec-form");
|
|
50
|
-
const element = fecForm == null ? void 0 : fecForm.
|
|
50
|
+
const element = fecForm == null ? void 0 : fecForm.querySelector(`#comp_${link.id}`);
|
|
51
51
|
if (element) {
|
|
52
52
|
isClickScrolling = true;
|
|
53
53
|
element.scrollIntoView({ behavior: "smooth", block: "start" });
|
|
@@ -124,5 +124,5 @@ const _sfc_main = {
|
|
|
124
124
|
};
|
|
125
125
|
}
|
|
126
126
|
};
|
|
127
|
-
const RightAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
127
|
+
const RightAnchorNav = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-298a5455"]]);
|
|
128
128
|
exports.default = RightAnchorNav;
|
|
@@ -228,6 +228,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
228
228
|
textValue.value = "";
|
|
229
229
|
return;
|
|
230
230
|
}
|
|
231
|
+
console.log("🚀 ~ initTextValue ~ props.modelValue :", props.modelValue);
|
|
231
232
|
let displayValue = props.modelValue;
|
|
232
233
|
switch (props.format) {
|
|
233
234
|
case "wan":
|
|
@@ -509,5 +510,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
509
510
|
};
|
|
510
511
|
}
|
|
511
512
|
});
|
|
512
|
-
const _Number = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
513
|
+
const _Number = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-63f3047b"]]);
|
|
513
514
|
exports.default = _Number;
|
|
@@ -990,5 +990,5 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
990
990
|
};
|
|
991
991
|
}
|
|
992
992
|
});
|
|
993
|
-
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
993
|
+
const _Table = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-2a67aa02"]]);
|
|
994
994
|
exports.default = _Table;
|