mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 15:53:28 +00:00
feat: adjust ui
This commit is contained in:
@@ -169,7 +169,7 @@ class MainPanel extends Component {
|
||||
showOutline={false}
|
||||
showToolbar={false}
|
||||
docUuid={this.state.docUuid}
|
||||
wikiReadOnly={isReadOnly}
|
||||
isWikiReadOnly={isReadOnly}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user