文档片段全面改进,不使用render

This commit is contained in:
2025-04-20 17:50:07 +08:00
parent e43f9230eb
commit 68c93f5d83
48 changed files with 1330 additions and 732 deletions

View File

@@ -24,11 +24,11 @@ body {
}
// 覆盖card组件actions的margin-top原来为20px
.arco-card-actions{
.arco-card-actions {
margin-top: 0px !important;
}
// 覆盖card组件padding原来为16px
.arco-card-body{
.arco-card-body {
padding: 8px !important;
}