From 09c72942c98282842fcf6d7eac9be793a2df94af Mon Sep 17 00:00:00 2001 From: kele <1184860403@qq.com> Date: Tue, 10 Jan 2023 18:04:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=87=E9=A2=98=E6=A0=8F=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=9B=BE=E7=89=87=E9=AB=98=E5=BA=A6=E8=87=AA=E9=80=82?= =?UTF-8?q?=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/components/s-title-block/s-title-block.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheep/components/s-title-block/s-title-block.vue b/sheep/components/s-title-block/s-title-block.vue index 3fc1aadf..f1fb01fb 100644 --- a/sheep/components/s-title-block/s-title-block.vue +++ b/sheep/components/s-title-block/s-title-block.vue @@ -60,7 +60,7 @@ // 组件样式 const elStyles = { - background: `url(${sheep.$url.cdn(props.data.src)}) no-repeat top center / 100% 100%`, + background: `url(${sheep.$url.cdn(props.data.src)}) no-repeat top center / 100% auto`, height: props.styles.height + 'px', fontStyle: props.data.title.other.includes('italic') ? 'italic' : 'normal', fontWeight: props.data.title.other.includes('bold') ? 'bold' : '',