@mxmweb/zui-layouts 1.3.14 → 1.3.15
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/index.js +2 -6
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -145,8 +145,6 @@ const ee = De("ChevronRight", [
|
|
|
145
145
|
align-items: flex-start;
|
|
146
146
|
flex-direction: column;
|
|
147
147
|
height: 100%;
|
|
148
|
-
min-height: 0;
|
|
149
|
-
flex: 1 1 0;
|
|
150
148
|
width: 100%;
|
|
151
149
|
max-width: 100%;
|
|
152
150
|
position: relative;
|
|
@@ -340,8 +338,8 @@ const ee = De("ChevronRight", [
|
|
|
340
338
|
/* 使用 !important 覆盖全局 * { padding: 0 },确保 theme.space.dashboardContentPadding 生效 */
|
|
341
339
|
padding: ${({ theme: e }) => {
|
|
342
340
|
var t, o;
|
|
343
|
-
return ((t = e == null ? void 0 : e.space) == null ? void 0 : t.dashboardContentPadding) ?? ((o = e == null ? void 0 : e.space) == null ? void 0 : o.padding) ?? "
|
|
344
|
-
}}
|
|
341
|
+
return ((t = e == null ? void 0 : e.space) == null ? void 0 : t.dashboardContentPadding) ?? ((o = e == null ? void 0 : e.space) == null ? void 0 : o.padding) ?? "0";
|
|
342
|
+
}};
|
|
345
343
|
height: ${({ theme: e }) => {
|
|
346
344
|
var D, B;
|
|
347
345
|
const t = ((D = e.space) == null ? void 0 : D.dashboardHeaderHeight) ?? "38px", d = (((B = e.space) == null ? void 0 : B.dashboardHeaderPadding) ?? "0 0 8px 0").trim().split(/\s+/);
|
|
@@ -389,8 +387,6 @@ const ee = De("ChevronRight", [
|
|
|
389
387
|
className: "dashboard-container-main-layout"
|
|
390
388
|
})`
|
|
391
389
|
height: 100%;
|
|
392
|
-
min-height: 0;
|
|
393
|
-
flex: 1 1 0;
|
|
394
390
|
display: flex;
|
|
395
391
|
width: 100%;
|
|
396
392
|
gap: ${({ theme: e }) => {
|