| 123456789101112131415161718192021222324 |
- .toolbar-title {
- float: left;
- }
- .toolbar-title .ant-input-group-wrapper {
- display: inline-block;
- vertical-align: middle;
- width: 100%;
- margin-bottom: 4px;
- }
- .toolbar-title .ant-input-group-wrapper .input-title {
- float: left;
- }
- .toolbar-buttons {
- float: right;
- }
- .ant-layout-header {
- background: none;
- padding: 0 10px;
- height: 40px !important;
- line-height: 40px !important;
- border-width: 1px 0;
- border-style: solid;
- border-color: #CCCCCC;
- }
|