Merge pull request #8293 from dataease/pr@dev-v2@fix_rich-text

fix(图表): 修复富文本组件文本组件数字段落失效问题
This commit is contained in:
王嘉豪 2024-03-04 12:24:26 +08:00 committed by GitHub
commit c0ee88f41f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -543,5 +543,8 @@ defineExpose({
overflow-y: auto;
outline: none !important;
border: none !important;
ol {
list-style-type: decimal;
}
}
</style>