fix(#I114FE): 关闭 IE11 下左侧aside与main-content加载时执行动画效果
#Comment comment https://gitee.com/LongbowEnterprise/dashboard/issues?id=I114FE #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I114FE
This commit is contained in:
parent
44a390957d
commit
b02b0c250b
|
@ -51,3 +51,9 @@
|
|||
display: inline;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
|
||||
.main-content, aside:not(:hover), header, .nav-brand a img, .nav-brand a span {
|
||||
transition: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue