@ant-design/pro-components 1.1.14 → 1.1.15
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 +2 -2
- package/dist/components.js +1 -1
- package/dist/components.min.css +2 -2
- package/dist/components.min.js +1 -1
- package/es/version.js +11 -11
- package/lib/version.js +11 -11
- package/package.json +6 -6
package/dist/components.css
CHANGED
|
@@ -3023,9 +3023,9 @@ html {
|
|
|
3023
3023
|
line-height: 22px;
|
|
3024
3024
|
}
|
|
3025
3025
|
.ant-pro-setting-drawer-handle {
|
|
3026
|
-
position:
|
|
3026
|
+
position: fixed;
|
|
3027
3027
|
top: 240px;
|
|
3028
|
-
right:
|
|
3028
|
+
right: 0;
|
|
3029
3029
|
z-index: 0;
|
|
3030
3030
|
display: flex;
|
|
3031
3031
|
align-items: center;
|