修改了输入法笔误

解决了移动设备上菜单显示不全的问题
This commit is contained in:
Zhicheng Wang 2016-05-31 07:26:29 +08:00
parent ac67a9c103
commit 3c666d881e
2 changed files with 3 additions and 2 deletions

View File

@ -2152,7 +2152,7 @@ code-example(format="").
its new life as a pure, shiny Angular 2 app. The remaining tasks all have to
do with removing code - which of course is every programmer's favorite task!
是时候把辅助训练的轮子摘下来了!让我们的应用作为一个纯粹、势均力敌的Angular 2程序开始它的新生命吧。
是时候把辅助训练的轮子摘下来了!让我们的应用作为一个纯粹、闪亮的Angular 2程序开始它的新生命吧。
剩下的所有任务就是移除代码 —— 这当然是每个程序员最喜欢的任务!
If you haven't already, remove all references to the `UpgradeAdapter` from `main.ts`.

View File

@ -8,6 +8,7 @@
box-shadow: 3px 0px 6px rgba($coal, .3);
width: 232px;
bottom: 0px;
height: calc(100vh - 56px);
overflow: auto;
@media handheld and (max-width: $phone-breakpoint),
@ -148,7 +149,7 @@
screen and (max-device-width: $phone-breakpoint),
screen and (max-width: $tablet-breakpoint) {
display: none;
max-height: ($phone-breakpoint * 0.60);
//max-height: ($phone-breakpoint * 0.60);
}
// FLAT NAV (.nav)