header.css 467 B

123456789101112131415161718192021222324
  1. .toolbar-title {
  2. float: left;
  3. }
  4. .toolbar-title .ant-input-group-wrapper {
  5. display: inline-block;
  6. vertical-align: middle;
  7. width: 100%;
  8. margin-bottom: 4px;
  9. }
  10. .toolbar-title .ant-input-group-wrapper .input-title {
  11. float: left;
  12. }
  13. .toolbar-buttons {
  14. float: right;
  15. }
  16. .ant-layout-header {
  17. background: none;
  18. padding: 0 10px;
  19. height: 40px !important;
  20. line-height: 40px !important;
  21. border-width: 1px 0;
  22. border-style: solid;
  23. border-color: #CCCCCC;
  24. }