Skip to content

Commit 79c36d9

Browse files
committed
Merge branch '3.5.x'
2 parents df7405e + e18b39d commit 79c36d9

File tree

1 file changed

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

1 file changed

+17
-1
lines changed

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

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ body {
33
line-height: 1.4;
44
}
55

6+
ol, ul {
7+
display: block !important;
8+
margin-block-start: 1em !important;
9+
margin-block-end: 1em !important;
10+
padding-inline-start: 40px !important;
11+
unicode-bidi: isolate !important;
12+
}
13+
14+
ol {
15+
list-style-type: decimal !important;
16+
}
17+
18+
ul {
19+
list-style-type: disc !important;
20+
}
21+
622
table {
723
border-collapse: collapse
824
}
@@ -99,4 +115,4 @@ code {
99115
/* 可选:定义当鼠标悬停在滑块上时的样式 */
100116
.mce-content-body::-webkit-scrollbar-thumb:hover {
101117
background-color: rgba(0, 0, 0, 0.7); /* 更深的颜色 */
102-
}
118+
}

0 commit comments

Comments
 (0)