@flatbiz/antd 4.0.22 → 4.0.24
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/cjs/index.css +16 -0
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/index.d.ts +59 -42
- package/package.json +5 -4
package/cjs/index.css
CHANGED
|
@@ -451,6 +451,22 @@ ul {
|
|
|
451
451
|
border-radius: 5px;
|
|
452
452
|
}
|
|
453
453
|
|
|
454
|
+
.local-loading-error {
|
|
455
|
+
padding: 24px 16px !important;
|
|
456
|
+
}
|
|
457
|
+
.local-loading-error .ant-result-icon {
|
|
458
|
+
margin-bottom: 15px !important;
|
|
459
|
+
}
|
|
460
|
+
.local-loading-error .ant-result-icon .anticon {
|
|
461
|
+
font-size: 40px !important;
|
|
462
|
+
}
|
|
463
|
+
.local-loading-error .ant-result-title {
|
|
464
|
+
font-size: 16px !important;
|
|
465
|
+
}
|
|
466
|
+
.local-loading-error .ant-result-extra {
|
|
467
|
+
margin-top: 15px !important;
|
|
468
|
+
}
|
|
469
|
+
|
|
454
470
|
.modal-wrapper .ant-modal-body {
|
|
455
471
|
position: relative;
|
|
456
472
|
padding: 0;
|