feat(theme): optimize VPCollapse styles within Card

This commit is contained in:
pengzhanbo 2025-11-14 17:09:42 +08:00
parent 4e7fb91a56
commit f95e7c8412

View File

@ -28,4 +28,8 @@ provide(INJECT_COLLAPSE_KEY, {
gap: 16px;
margin: 16px 0;
}
.vp-card-wrapper .body > :first-child:where(.vp-collapse) > .vp-collapse-item:first-child {
padding-top: 0;
}
</style>