style: modal drawer blur
This commit is contained in:
@@ -815,3 +815,11 @@ body {
|
|||||||
.ant-pro-footer-bar {
|
.ant-pro-footer-bar {
|
||||||
padding-inline: 0 !important;
|
padding-inline: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-modal-root .ant-modal-mask.ant-modal-mask-blur {
|
||||||
|
backdrop-filter: blur(2px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-drawer .ant-drawer-mask.ant-drawer-mask-blur {
|
||||||
|
backdrop-filter: blur(2px);
|
||||||
|
}
|
||||||
|
|||||||
@@ -321,12 +321,12 @@ export default (props: any) => {
|
|||||||
}}
|
}}
|
||||||
modal={{
|
modal={{
|
||||||
mask: {
|
mask: {
|
||||||
blur: false
|
blur: true
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
drawer={{
|
drawer={{
|
||||||
mask: {
|
mask: {
|
||||||
blur: false
|
blur: true
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user