parent
a9a74219b5
commit
862135ef8a
@ -1,96 +1,78 @@
|
||||
.monaco_editor_area{
|
||||
.monaco_editor_area {
|
||||
height: 100%;
|
||||
background-color: rgba(7,15,25,1);
|
||||
.code_title{
|
||||
|
||||
.code_title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: rgba(18,28,36,1);
|
||||
color: #fff;
|
||||
height: 56px;
|
||||
background-color: rgba(18, 28, 36, 1);
|
||||
padding: 0 20px;
|
||||
.flex_strict{
|
||||
|
||||
.flex_strict {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.flex_normal{
|
||||
.flex_normal {
|
||||
color: #E51C24;
|
||||
cursor: pointer;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.code-icon{
|
||||
|
||||
.code-icon {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.flex_strict,
|
||||
.flex_normal,
|
||||
.code-icon{
|
||||
.code-icon {
|
||||
color: #666;
|
||||
}
|
||||
}
|
||||
|
||||
// .margin,
|
||||
// .margin-view-overlays,
|
||||
// .current-line{
|
||||
// width: 40px !important;
|
||||
// }
|
||||
// .monaco-editor .margin-view-overlays .line-numbers{
|
||||
// text-align: center;
|
||||
// }
|
||||
// .monaco-scrollable-element{
|
||||
// left: 40px !important;
|
||||
// }
|
||||
}
|
||||
|
||||
.setting_drawer{
|
||||
.ant-drawer-close{
|
||||
.setting_drawer {
|
||||
.ant-drawer-close {
|
||||
color: #ffffff;
|
||||
}
|
||||
.ant-drawer-content{
|
||||
|
||||
.ant-drawer-content {
|
||||
top: 120px;
|
||||
bottom: 56px;
|
||||
height: calc(100vh - 176px);
|
||||
// background: #333333;
|
||||
background: rgba(7,15,25,1);
|
||||
background: rgba(7, 15, 25, 1);
|
||||
color: #fff;
|
||||
.setting_h2{
|
||||
|
||||
.setting_h2 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
select{
|
||||
select {
|
||||
color: #fff;
|
||||
background: #222222;
|
||||
height: 24px;
|
||||
// line-height: 24px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
select option{
|
||||
|
||||
select option {
|
||||
background: gold;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.flex_has_save{
|
||||
.flex_has_save {
|
||||
// animation: blink 3s line 3;
|
||||
animation-name: blink;
|
||||
animation-duration: .4s;
|
||||
animation-iteration-count: 3;
|
||||
}
|
||||
|
||||
// .monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input,
|
||||
// .monaco-editor .margin,
|
||||
// .minimap slider-mouseover,
|
||||
// .minimap-decorations-layer{
|
||||
// background:rgba(3,19,40,1) !important;
|
||||
// }
|
||||
|
||||
@keyframes blink{
|
||||
@keyframes blink {
|
||||
50% {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
|
||||
.monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input,
|
||||
.monaco-editor .margin,
|
||||
.minimap .minimap-decorations-layer{
|
||||
background-color: transparent !important;
|
||||
}
|
@ -1,69 +1,89 @@
|
||||
@import '../split_pane_resizer.scss';
|
||||
.result_code_area .monaco-editor, .monaco-editor-background, .monaco-editor .inputarea.ime-input{
|
||||
background-color: #f9f9f9!important;
|
||||
|
||||
.result_code_area .monaco-editor,
|
||||
.monaco-editor-background,
|
||||
.monaco-editor .inputarea.ime-input {
|
||||
background-color: #f9f9f9 !important;
|
||||
}
|
||||
.result_code_area .monaco-editor .line-numbers{
|
||||
color: #999!important;
|
||||
|
||||
.result_code_area .monaco-editor .line-numbers {
|
||||
color: #999 !important;
|
||||
}
|
||||
.result_code_area .monaco-editor .current-line ~ .line-numbers {
|
||||
color: #0b216f!important;
|
||||
|
||||
.result_code_area .monaco-editor .current-line~.line-numbers {
|
||||
color: #0b216f !important;
|
||||
}
|
||||
.result_code_area .minimap-decorations-layer{
|
||||
background: rgba(225,225,225,0.2)!important;
|
||||
|
||||
.result_code_area .minimap-decorations-layer {
|
||||
background: rgba(225, 225, 225, 0.2) !important;
|
||||
}
|
||||
.result_code_area .monaco-editor .margin{
|
||||
background-color: #eee!important;
|
||||
|
||||
.result_code_area .monaco-editor .margin {
|
||||
background-color: #eee !important;
|
||||
}
|
||||
.record_detail_area{
|
||||
|
||||
.record_detail_area {
|
||||
background: #fff;
|
||||
.record_detail_ctx{
|
||||
|
||||
.record_detail_ctx {
|
||||
padding: 0 20px;
|
||||
.detail_ctx_header{
|
||||
|
||||
.detail_ctx_header {
|
||||
position: relative;
|
||||
height: 56px;
|
||||
}
|
||||
.header_h2{
|
||||
|
||||
.header_h2 {
|
||||
line-height: 56px;
|
||||
}
|
||||
.header_btn{
|
||||
|
||||
.header_btn {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 14px;
|
||||
}
|
||||
.detail_ctx_status{
|
||||
|
||||
.detail_ctx_status {
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
.status_label{
|
||||
color: rgba(153,153,153,1);
|
||||
|
||||
.status_label {
|
||||
color: rgba(153, 153, 153, 1);
|
||||
margin-right: 40px;
|
||||
}
|
||||
.status_label_error{
|
||||
|
||||
.status_label_error {
|
||||
color: #E51C24;
|
||||
}
|
||||
.status_label_success{
|
||||
|
||||
.status_label_success {
|
||||
color: #28BD8B;
|
||||
}
|
||||
.status_label_sub{
|
||||
|
||||
.status_label_sub {
|
||||
color: #333333;
|
||||
}
|
||||
.pass_case{
|
||||
|
||||
.pass_case {
|
||||
float: right;
|
||||
margin-right: 0;
|
||||
}
|
||||
.pass_case_span{
|
||||
|
||||
.pass_case_span {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.result_code_area{
|
||||
.result_code_area {
|
||||
// height: 500px;
|
||||
height: calc(100vh - 360px);
|
||||
}
|
||||
.result_error_area{
|
||||
|
||||
.result_error_area {
|
||||
margin-top: 15px;
|
||||
background: rgba(250,250,250,1);
|
||||
background: rgba(250, 250, 250, 1);
|
||||
color: #E51C24;
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue