feat: improve style for wang-editor
Merge pull request !10 from Rhyheart (feat: improve style for wang-editor) Former-commit-id: feef400c717f64a9a54d02ee5b62bc4e1466156e
This commit is contained in:
@@ -71,20 +71,4 @@ onBeforeUnmount(() => {
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style src="@wangeditor/editor/dist/css/style.css"></style>
|
<style src="@wangeditor/editor/dist/css/style.css"></style>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
.editor-wrapper {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
|
|
||||||
#toolbar-container {
|
|
||||||
border-bottom: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
#editor-container {
|
|
||||||
flex-grow: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
Reference in New Issue
Block a user