diff --git a/root/detail/bossinfo.vue b/root/detail/bossinfo.vue index 5d2f8f2..9a81c5d 100644 --- a/root/detail/bossinfo.vue +++ b/root/detail/bossinfo.vue @@ -36,7 +36,8 @@ 企业图库 - + @@ -126,10 +127,10 @@ export default { overflow: hidden; border-radius: 4px; margin-top: 10px; - &:nth-child(1), &:nth-child(2), &:nth-child(3), &:nth-child(4) { + &:nth-child(1), &:nth-child(2), &:nth-child(3), &:nth-child(4), &:nth-child(5) { margin-top: 0; } - &:nth-child(4n){ + &:nth-child(5n){ margin-right: 0; } }