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