Merge branch 'dev' into dev-feat-multi-select

This commit is contained in:
奔跑的面条
2022-08-05 08:42:47 +08:00
46 changed files with 1313 additions and 310 deletions
+1 -1
View File
@@ -112,7 +112,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 {