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}
|
showOutline={false}
|
||||||
showToolbar={false}
|
showToolbar={false}
|
||||||
docUuid={this.state.docUuid}
|
docUuid={this.state.docUuid}
|
||||||
wikiReadOnly={isReadOnly}
|
isWikiReadOnly={isReadOnly}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
@@ -264,14 +264,18 @@ img[src=""] {
|
|||||||
border-bottom: 2px solid rgba(35, 131, 226);
|
border-bottom: 2px solid rgba(35, 131, 226);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sdoc-editor-container .sdoc-scroll-container {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.sdoc-editor-container {
|
.sdoc-editor-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
/* position: absolute; */
|
|
||||||
min-width: 1100px;
|
min-width: 1100px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sdoc-editor-container .sdoc-editor-content .article {
|
.sdoc-editor-container .sdoc-editor-content .article {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
box-shadow: none;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user