📝(component): 优化文档
This commit is contained in:
@@ -16,7 +16,7 @@ export default function createContainer(klass: string): ContainerArgs {
|
||||
const token = tokens[idx];
|
||||
const info = token.info.trim().slice(klass.length).trim();
|
||||
if (token.nesting === 1) {
|
||||
return `<p style="padding-left: 30px;padding-top: 20px;padding-bottom: 20px;">${info}`;
|
||||
return `<p class="describe-plugin">${info}`;
|
||||
} else {
|
||||
return "</p>\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user