.page-enter-active, .page-leave-active {
    transition: all .1s linear;
  }
  .page-enter, .page-leave-active {
    opacity: 0;
  }

