Sign in

canrd-outside / order-erp-front · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Labels
  • Wiki
  • order-erp-front
  • src
  • layouts
  • default
  • header
  • LayoutMultipleHeader.less
  • feat: add search page
    dddda5b2
    vben authored
    2020-12-10 23:58:11 +0800  
    Browse Dir ยป
LayoutMultipleHeader.less 193 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.multiple-tab-header {
  flex: 0 0 auto;
  transition: width 0.2s;

  &.dark {
    margin-left: -1px;
  }

  &.fixed {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
  }
}