@jiaozhiye/qm-design-react 1.7.17 → 1.7.19

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.
@@ -52,7 +52,7 @@
52
52
  .ant-modal-body {
53
53
  padding: @--padding-md;
54
54
  }
55
- &-spin {
55
+ .spinning {
56
56
  position: absolute;
57
57
  top: 44px;
58
58
  left: 0;
@@ -27683,7 +27683,7 @@ table {
27683
27683
  .qm-drawer .ant-drawer-body {
27684
27684
  padding: 10px;
27685
27685
  }
27686
- .qm-drawer-spin {
27686
+ .qm-drawer .spinning {
27687
27687
  position: absolute;
27688
27688
  top: 44px;
27689
27689
  left: 0;
@@ -27696,7 +27696,7 @@ table {
27696
27696
  background-color: rgba(255, 255, 255, 0.65);
27697
27697
  z-index: 9999;
27698
27698
  }
27699
- .qm-drawer-spin .ant-spin-text {
27699
+ .qm-drawer .spinning .ant-spin-text {
27700
27700
  margin-top: 4px;
27701
27701
  }
27702
27702
  .qm-drawer--lg .ant-drawer-header {
@@ -27760,7 +27760,7 @@ table {
27760
27760
  .qm-modal .ant-modal-body {
27761
27761
  padding: 10px;
27762
27762
  }
27763
- .qm-modal-spin {
27763
+ .qm-modal .spinning {
27764
27764
  position: absolute;
27765
27765
  top: 44px;
27766
27766
  left: 0;
@@ -27773,7 +27773,7 @@ table {
27773
27773
  background-color: rgba(255, 255, 255, 0.65);
27774
27774
  z-index: 9999;
27775
27775
  }
27776
- .qm-modal-spin .ant-spin-text {
27776
+ .qm-modal .spinning .ant-spin-text {
27777
27777
  margin-top: 4px;
27778
27778
  }
27779
27779
  .qm-modal--lg .ant-modal-header {