@ant-design/pro-components 1.1.6 → 1.1.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/dist/components.css +1 -5
- package/dist/components.js +1 -1
- package/dist/components.js.LICENSE.txt +7 -6
- package/dist/components.min.css +1 -5
- package/dist/components.min.js +1 -1
- package/dist/components.min.js.LICENSE.txt +7 -6
- package/es/version.js +10 -10
- package/lib/version.js +10 -10
- package/package.json +10 -10
package/dist/components.css
CHANGED
|
@@ -705,14 +705,11 @@ mark {
|
|
|
705
705
|
.anticon[tabindex] {
|
|
706
706
|
cursor: pointer;
|
|
707
707
|
}
|
|
708
|
+
.anticon-spin,
|
|
708
709
|
.anticon-spin::before {
|
|
709
710
|
display: inline-block;
|
|
710
711
|
animation: loadingCircle 1s infinite linear;
|
|
711
712
|
}
|
|
712
|
-
.anticon-spin {
|
|
713
|
-
display: inline-block;
|
|
714
|
-
animation: loadingCircle 1s infinite linear;
|
|
715
|
-
}
|
|
716
713
|
.ant-fade-enter,
|
|
717
714
|
.ant-fade-appear {
|
|
718
715
|
animation-duration: 0.2s;
|
|
@@ -3413,7 +3410,6 @@ html {
|
|
|
3413
3410
|
}
|
|
3414
3411
|
|
|
3415
3412
|
.ant-pro-table-list-toolbar {
|
|
3416
|
-
overflow-x: auto;
|
|
3417
3413
|
line-height: 1;
|
|
3418
3414
|
}
|
|
3419
3415
|
.ant-pro-table-list-toolbar-container {
|