diff --git a/root/detail/bossinfo.vue b/root/detail/bossinfo.vue index 7aae27f..81eb56f 100644 --- a/root/detail/bossinfo.vue +++ b/root/detail/bossinfo.vue @@ -125,6 +125,10 @@ export default { margin-right: 10px; overflow: hidden; border-radius: 4px; + margin-bottom: 10px; + &:nth-child(1), &:nth-child(2), &:nth-child(3), &:nth-child(4) { + margin-bottom: 0; + } &:nth-child(4n){ margin-right: 0; }