Skip to content

Commit 80a09fd

Browse files
authored
[elsa] 注释节点对于有序列表和无序列表中的li标签也要强制指定list-style-type的css,避免三合一部署时被其他样式覆盖 (#111)
1 parent 7b1b11c commit 80a09fd

File tree

1 file changed

+2
-2
lines changed
  • framework/elsa/fit-elsa-react/src/components/note

1 file changed

+2
-2
lines changed

framework/elsa/fit-elsa-react/src/components/note/editor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ body {
1212
unicode-bidi: isolate !important;
1313
}
1414

15-
.mce-content-body ol {
15+
.mce-content-body ol li {
1616
list-style-type: decimal !important;
1717
}
1818

19-
.mce-content-body ul {
19+
.mce-content-body ul li {
2020
list-style-type: disc !important;
2121
}
2222

0 commit comments

Comments
 (0)