Skip to content

Commit 3e9602f

Browse files
authored
fix: #2030 富文本编辑器全屏时部分内容会被其他表单项遮挡 (#2040)
1 parent 30763b4 commit 3e9602f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

web/src/components/richtext/rich-edit.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="border border-solid border-gray-100 h-full">
2+
<div class="border border-solid border-gray-100 h-full z-10">
33
<Toolbar
44
:editor="editorRef"
55
:default-config="toolbarConfig"
@@ -83,4 +83,6 @@
8383
)
8484
</script>
8585

86-
<style scoped lang="scss"></style>
86+
<style scoped lang="scss">
87+
88+
</style>

0 commit comments

Comments
 (0)