📝(component): 优化文档

This commit is contained in:
就眠儀式
2022-10-28 16:02:12 +08:00
parent 21a34143a3
commit 4536f48099
5 changed files with 25 additions and 14 deletions

View File

@@ -240,4 +240,20 @@ body::-webkit-scrollbar {
.lay-link:hover{
color: #5FB878;
}
.describe-plugin {
padding-bottom: 20px;
padding-left: 30px;
padding-top: 20px;
}
.describe-plugin code {
margin: 0 1px;
padding: 0.2em 0.4em;
font-size: .9em;
background: #f2f4f5;
border: 1px solid rgba(0,0,0,.06);
border-radius: 3px;
}