header.less 308 B

1234567891011121314151617
  1. .toolbar-title {
  2. .ant-input-group-wrapper {
  3. display: inline-block;
  4. vertical-align: middle;
  5. width: 200px;
  6. margin-bottom: 5px;
  7. }
  8. }
  9. .header {
  10. display: flex;
  11. justify-content: space-between;
  12. .toolbar-title {
  13. flex: 1;
  14. text-align: center;
  15. }
  16. }