修复富文本编辑器全屏层级问题
This commit is contained in:
parent
10c95a0dee
commit
a99227d2ef
|
|
@ -110,7 +110,7 @@ const handleCreated = (editor: any) => {
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.w-e-full-screen-container {
|
.w-e-full-screen-container {
|
||||||
z-index: 999999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
.w-e-text-container [data-slate-editor] ul {
|
.w-e-text-container [data-slate-editor] ul {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue