ttk-app-core
Version:
enterprise develop framework
41 lines • 827 B
text/less
.ttk-edf-app-hotloader {
flex: 1;
flex-direction: row;
padding: 10px;
&-left {
flex: 0 0 300px;
margin-right: 10px;
.mk-menu {
flex: 1
}
.ant-input-search{
margin-bottom: 4px;
}
}
&-content {
flex: 1;
padding: 2px;
justify-content: space-between;
&-main {
flex: 1;
display: flex;
flex-direction: column;
}
}
.ant-card-header {
flex: 0 0 28px;
}
.ant-card-body {
flex: 1;
display: flex; //overflow: auto;
padding: 0px;
}
.react-codemirror2 {
//height: 100%;
flex: 1;
overflow: auto;
}
.CodeMirror {
height: 100%;
}
}