mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 17:08:14 +00:00
20 lines
369 B
SCSS
20 lines
369 B
SCSS
.visual-dom {
|
|
.panel-container {
|
|
box-sizing: border-box;
|
|
border: 1px solid #e9e9e9;
|
|
.title {
|
|
display: block;
|
|
font-size: 12px;
|
|
color: #333;
|
|
background-color: #ebecf0;
|
|
line-height: 28px;
|
|
padding: 0 12px;
|
|
border-bottom: 1px solid #e9e9e9;
|
|
}
|
|
.content {
|
|
min-height: 20px;
|
|
padding: 5px;
|
|
}
|
|
}
|
|
}
|