quality_frontend/platform/example/src/component/step/http/Http.module.less

39 lines
536 B
Plaintext

.HttpFLex{
display: flex;
padding: 0 10px;
margin-top: 5px;
}
.HttpLabel{
width: 50px;
line-height: 32px;
text-align: center;
}
.HttpFLex1{
flex: 1;
}
.HttpEditable{
min-height: 24px;
}
.HttpHandleAdd{
cursor: pointer;
color: #19abdb;
}
.HttpTab{
margin-top: 10px;
}
.HttpContentFlex{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.HttpTitle{
font-size: 17px;
font-weight: 600;
}
.HttpOptionFlex{
width: 100%;
padding: 0 15px;
display: flex;
justify-content: space-between;
margin-top: 20px;
}