forked from github/dataease
fix(图表): 修复富文本组件文本组件数字段落失效问题
This commit is contained in:
parent
06c82f2d8c
commit
afc2877c0f
@ -543,5 +543,8 @@ defineExpose({
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
ol {
|
||||||
|
list-style-type: decimal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user