|
.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;
|
|
} |