修复富文本编辑器全屏层级问题

This commit is contained in:
Jason 2022-10-13 15:47:31 +08:00
parent 10c95a0dee
commit a99227d2ef
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ const handleCreated = (editor: any) => {
<style lang="scss">
.w-e-full-screen-container {
z-index: 999999;
z-index: 999;
}
.w-e-text-container [data-slate-editor] ul {
list-style: disc;