feat: 开发中...
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user