From 9d87969c6c259f26993881b5d49416da366bfea5 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Thu, 25 Apr 2019 11:06:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AF=AD=E6=B3=95=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: ecb807d1a265844f9078e85db7d3f4285affbf53 [formerly ecb807d1a265844f9078e85db7d3f4285affbf53 [formerly ecb807d1a265844f9078e85db7d3f4285affbf53 [formerly ecb807d1a265844f9078e85db7d3f4285affbf53 [formerly eb9b8c56dfca090281ea394d95da5a3b9353afbb [formerly f702a19dd7174e65c94529e936f7dafbb5973113]]]]] Former-commit-id: 4c42036493543c43ad82d94e18d6b22c570ae60d Former-commit-id: 43ad41e42c2a2e5716a623dc8baca26ce128c81b Former-commit-id: aec386caeeed35f0a117223495076249fe3fca60 [formerly f6f63af1bb4fad2a6a9f8a4d59e4f1bae9a2b05a] Former-commit-id: 93dc8238167351eaf310d1a4f35427b008644aaa Former-commit-id: d8b18eb6233b5372a1264352bb5c62f99111170d Former-commit-id: 6eb7887b1244269c1ca25c78095c5f8a3da406f6 Former-commit-id: 618f57bc9eeb1ceced7f9080af71bbe12beee77b Former-commit-id: dd6ffb6e8f13410a99459b8c96cd5efbbff795a6 --- src/views/system/index/components/d2-badge/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {