1
0
mirror of synced 2026-04-13 04:23:38 +08:00
Files
tmagic-editor/packages/editor/src/theme/code-block.scss
2023-12-19 06:39:03 +00:00

26 lines
324 B
SCSS

.m-editor-code-block-list {
height: 100%;
}
.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;
}
&.m-form-box {
width: 100%;
min-width: 872px;
}
}