top-bar.less 295 B

1234567891011121314151617181920
  1. .top-bar{
  2. width: 100%;
  3. height: 100%;
  4. position: relative;
  5. display: flex;
  6. align-items: center;
  7. justify-content: space-between;
  8. .sys-handler{
  9. }
  10. .user-container{
  11. height: auto;
  12. padding-right: 20px;
  13. line-height: 64px;
  14. display: flex;
  15. align-items: center;
  16. }
  17. }