chore: cleanup

This commit is contained in:
2026-02-26 09:39:35 +08:00
parent dfb763c1d9
commit 76049f4ce9
4 changed files with 8 additions and 23 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ customElement("md-link", {}, (props, { element }) => {
// 显示文章
articleContainer = document.createElement("div");
articleContainer.classList.add("md-link-article");
articleContainer.classList.add("mt-4", "ml-4", "border-l-2", "border-gray-200", "pl-4");
articleContainer.classList.add("ml-4", "border-l-2", "border-gray-200", "pl-4");
parentP.after(articleContainer);
// 渲染 Article 组件