style: 动画时间更改为0.3s
This commit is contained in:
parent
f0089b636b
commit
71ba36c798
|
@ -109,7 +109,7 @@
|
||||||
bottom: 40px;
|
bottom: 40px;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 96px;
|
top: 96px;
|
||||||
transition: margin-left .4s ease-in-out;
|
transition: margin-left .3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-content > .panel:last-child .panel-body {
|
.main-content > .panel:last-child .panel-body {
|
||||||
|
|
|
@ -315,7 +315,7 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou
|
||||||
}
|
}
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
transition: transform .4s ease-in-out;
|
transition: transform .3s ease-in-out;
|
||||||
transform: translate(-100%);
|
transform: translate(-100%);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 96px;
|
top: 96px;
|
||||||
|
|
Loading…
Reference in New Issue