diff --git a/src/components/Wanted.vue b/src/components/Wanted.vue index 35f4760..37c4fea 100644 --- a/src/components/Wanted.vue +++ b/src/components/Wanted.vue @@ -34,7 +34,7 @@ const { breakpoint } = useBootstrapBreakpoint(); 请发送简历+作品集至:kdhr@kdesign.top -
+
更多招聘信息请关注boss直聘
@@ -103,8 +103,8 @@ export default { margin-right: 0px; } @include media-breakpoint-between(md,xl){ - margin-left: 50px; - margin-right: 50px; + margin-left: 100px; + margin-right: 100px; } @include media-breakpoint-between(xl,xxl){ margin-left: 100px; @@ -165,8 +165,8 @@ export default { font-size: 24px; line-height: 32px; } - - + + @include media-breakpoint-between(xs, md) { margin-left: 32px; margin-right: 32px; @@ -329,7 +329,7 @@ export default { } @include media-breakpoint-up(lg) { - + } }