@edu-tosel/design 1.0.267 → 1.0.268
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.
|
@@ -12,7 +12,7 @@ export default function ManageBoard({ header, dataSets, dataField, action, optio
|
|
|
12
12
|
const orders = order[id] ?? [];
|
|
13
13
|
const container = {
|
|
14
14
|
displays: "flex flex-col gap-12",
|
|
15
|
-
sizes: `h-
|
|
15
|
+
sizes: `h-[calc(100%-30px)]`,
|
|
16
16
|
paddings: `${!noPadding ? "pt-7.5 pb-60 px-2 xs:pl-4 xl:pl-7.5 xl:pb-7.5 " : ""} `,
|
|
17
17
|
styles: "overflow-y-scroll",
|
|
18
18
|
};
|
|
@@ -2,7 +2,7 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import DataFieldDesign from "../design/DataField.design";
|
|
3
3
|
function Board({ id, dataField, }) {
|
|
4
4
|
return (_jsx(DataFieldDesign, { id: id, dataField: dataField, option: {
|
|
5
|
-
position: "fixed top-
|
|
5
|
+
position: "fixed top-30 xl:top-0 xl:relative z-20",
|
|
6
6
|
padding: "px-2 xs:px-4 xl:px-7.5",
|
|
7
7
|
} }));
|
|
8
8
|
}
|
package/package.json
CHANGED
package/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.268
|