@flatbiz/antd 3.2.7 → 3.2.9
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 +34 -0
- package/package.json +1 -1
package/cjs/index.css
CHANGED
|
@@ -537,6 +537,22 @@ ul {
|
|
|
537
537
|
border-radius: 5px;
|
|
538
538
|
}
|
|
539
539
|
|
|
540
|
+
.local-loading-error {
|
|
541
|
+
padding: 24px 16px !important;
|
|
542
|
+
}
|
|
543
|
+
.local-loading-error .ant-result-icon {
|
|
544
|
+
margin-bottom: 15px !important;
|
|
545
|
+
}
|
|
546
|
+
.local-loading-error .ant-result-icon .anticon {
|
|
547
|
+
font-size: 40px !important;
|
|
548
|
+
}
|
|
549
|
+
.local-loading-error .ant-result-title {
|
|
550
|
+
font-size: 16px !important;
|
|
551
|
+
}
|
|
552
|
+
.local-loading-error .ant-result-extra {
|
|
553
|
+
margin-top: 15px !important;
|
|
554
|
+
}
|
|
555
|
+
|
|
540
556
|
.modal-wraper .ant-modal-body {
|
|
541
557
|
position: relative;
|
|
542
558
|
padding: 0;
|