mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-16 23:02:50 +00:00
26 lines
429 B
SCSS
26 lines
429 B
SCSS
.lowcode-component-list {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-flow: column;
|
|
.title {
|
|
height: 40px;
|
|
line-height: 39px;
|
|
border-bottom: 1px solid $color-line1-1;
|
|
padding: 0 8px;
|
|
position: relative;
|
|
}
|
|
.search {
|
|
display: block;
|
|
width: auto;
|
|
margin: 8px 8px 0;
|
|
}
|
|
.select {
|
|
display: block;
|
|
margin: 8px 8px 4px;
|
|
}
|
|
.components-show {
|
|
flex: 1 1 0%;
|
|
overflow: hidden;
|
|
}
|
|
}
|