feat: notify 组件没有全局居中 (#3751)

Co-authored-by: www <bugEngineer@163.com>
This commit is contained in:
Jackwew 2020-11-23 19:32:43 +08:00 committed by GitHub
parent 25acaf072a
commit e42169ac51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@
&__container {
position: fixed;
top: 0;
left: 0;
box-sizing: border-box;
width: 100%;
}