@fecp/designer 5.4.50 → 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 +7 -6
- package/es/packages/vue/src/components/layout/Layout.vue.mjs +1 -1
- package/lib/designer/package.json.js +1 -1
- package/lib/designer.css +7 -6
- package/lib/packages/vue/src/components/layout/Layout.vue.js +1 -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,17 +6281,18 @@ 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
|
}
|
|
@@ -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
|
};
|
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,17 +6281,18 @@ 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
|
}
|
|
@@ -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;
|