mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-12 19:52:49 +00:00
27 lines
373 B
SCSS
27 lines
373 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;
|
|
}
|
|
}
|