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:
郝先瑞
2023-07-21 08:12:00 +00:00
committed by Gitee

View File

@@ -71,20 +71,4 @@ onBeforeUnmount(() => {
});
</script>
<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>
<style src="@wangeditor/editor/dist/css/style.css"></style>