body {
  background: #e2e2e2;

  #app {
    height: 100%;
  }

  //TODO 高度不够会会出现双滚动条, 应右侧导航自滚动
  #app > :first-child {
    height: 100%;
  }
}