1
0
mirror of synced 2026-04-05 07:48:35 +08:00

feat(editor): 拆分代码块编辑器便于以后扩展,支持草稿自动保存,修复代码块列表的样式问题

#440
This commit is contained in:
parisma
2022-10-24 10:46:14 +08:00
parent 3673d6016d
commit d98d3748d3
6 changed files with 241 additions and 124 deletions

View File

@@ -3,6 +3,9 @@
.el-tree-node__content {
height: auto;
}
.el-tree-node__label {
width: 100%;
}
.code-header-wrapper {
display: flex;
align-items: center;
@@ -109,6 +112,9 @@
.side-tree {
height: 100%;
overflow: auto;
.el-tree-node__label {
width: 100%;
}
.list-container {
width: 100%;