修改背景图片名字

This commit is contained in:
yuyongdong 2024-07-04 06:06:50 +08:00
parent c0d89bd21f
commit cb89444c2a

View File

@ -438,7 +438,7 @@ onMounted(() => {
.bg-content {
width: 100%;
height: 100%;
background: url('@/assets/img/marketplace/BG01.jpg') no-repeat;
background: url('@/assets/img/marketplace/BG01.png') no-repeat;
background-size: 100% 100%;
}
.detail-bg {