37 lines
504 B
SCSS
37 lines
504 B
SCSS
.m-editor-code-block-list {
|
|
height: 100%;
|
|
|
|
.list-container {
|
|
.list-item {
|
|
.codeIcon {
|
|
width: 22px;
|
|
height: 22px;
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.compIcon {
|
|
width: 22px;
|
|
height: 22px;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.m-fields-code-select {
|
|
width: 100%;
|
|
.el-card__header {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.m-editor-code-block-editor {
|
|
.tmagic-design-table {
|
|
height: 180px;
|
|
}
|
|
|
|
.el-drawer__body {
|
|
padding: 10px 20px;
|
|
}
|
|
}
|