mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 13:32:18 +08:00
fix(仪表板、数据大屏): 修复双击富文本进入编辑模式时,画布可能出现滚动条问题 (#16674)
This commit is contained in:
@@ -713,3 +713,6 @@ strong {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
.tox-tinymce-aux {
|
||||
max-width: 300px !important;
|
||||
}
|
||||
|
||||
@@ -688,6 +688,9 @@ eventBus.on('tabSort', tabSort)
|
||||
</template>
|
||||
|
||||
<style lang="less">
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
.preview-layout-container {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user