@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.
- package/lib/anchor/src/anchor.d.ts +4 -1
- package/lib/drawer/style/index.less +1 -1
- package/lib/form/src/types.d.ts +2 -0
- package/lib/index.esm.js +1 -1
- package/lib/index.full.js +1 -1
- package/lib/index.js +1 -1
- package/lib/modal/style/index.less +1 -1
- package/lib/style/index.css +4 -4
- package/lib/style/index.min.css +1 -1
- package/lib/table/src/context/index.d.ts +1 -1
- package/lib/table/src/hooks/useTableCore.d.ts +2 -2
- package/lib/table/src/hooks/useTableMemo.d.ts +1 -1
- package/lib/table/src/table/props.d.ts +1 -0
- package/lib/table/src/table/types.d.ts +2 -0
- package/package.json +1 -1
package/lib/style/index.css
CHANGED
|
@@ -27683,7 +27683,7 @@ table {
|
|
|
27683
27683
|
.qm-drawer .ant-drawer-body {
|
|
27684
27684
|
padding: 10px;
|
|
27685
27685
|
}
|
|
27686
|
-
.qm-drawer
|
|
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
|
|
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
|
|
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
|
|
27776
|
+
.qm-modal .spinning .ant-spin-text {
|
|
27777
27777
|
margin-top: 4px;
|
|
27778
27778
|
}
|
|
27779
27779
|
.qm-modal--lg .ant-modal-header {
|