mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-13 01:21:58 +00:00
35 lines
467 B
SCSS
35 lines
467 B
SCSS
.source-editor-container{
|
|
height: 100%;
|
|
|
|
|
|
.next-tabs {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.next-tabs-content{
|
|
height: 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;
|
|
}
|
|
}
|
|
|
|
}
|
|
|