sinking-antd 1.0.6 → 1.0.8
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 +10 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -466,9 +466,11 @@ var useStyles3 = createStyles(({ css }) => {
|
|
|
466
466
|
padding: 10px;
|
|
467
467
|
`,
|
|
468
468
|
load: {
|
|
469
|
-
margin: "0 auto",
|
|
470
469
|
width: "100%",
|
|
471
|
-
|
|
470
|
+
display: "flex",
|
|
471
|
+
justifyContent: "center",
|
|
472
|
+
alignItems: "center",
|
|
473
|
+
height: "80vh"
|
|
472
474
|
},
|
|
473
475
|
gutter: {
|
|
474
476
|
display: "flex"
|
|
@@ -750,8 +752,10 @@ var useLoadingStyles = createStyles(() => {
|
|
|
750
752
|
return {
|
|
751
753
|
body: {
|
|
752
754
|
width: "100%",
|
|
753
|
-
|
|
754
|
-
|
|
755
|
+
display: "flex",
|
|
756
|
+
justifyContent: "center",
|
|
757
|
+
alignItems: "center",
|
|
758
|
+
height: "80vh"
|
|
755
759
|
}
|
|
756
760
|
};
|
|
757
761
|
});
|
|
@@ -1123,7 +1127,7 @@ var useStyles6 = createStyles(({ token, isDarkMode }) => {
|
|
|
1123
1127
|
display: "block"
|
|
1124
1128
|
},
|
|
1125
1129
|
".ant-select": {
|
|
1126
|
-
".ant-select-
|
|
1130
|
+
".ant-select-content": {
|
|
1127
1131
|
fontSize,
|
|
1128
1132
|
transition: "background-color 0.3s ease",
|
|
1129
1133
|
color: fontColor,
|
|
@@ -1134,6 +1138,7 @@ var useStyles6 = createStyles(({ token, isDarkMode }) => {
|
|
|
1134
1138
|
},
|
|
1135
1139
|
".ant-pagination-options-quick-jumper": {
|
|
1136
1140
|
"input": {
|
|
1141
|
+
fontSize,
|
|
1137
1142
|
color: fontColor,
|
|
1138
1143
|
borderColor: "transparent",
|
|
1139
1144
|
borderRadius: token?.borderRadius + "px !important",
|