TransportConfigurationStep.less
342 Bytes
.step2-style {
margin: 0 0.6vw;
border-radius: 4px;
.btn-style {
display: flex;
width: 11vw;
height: 8vh;
flex-direction: row;
justify-content: space-between;
margin-left: 19vw;
margin-top: -0.35vh;
}
}
::-webkit-scrollbar {
display: none;
}
:deep(.ant-btn) {
color: white;
background: #377dff;
}