| 1234567891011121314151617 |
- .toolbar-title {
- .ant-input-group-wrapper {
- display: inline-block;
- vertical-align: middle;
- width: 200px;
- margin-bottom: 5px;
- }
- }
- .header {
- display: flex;
- justify-content: space-between;
- .toolbar-title {
- flex: 1;
- text-align: center;
- }
- }
|