| | |
| | | .request-interface { |
| | | background: #ffffff; |
| | | margin-bottom: 10px; |
| | | |
| | | .ant-input-group.ant-input-group-compact > *:not(:last-child) { |
| | | border-right-width: 0px; |
| | | } |
| | | .ant-select-selection { |
| | | height: 40px; |
| | | width: 90px; |
| | |
| | | line-height: 40px; |
| | | padding-left: 15px; |
| | | border-top: 1px solid #e8e8e8; |
| | | .ant-radio-wrapper { |
| | | margin-right: 20px; |
| | | } |
| | | } |
| | | .body-content { |
| | | display: none; |
| | | .no-body { |
| | | color: rgba(0, 0, 0, 0.45); |
| | | border-top: 1px solid #e8e8e8; |
| | | border-bottom: 1px solid #e8e8e8; |
| | | text-align: center; |
| | | height: 40px; |
| | | line-height: 40px; |
| | | } |
| | | .CodeMirror { |
| | | height: 200px; |
| | | line-height: 1.5; |
| | | } |
| | | } |
| | | .body-content.show { |
| | | display: block; |