From 927e07bf792eaf88cde9221955eefdf07e440331 Mon Sep 17 00:00:00 2001 From: zhangyahui Date: Wed, 10 Dec 2025 11:23:02 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E8=83=8C=E6=99=AF=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stylist/customer.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/stylist/customer.vue b/src/views/stylist/customer.vue index 517f9cf..3b563bf 100644 --- a/src/views/stylist/customer.vue +++ b/src/views/stylist/customer.vue @@ -104,12 +104,12 @@ const handleConfirm = async () => { overflow: hidden; color: #fff; position: relative; - background: url('@/assets/images/no_shouder_bg.png') no-repeat center center; + // background: url('@/assets/images/no_shouder_bg.png') no-repeat center center; background-size: cover; background-position: center; background-repeat: no-repeat; &.form-mode { - background: url('@/assets/images/has_shouder_bg.png') no-repeat center center; + background: url('@/assets/images/has_shouder_bg.png') no-repeat center center/cover; padding-top: 15.9rem; }