You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
363 B
CSS
28 lines
363 B
CSS
.editor {
|
|
width : 100%;
|
|
height : 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.editorBd {
|
|
width : 100%;
|
|
height : 100%;
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.editorContent {
|
|
/* min-width: 500px; */
|
|
height : 100%;
|
|
}
|
|
|
|
.editorSidebar {
|
|
/* min-width: 500px; */
|
|
height : 100%;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.mind {
|
|
width : 100%;
|
|
height: 800px;
|
|
} |