improve: add production stage
This commit is contained in:
@@ -32,18 +32,18 @@ pre {
|
||||
|
||||
.markdown-preview ul,
|
||||
.markdown-preview ol {
|
||||
padding-left: 1.5rem; /* 设置左侧缩进 */
|
||||
margin-bottom: 1rem; /* 每个列表的底部间距 */
|
||||
padding-left: 1.5rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.markdown-preview ul {
|
||||
list-style-type: disc; /* 确保无序列表使用圆点 */
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.markdown-preview ol {
|
||||
list-style-type: decimal; /* 确保有序列表使用数字 */
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.markdown-preview li {
|
||||
margin-bottom: 0.5rem; /* 列表项之间的间距 */
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user