mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-28 21:20:01 +08:00
39 lines
505 B
SCSS
39 lines
505 B
SCSS
.m-container-vs-code {
|
|
.el-form-item {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.magic-code-editor {
|
|
width: 100%;
|
|
}
|
|
|
|
.magic-code-editor-wrapper {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
|
|
&.full-screen {
|
|
position: fixed;
|
|
z-index: 10000;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.magic-code-editor-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
|
|
.margin {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.magic-code-editor-full-screen-icon {
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 0;
|
|
z-index: 11;
|
|
}
|
|
}
|