完善:完善《软件设计师知识点速记》

This commit is contained in:
2023-05-08 23:52:35 +08:00
parent 0eedb4a611
commit f42da5c339
7 changed files with 127 additions and 6 deletions

View File

@@ -17,11 +17,19 @@ pre, code, kbd, samp {
}
.vp-doc h2 {
margin: 15px 0 16px;
margin: 15px 0 0;
padding-top: 10px;
border-top: none;
}
.vp-doc h3,h4,h5 {
margin: 10px 0 0;
}
.vp-doc h4 {
font-size: 18px;
}
.VPDoc .content-container img {
border-radius: 5px;
}