fix(plugin-md-power): incorrect tabs styles (#412)

This commit is contained in:
pengzhanbo 2025-01-05 21:20:26 +08:00 committed by GitHub
parent 71aea89792
commit 756cc54e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,11 +202,11 @@ function onTabNavClick(index: number): void {
padding: 16px;
}
.vp-doc .vp-tab :nth-child(2) {
.vp-doc .vp-tab > :nth-child(2) {
margin-top: 0;
}
.vp-doc .vp-tab :last-child {
.vp-doc .vp-tab > :last-child {
margin-bottom: 0;
}