fix: correct ordered list styling issue in editor (#6656)

#### What type of PR is this?

/area ui
/kind bug
/milestone 2.20.x

#### What this PR does / why we need it:

修复编辑器中有序列表的样式问题。

#### Which issue(s) this PR fixes:

Fixes #6615 

#### Does this PR introduce a user-facing change?

```release-note
修复编辑器中有序列表的样式问题。
```
pull/6658/head
Ryan Wang 2024-09-13 17:40:26 +08:00 committed by GitHub
parent 8ab8a440b6
commit 46793af0bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@
} }
} }
ul { ul,
ol {
list-style-type: revert-layer; list-style-type: revert-layer;
} }