fix: #2030 富文本编辑器全屏时部分内容会被其他表单项遮挡 (#2040)

This commit is contained in:
shabby2333
2025-06-05 11:08:28 +08:00
committed by GitHub
parent 30763b48de
commit 3e9602ff7e

View File

@@ -1,5 +1,5 @@
<template>
<div class="border border-solid border-gray-100 h-full">
<div class="border border-solid border-gray-100 h-full z-10">
<Toolbar
:editor="editorRef"
:default-config="toolbarConfig"
@@ -83,4 +83,6 @@
)
</script>
<style scoped lang="scss"></style>
<style scoped lang="scss">
</style>