@flatbiz/antd 4.0.21 → 4.0.23

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 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;
@@ -832,11 +848,14 @@ ul {
832
848
  color: #666;
833
849
  margin-top: 5px;
834
850
  }
835
- .v-rule-describe-item-index {
851
+ .v-rule-describe-item-title-index {
836
852
  width: 20px;
837
853
  display: inline-block;
838
854
  flex-shrink: 0;
839
855
  }
856
+ .v-rule-describe-item-title-content {
857
+ flex: 1;
858
+ }
840
859
  .v-rule-describe-item + .v-rule-describe-item {
841
860
  margin-top: 8px;
842
861
  }