style: 增加大屏幕下侧边栏收缩动画

This commit is contained in:
Argo Zhang 2019-08-14 22:05:07 +08:00
parent 61fb975626
commit e9e4b3c7db
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
3 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@
.main-content {
margin-left: 210px;
transition: none;
}
}

View File

@ -109,6 +109,7 @@
bottom: 40px;
right: 0;
top: 96px;
transition: margin-left .4s ease-in-out;
}
.main-content > .panel:last-child .panel-body {

View File

@ -94,7 +94,6 @@
}
aside {
transition: none;
transform: translate(0);
width: 210px;
overflow: hidden;