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; }