diff --git a/framework/elsa/fit-elsa-react/src/components/note/editor.css b/framework/elsa/fit-elsa-react/src/components/note/editor.css index 957e2ab46..7e1a4fad1 100644 --- a/framework/elsa/fit-elsa-react/src/components/note/editor.css +++ b/framework/elsa/fit-elsa-react/src/components/note/editor.css @@ -3,6 +3,22 @@ body { line-height: 1.4; } +ol, ul { + display: block !important; + margin-block-start: 1em !important; + margin-block-end: 1em !important; + padding-inline-start: 40px !important; + unicode-bidi: isolate !important; +} + +ol { + list-style-type: decimal !important; +} + +ul { + list-style-type: disc !important; +} + table { border-collapse: collapse } @@ -99,4 +115,4 @@ code { /* 可选:定义当鼠标悬停在滑块上时的样式 */ .mce-content-body::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.7); /* 更深的颜色 */ -} \ No newline at end of file +}