We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04987ae commit fdd43ecCopy full SHA for fdd43ec
src/app/globals.css
@@ -9,7 +9,7 @@
9
-webkit-appearance: none;
10
margin: 0;
11
}
12
-
+
13
.no-spinner {
14
-moz-appearance: textfield;
15
@@ -265,6 +265,14 @@
265
266
267
.custom-list-ordered {
268
+ list-style-position: inside;
269
list-style-type: decimal;
- padding: 0 1.2rem;
270
271
+ p {
272
+ display: inline;
273
+ }
274
+ /* 次级需要特殊处理 */
275
+ .custom-list-ordered {
276
+ padding: 0 1.2rem;
277
278
0 commit comments