1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

feat: adjust ui

This commit is contained in:
liuhongbo
2024-05-21 18:53:03 +08:00
parent c4bb455170
commit 1295a157fc
2 changed files with 6 additions and 2 deletions

View File

@@ -169,7 +169,7 @@ class MainPanel extends Component {
showOutline={false}
showToolbar={false}
docUuid={this.state.docUuid}
wikiReadOnly={isReadOnly}
isWikiReadOnly={isReadOnly}
/>
)}
</div>

View File

@@ -264,14 +264,18 @@ img[src=""] {
border-bottom: 2px solid rgba(35, 131, 226);
}
.sdoc-editor-container .sdoc-scroll-container {
background-color: #fff;
}
.sdoc-editor-container {
display: flex;
/* position: absolute; */
min-width: 1100px;
width: 100%;
}
.sdoc-editor-container .sdoc-editor-content .article {
width: 100%;
box-shadow: none;
border: none;
}