mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 21:20:28 +00:00
24 lines
305 B
SCSS
24 lines
305 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%;
|
|
}
|
|
|
|
}
|
|
|