mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-04 04:59:17 +08:00
弹框中,blur 效果变成白班,先去掉。
This commit is contained in:
parent
d5289b3f25
commit
2114454f41
@ -2,7 +2,9 @@
|
||||
position: relative;
|
||||
|
||||
&.is-loading > &-body {
|
||||
filter: blur(5px);
|
||||
// 弹框中,blur 效果变成白班,先去掉。
|
||||
// -webkit-filter: blur(5px);
|
||||
// filter: blur(5px);
|
||||
}
|
||||
|
||||
&-selection {
|
||||
|
Loading…
Reference in New Issue
Block a user