fix(图表): 修复富文本组件文本组件数字段落失效问题

This commit is contained in:
wangjiahao 2024-03-04 12:23:24 +08:00
parent 06c82f2d8c
commit afc2877c0f

View File

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