From 4575386830377715bef71d0655216a3289a65d71 Mon Sep 17 00:00:00 2001 From: zhcnyuyang Date: Fri, 9 May 2025 21:55:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=9B=E8=81=98=E5=AE=BD=E5=BA=A6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Wanted.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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) { - + } }