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

View File

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