feat: 开发中...

This commit is contained in:
2023-04-06 04:49:23 +08:00
parent bb336c3c17
commit d8b1f6f959
24 changed files with 378 additions and 98 deletions

View File

@@ -106,7 +106,7 @@ function handleCreated(editor: IDomEditor) {
/>
</el-scrollbar>
</el-aside>
<el-main>
<el-main class="edit-form-side">
<el-form :model="editBlog">
<el-form-item label="博文标题">
<el-input
@@ -152,17 +152,15 @@ function handleCreated(editor: IDomEditor) {
.edit-content-side {
height: 100%;
width: 80%;
width: 61.8%;
display: flex;
flex-direction: column;
border-style: solid;
border-width: 0 1px 0 1px;
border-color: #ccc;
}
.edit-content-toolbar {
height: 80px;
border: 1px solid #ccc;
border-top-width: 0;
}
.edit-content-scrollbar {
height: calc(100% - 80px);
border: 1px solid #ccc;
border-bottom: 0;
border-bottom: 1px solid #ccc;
}
</style>