mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-08 08:07:46 +08:00
修复富文本编辑器全屏层级问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user