mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
50 lines
1.0 KiB
SCSS
50 lines
1.0 KiB
SCSS
.caseContainer{
|
|
padding: 24px;
|
|
font-size: 12px;
|
|
// display: flex;
|
|
overflow: hidden;
|
|
>div{
|
|
margin: 8px 0px;
|
|
// background-color: #ececec;
|
|
padding: 16px;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
float: left;
|
|
.colKey{
|
|
font-weight: bolder;
|
|
margin-right: 16px;
|
|
padding-bottom: 16px;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.colreqBodyType{
|
|
margin: 0px;
|
|
.colKey{
|
|
padding-bottom: 0px;
|
|
}
|
|
}
|
|
.ace_print-margin{
|
|
display: none;
|
|
}
|
|
.colName,.colPath,.colstatus,.colAddTime,.colUpTime,.colMethod{
|
|
width: 50%;
|
|
float: left;
|
|
padding: 8px 16px;
|
|
|
|
.colKey{
|
|
padding-bottom: 0px;
|
|
}
|
|
}
|
|
.colDesc{
|
|
line-height: 1.5em;
|
|
.colKey{
|
|
margin-right: 0px;
|
|
float: left;
|
|
margin-bottom: 8px;
|
|
}
|
|
.colValue{
|
|
float: left;
|
|
text-indent: 2em;
|
|
}
|
|
}
|
|
} |