@fecp/designer 5.4.49 → 5.4.51
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 +13 -12
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +1 -1
- package/es/packages/vue/src/components/layout/layoutCard/LayoutCard.vue.mjs +2 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +13 -12
- package/lib/packages/vue/src/components/layout/Layout.vue.js +1 -1
- package/lib/packages/vue/src/components/layout/layoutCard/LayoutCard.vue.js +2 -1
- package/package.json +1 -1
package/es/designer.css
CHANGED
|
@@ -6260,17 +6260,17 @@ body,
|
|
|
6260
6260
|
max-height: 90% !important;
|
|
6261
6261
|
padding: 0 !important;
|
|
6262
6262
|
}
|
|
6263
|
-
.fec-layout-row[data-v-
|
|
6263
|
+
.fec-layout-row[data-v-9bca67db] {
|
|
6264
6264
|
width: 100%;
|
|
6265
6265
|
height: 100%;
|
|
6266
6266
|
}
|
|
6267
|
-
.fec-layout-row[data-v-
|
|
6267
|
+
.fec-layout-row[data-v-9bca67db] .el-col {
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
}
|
|
6270
|
-
.fec-layout-row[data-v-
|
|
6270
|
+
.fec-layout-row[data-v-9bca67db] .el-col .el-scrollbar__bar {
|
|
6271
6271
|
display: none;
|
|
6272
6272
|
}
|
|
6273
|
-
.grid-content[data-v-
|
|
6273
|
+
.grid-content[data-v-9bca67db] {
|
|
6274
6274
|
border-radius: 9px 9px 4px 4px;
|
|
6275
6275
|
background-color: #fff;
|
|
6276
6276
|
position: relative;
|
|
@@ -6281,21 +6281,22 @@ body,
|
|
|
6281
6281
|
padding: 16px 16px 16px 16px;
|
|
6282
6282
|
} */
|
|
6283
6283
|
}
|
|
6284
|
-
.grid-content-statistics[data-v-
|
|
6284
|
+
.grid-content-statistics[data-v-9bca67db] {
|
|
6285
6285
|
height: 100%;
|
|
6286
6286
|
display: flex;
|
|
6287
6287
|
flex-direction: column;
|
|
6288
|
+
overflow: auto;
|
|
6288
6289
|
/* .card-content {
|
|
6289
6290
|
display: flex;
|
|
6290
6291
|
flex-direction: column;
|
|
6291
6292
|
height: 100%;
|
|
6292
6293
|
} */
|
|
6293
6294
|
}
|
|
6294
|
-
.grid-content-statistics[data-v-
|
|
6295
|
+
.grid-content-statistics[data-v-9bca67db] .fec-layout-card:last-child {
|
|
6295
6296
|
margin-bottom: 0 !important;
|
|
6296
6297
|
flex: 1;
|
|
6297
6298
|
}
|
|
6298
|
-
.fec-layout-card[data-v-
|
|
6299
|
+
.fec-layout-card[data-v-5a0ae40d] {
|
|
6299
6300
|
margin-bottom: 8px;
|
|
6300
6301
|
border-radius: 4px;
|
|
6301
6302
|
background-color: #fff;
|
|
@@ -6303,16 +6304,16 @@ body,
|
|
|
6303
6304
|
display: flex;
|
|
6304
6305
|
flex-direction: column;
|
|
6305
6306
|
}
|
|
6306
|
-
.fec-layout-card .header[data-v-
|
|
6307
|
+
.fec-layout-card .header[data-v-5a0ae40d] {
|
|
6307
6308
|
display: flex;
|
|
6308
6309
|
align-items: center;
|
|
6309
6310
|
justify-content: space-between;
|
|
6310
6311
|
}
|
|
6311
|
-
.fec-layout-card .header .title[data-v-
|
|
6312
|
+
.fec-layout-card .header .title[data-v-5a0ae40d] {
|
|
6312
6313
|
display: flex;
|
|
6313
6314
|
align-items: center;
|
|
6314
6315
|
}
|
|
6315
|
-
.fec-layout-card .header .title .icon[data-v-
|
|
6316
|
+
.fec-layout-card .header .title .icon[data-v-5a0ae40d] {
|
|
6316
6317
|
color: #fff;
|
|
6317
6318
|
width: 30px;
|
|
6318
6319
|
height: 30px;
|
|
@@ -6323,12 +6324,12 @@ body,
|
|
|
6323
6324
|
font-size: 20px;
|
|
6324
6325
|
margin-right: 12px;
|
|
6325
6326
|
}
|
|
6326
|
-
.fec-layout-card .header .title > span[data-v-
|
|
6327
|
+
.fec-layout-card .header .title > span[data-v-5a0ae40d] {
|
|
6327
6328
|
font-size: 17px;
|
|
6328
6329
|
font-weight: bold;
|
|
6329
6330
|
color: #1a1a1a;
|
|
6330
6331
|
}
|
|
6331
|
-
.fec-layout-card .content[data-v-
|
|
6332
|
+
.fec-layout-card .content[data-v-5a0ae40d] {
|
|
6332
6333
|
flex-grow: 1;
|
|
6333
6334
|
padding-top: 12px;
|
|
6334
6335
|
}
|
|
@@ -75,7 +75,7 @@ const _sfc_main = {
|
|
|
75
75
|
};
|
|
76
76
|
}
|
|
77
77
|
};
|
|
78
|
-
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
78
|
+
const _Layout = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-9bca67db"]]);
|
|
79
79
|
export {
|
|
80
80
|
_Layout as default
|
|
81
81
|
};
|
|
@@ -83,6 +83,7 @@ const _sfc_main = {
|
|
|
83
83
|
} else {
|
|
84
84
|
currentComponent.value = Table;
|
|
85
85
|
currentParams.value.initHiddenData = cloneDeep(props.morePageParams);
|
|
86
|
+
currentParams.value.hasPagination = true;
|
|
86
87
|
}
|
|
87
88
|
currentParams.value.initOption = data;
|
|
88
89
|
currentParams.value.isDialog = true;
|
|
@@ -146,7 +147,7 @@ const _sfc_main = {
|
|
|
146
147
|
};
|
|
147
148
|
}
|
|
148
149
|
};
|
|
149
|
-
const _LayoutCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
150
|
+
const _LayoutCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5a0ae40d"]]);
|
|
150
151
|
export {
|
|
151
152
|
_LayoutCard as default
|
|
152
153
|
};
|
package/lib/designer.css
CHANGED
|
@@ -6260,17 +6260,17 @@ body,
|
|
|
6260
6260
|
max-height: 90% !important;
|
|
6261
6261
|
padding: 0 !important;
|
|
6262
6262
|
}
|
|
6263
|
-
.fec-layout-row[data-v-
|
|
6263
|
+
.fec-layout-row[data-v-9bca67db] {
|
|
6264
6264
|
width: 100%;
|
|
6265
6265
|
height: 100%;
|
|
6266
6266
|
}
|
|
6267
|
-
.fec-layout-row[data-v-
|
|
6267
|
+
.fec-layout-row[data-v-9bca67db] .el-col {
|
|
6268
6268
|
height: 100%;
|
|
6269
6269
|
}
|
|
6270
|
-
.fec-layout-row[data-v-
|
|
6270
|
+
.fec-layout-row[data-v-9bca67db] .el-col .el-scrollbar__bar {
|
|
6271
6271
|
display: none;
|
|
6272
6272
|
}
|
|
6273
|
-
.grid-content[data-v-
|
|
6273
|
+
.grid-content[data-v-9bca67db] {
|
|
6274
6274
|
border-radius: 9px 9px 4px 4px;
|
|
6275
6275
|
background-color: #fff;
|
|
6276
6276
|
position: relative;
|
|
@@ -6281,21 +6281,22 @@ body,
|
|
|
6281
6281
|
padding: 16px 16px 16px 16px;
|
|
6282
6282
|
} */
|
|
6283
6283
|
}
|
|
6284
|
-
.grid-content-statistics[data-v-
|
|
6284
|
+
.grid-content-statistics[data-v-9bca67db] {
|
|
6285
6285
|
height: 100%;
|
|
6286
6286
|
display: flex;
|
|
6287
6287
|
flex-direction: column;
|
|
6288
|
+
overflow: auto;
|
|
6288
6289
|
/* .card-content {
|
|
6289
6290
|
display: flex;
|
|
6290
6291
|
flex-direction: column;
|
|
6291
6292
|
height: 100%;
|
|
6292
6293
|
} */
|
|
6293
6294
|
}
|
|
6294
|
-
.grid-content-statistics[data-v-
|
|
6295
|
+
.grid-content-statistics[data-v-9bca67db] .fec-layout-card:last-child {
|
|
6295
6296
|
margin-bottom: 0 !important;
|
|
6296
6297
|
flex: 1;
|
|
6297
6298
|
}
|
|
6298
|
-
.fec-layout-card[data-v-
|
|
6299
|
+
.fec-layout-card[data-v-5a0ae40d] {
|
|
6299
6300
|
margin-bottom: 8px;
|
|
6300
6301
|
border-radius: 4px;
|
|
6301
6302
|
background-color: #fff;
|
|
@@ -6303,16 +6304,16 @@ body,
|
|
|
6303
6304
|
display: flex;
|
|
6304
6305
|
flex-direction: column;
|
|
6305
6306
|
}
|
|
6306
|
-
.fec-layout-card .header[data-v-
|
|
6307
|
+
.fec-layout-card .header[data-v-5a0ae40d] {
|
|
6307
6308
|
display: flex;
|
|
6308
6309
|
align-items: center;
|
|
6309
6310
|
justify-content: space-between;
|
|
6310
6311
|
}
|
|
6311
|
-
.fec-layout-card .header .title[data-v-
|
|
6312
|
+
.fec-layout-card .header .title[data-v-5a0ae40d] {
|
|
6312
6313
|
display: flex;
|
|
6313
6314
|
align-items: center;
|
|
6314
6315
|
}
|
|
6315
|
-
.fec-layout-card .header .title .icon[data-v-
|
|
6316
|
+
.fec-layout-card .header .title .icon[data-v-5a0ae40d] {
|
|
6316
6317
|
color: #fff;
|
|
6317
6318
|
width: 30px;
|
|
6318
6319
|
height: 30px;
|
|
@@ -6323,12 +6324,12 @@ body,
|
|
|
6323
6324
|
font-size: 20px;
|
|
6324
6325
|
margin-right: 12px;
|
|
6325
6326
|
}
|
|
6326
|
-
.fec-layout-card .header .title > span[data-v-
|
|
6327
|
+
.fec-layout-card .header .title > span[data-v-5a0ae40d] {
|
|
6327
6328
|
font-size: 17px;
|
|
6328
6329
|
font-weight: bold;
|
|
6329
6330
|
color: #1a1a1a;
|
|
6330
6331
|
}
|
|
6331
|
-
.fec-layout-card .content[data-v-
|
|
6332
|
+
.fec-layout-card .content[data-v-5a0ae40d] {
|
|
6332
6333
|
flex-grow: 1;
|
|
6333
6334
|
padding-top: 12px;
|
|
6334
6335
|
}
|
|
@@ -77,5 +77,5 @@ const _sfc_main = {
|
|
|
77
77
|
};
|
|
78
78
|
}
|
|
79
79
|
};
|
|
80
|
-
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
80
|
+
const _Layout = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-9bca67db"]]);
|
|
81
81
|
exports.default = _Layout;
|
|
@@ -85,6 +85,7 @@ const _sfc_main = {
|
|
|
85
85
|
} else {
|
|
86
86
|
currentComponent.value = index$6.Table;
|
|
87
87
|
currentParams.value.initHiddenData = common.cloneDeep(props.morePageParams);
|
|
88
|
+
currentParams.value.hasPagination = true;
|
|
88
89
|
}
|
|
89
90
|
currentParams.value.initOption = data;
|
|
90
91
|
currentParams.value.isDialog = true;
|
|
@@ -148,5 +149,5 @@ const _sfc_main = {
|
|
|
148
149
|
};
|
|
149
150
|
}
|
|
150
151
|
};
|
|
151
|
-
const _LayoutCard = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-
|
|
152
|
+
const _LayoutCard = /* @__PURE__ */ _pluginVue_exportHelper.default(_sfc_main, [["__scopeId", "data-v-5a0ae40d"]]);
|
|
152
153
|
exports.default = _LayoutCard;
|