|
@@ -68,8 +68,9 @@ $base-left-menu-width-min: 65px;
|
|
|
//纵向布局时左侧导航已折叠时右侧内容的宽度
|
|
|
$base-right-content-width-min: calc(100% - #{$base-left-menu-width-min});
|
|
|
//默认动画
|
|
|
-$base-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
-//默认动画时长
|
|
|
+$base-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border 0s,
|
|
|
+ background 0s, color 0s;
|
|
|
+//默认动画长
|
|
|
$base-transition-time: 0.3s;
|
|
|
|
|
|
:export {
|