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
  • refactor: refactor layout
    0692b479
    vben authored
    2020-11-24 22:59:29 +0800  
    Browse Dir ยป
LayoutMultipleHeader.less 128 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10
.multiple-tab-header {
  flex: 0 0 auto;

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