sud-ui 0.1.11 → 0.1.12
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12835,7 +12835,7 @@ const E9 = R1(
|
|
|
12835
12835
|
top: j === "below-header" ? F : 0,
|
|
12836
12836
|
left: 0,
|
|
12837
12837
|
height: h && j === "below-header" ? `calc(100% - ${F}px - ${M}px)` : "100%",
|
|
12838
|
-
width:
|
|
12838
|
+
width: i,
|
|
12839
12839
|
minWidth: 0,
|
|
12840
12840
|
// ✅ 내부 요소가 밀리지 않도록
|
|
12841
12841
|
backgroundColor: I,
|