fix: 修改背景图覆盖不全的问题

This commit is contained in:
奔跑的面条
2022-07-26 15:35:23 +08:00
parent 0067d4fd5a
commit 2de57e93f5
2 changed files with 3 additions and 17 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ const rangeStyle = computed(() => {
const computedBackground = selectColor
? { background: backgroundColor }
: { background: `url(${backgroundImage}) no-repeat center/100% !important` }
: { background: `url(${backgroundImage}) no-repeat center center / cover !important` }
// @ts-ignore
return {