.map { width: 100%; height: 100%; .top { display: flex; justify-content: space-between; margin-bottom: 5px; .input { display: flex; button { margin-left: 10px; } } } .btn { display: flex; justify-content: space-between; } } #basic { .ant-form-item { margin-bottom: 20px; } }