优化:文章插图增加圆角样式 (#56)

This commit is contained in:
2022-09-17 00:32:41 +08:00
parent d36a9f5c36
commit fde151bab8

View File

@@ -10,4 +10,8 @@ pre, code, kbd, samp {
margin: 15px 0 16px;
padding-top: 10px;
border-top: none;
}
.VPDoc .content-container img {
border-radius: 5px;
}