@starasia/admin 2.1.0 → 2.1.1
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.cjs.js +1 -1
- package/dist/index.es.js +3 -3
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -825,8 +825,8 @@ function Qr({
|
|
|
825
825
|
style: {
|
|
826
826
|
flex: 1,
|
|
827
827
|
overflowY: "auto",
|
|
828
|
-
paddingTop: "
|
|
829
|
-
paddingBottom: "
|
|
828
|
+
paddingTop: "1rem",
|
|
829
|
+
paddingBottom: "1rem"
|
|
830
830
|
},
|
|
831
831
|
children: Je.map((h) => /* @__PURE__ */ g("div", { style: { marginBottom: "1rem" }, children: [
|
|
832
832
|
!S || m ? h.name && /* @__PURE__ */ A(
|
|
@@ -835,7 +835,7 @@ function Qr({
|
|
|
835
835
|
style: {
|
|
836
836
|
paddingLeft: "1.5rem",
|
|
837
837
|
paddingRight: "1rem",
|
|
838
|
-
paddingTop: "
|
|
838
|
+
paddingTop: "0rem",
|
|
839
839
|
paddingBottom: "0.25rem",
|
|
840
840
|
fontSize: "0.875rem",
|
|
841
841
|
fontWeight: "400",
|