.ui-affix-wrap{
  display: flex;
  > .content {
    display: inline-block;

  }
  .content.fixed {
    position: fixed;
  }
}
