|
|
@ -1,55 +1,74 @@
|
|
|
|
@import '../split_pane_resizer.scss';
|
|
|
|
@import '../split_pane_resizer.scss';
|
|
|
|
.result_code_area .monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input{
|
|
|
|
|
|
|
|
|
|
|
|
.result_code_area .monaco-editor,
|
|
|
|
|
|
|
|
.monaco-editor-background,
|
|
|
|
|
|
|
|
.monaco-editor .inputarea.ime-input {
|
|
|
|
background-color: #f9f9f9 !important;
|
|
|
|
background-color: #f9f9f9 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.result_code_area .monaco-editor .line-numbers {
|
|
|
|
.result_code_area .monaco-editor .line-numbers {
|
|
|
|
color: #999 !important;
|
|
|
|
color: #999 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.result_code_area .monaco-editor .current-line~.line-numbers {
|
|
|
|
.result_code_area .monaco-editor .current-line~.line-numbers {
|
|
|
|
color: #0b216f !important;
|
|
|
|
color: #0b216f !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.result_code_area .minimap-decorations-layer {
|
|
|
|
.result_code_area .minimap-decorations-layer {
|
|
|
|
background: rgba(225, 225, 225, 0.2) !important;
|
|
|
|
background: rgba(225, 225, 225, 0.2) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.result_code_area .monaco-editor .margin {
|
|
|
|
.result_code_area .monaco-editor .margin {
|
|
|
|
background-color: #eee !important;
|
|
|
|
background-color: #eee !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.record_detail_area {
|
|
|
|
.record_detail_area {
|
|
|
|
background: #fff;
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
|
|
|
|
.record_detail_ctx {
|
|
|
|
.record_detail_ctx {
|
|
|
|
padding: 0 20px;
|
|
|
|
padding: 0 20px;
|
|
|
|
|
|
|
|
|
|
|
|
.detail_ctx_header {
|
|
|
|
.detail_ctx_header {
|
|
|
|
position: relative;
|
|
|
|
position: relative;
|
|
|
|
height: 56px;
|
|
|
|
height: 56px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.header_h2 {
|
|
|
|
.header_h2 {
|
|
|
|
line-height: 56px;
|
|
|
|
line-height: 56px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.header_btn {
|
|
|
|
.header_btn {
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
right: 0;
|
|
|
|
top: 14px;
|
|
|
|
top: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.detail_ctx_status {
|
|
|
|
.detail_ctx_status {
|
|
|
|
height: 18px;
|
|
|
|
height: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
|
|
|
|
|
|
|
|
.status_label {
|
|
|
|
.status_label {
|
|
|
|
color: rgba(153, 153, 153, 1);
|
|
|
|
color: rgba(153, 153, 153, 1);
|
|
|
|
margin-right: 40px;
|
|
|
|
margin-right: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.status_label_error {
|
|
|
|
.status_label_error {
|
|
|
|
color: #E51C24;
|
|
|
|
color: #E51C24;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.status_label_success {
|
|
|
|
.status_label_success {
|
|
|
|
color: #28BD8B;
|
|
|
|
color: #28BD8B;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.status_label_sub {
|
|
|
|
.status_label_sub {
|
|
|
|
color: #333333;
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.pass_case {
|
|
|
|
.pass_case {
|
|
|
|
float: right;
|
|
|
|
float: right;
|
|
|
|
margin-right: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.pass_case_span {
|
|
|
|
.pass_case_span {
|
|
|
|
margin-right: 10px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -59,6 +78,7 @@
|
|
|
|
// height: 500px;
|
|
|
|
// height: 500px;
|
|
|
|
height: calc(100vh - 360px);
|
|
|
|
height: calc(100vh - 360px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.result_error_area {
|
|
|
|
.result_error_area {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-top: 15px;
|
|
|
|
background: rgba(250, 250, 250, 1);
|
|
|
|
background: rgba(250, 250, 250, 1);
|
|
|
|