fix: 优化首页背景图

This commit is contained in:
xieyonghong 2023-05-04 16:40:49 +08:00
parent 69a9ce0866
commit 4200ea9711
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<j-col :span="12"><DeviceCountCard /></j-col>
<j-col :span="12"><BasicCountCard /></j-col>
<j-col :span="24" style="margin-top: 24px">
<PlatformPicCard image="/images/home/content1.svg" />
<PlatformPicCard image="/images/home/content.png" />
</j-col>
</j-row>
</j-col>

View File

@ -45,7 +45,7 @@ const props = defineProps({
width: 100%;
height: calc(100% - 50px);
margin-top: 40px;
background-size: contain;
background-size: 95%;
background-position: center;
background-repeat: no-repeat;
}