chore: cleanup
This commit is contained in:
@@ -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 组件
|
||||
|
||||
Reference in New Issue
Block a user