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

23 lines
288 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;
}