.box { margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; } .btns { display: flex; align-items: center; margin-bottom: 20px; :global { .ant-btn { margin-right: 20px; } } }