zude.hzd 2462596fbd add feature: setSchema and render page
fix : event-dialog bugs
2020-09-03 22:03:57 +08:00

48 lines
656 B
SCSS

.source-editor-container{
height: 100%;
position: relative;
.next-tabs {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 100%;
}
.next-tabs-content{
height: 100%;
}
.editor-context-container{
height: 100%;
width: 100%;
position: absolute;
top: 38px;
}
.editor-context{
height: 100%;
width: 100%;
}
.next-tabs-tabpane.active {
visibility: visible;
opacity: 1;
height: 100%;
}
.full-screen-container{
position: absolute;
top: 40px;
right: 20px;
cursor: pointer;
img{
width: 20px;
height: 20px;
}
}
}