Skip to content

Commit fdd43ec

Browse files
committed
fix: adjust custom list styles and padding in globals.css
1 parent 04987ae commit fdd43ec

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

src/app/globals.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
-webkit-appearance: none;
1010
margin: 0;
1111
}
12-
12+
1313
.no-spinner {
1414
-moz-appearance: textfield;
1515
}
@@ -265,6 +265,14 @@
265265
}
266266

267267
.custom-list-ordered {
268+
list-style-position: inside;
268269
list-style-type: decimal;
269-
padding: 0 1.2rem;
270+
271+
p {
272+
display: inline;
273+
}
274+
/* 次级需要特殊处理 */
275+
.custom-list-ordered {
276+
padding: 0 1.2rem;
277+
}
270278
}

0 commit comments

Comments
 (0)