diff --git a/src/views/system/index/components/d2-badge/index.vue b/src/views/system/index/components/d2-badge/index.vue index fd9c4d55..b012eb0d 100644 --- a/src/views/system/index/components/d2-badge/index.vue +++ b/src/views/system/index/components/d2-badge/index.vue @@ -24,7 +24,7 @@ p { margin: 0px; margin-bottom: 2px; - :nth-last-child() { + &:last-child { margin-bottom: 0px; } a {