style:修改代码高亮的margin

This commit is contained in:
Roe-xin
2026-03-19 16:18:01 +08:00
parent 1d64310607
commit cc4583e2cc

View File

@ -34,7 +34,7 @@ export function getCodeHighlightStyles(): string {
border-radius: 6px;
padding: 12px;
overflow-x: auto;
margin: 12px 0;
margin: 52px 0 12px 0;
position: relative;
white-space: pre;
}