|
|
|
@ -1,12 +1,19 @@
|
|
|
|
|
.user_case_form,
|
|
|
|
|
.excute_result_area {
|
|
|
|
|
background-color: rgba(7, 15, 25, 1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.monaco_editor_area {
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
|
|
background-color: rgba(7, 15, 25, 1);
|
|
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
@ -30,6 +37,17 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// .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 {
|
|
|
|
@ -71,6 +89,13 @@
|
|
|
|
|
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 {
|
|
|
|
|
50% {
|
|
|
|
|
color: #fff;
|
|
|
|
|