fix(仪表板、数据大屏): 修复双击富文本进入编辑模式时,画布可能出现滚动条问题 (#16674)

This commit is contained in:
王嘉豪
2025-08-12 11:06:12 +08:00
committed by GitHub
parent ef86444929
commit 20140c79ee
2 changed files with 6 additions and 0 deletions

View File

@@ -713,3 +713,6 @@ strong {
background-color: transparent;
}
}
.tox-tinymce-aux {
max-width: 300px !important;
}

View File

@@ -688,6 +688,9 @@ eventBus.on('tabSort', tabSort)
</template>
<style lang="less">
body {
overflow: hidden;
}
.preview-layout-container {
}