mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改背景图覆盖不全的问题
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user