docs: fix card overflow issue (#10988)

Co-authored-by: huoyitong <huoyitong@lixiang.com>
This commit is contained in:
童欧巴
2022-08-29 18:44:18 +08:00
committed by GitHub
parent a02cfe9604
commit ed8cd77449

View File

@@ -90,6 +90,7 @@ export default {
background-color: #fff;
border-radius: @van-doc-border-radius;
box-shadow: 0 8px 12px #ebedf0;
overflow: auto;
> pre code {
position: relative;