新手指引: 宽度调整

This commit is contained in:
guoyue 2022-08-01 18:36:02 +08:00
parent f59460da3a
commit 2649c45a66
1 changed files with 4 additions and 0 deletions

View File

@ -165,6 +165,8 @@ const imgList = ref([
.shelves-img {
height: 497px;
width: 1107px;
margin: 0 auto;
background-image: url('../../../assets/menu/shelves.png');
}
@ -175,6 +177,8 @@ const imgList = ref([
.demand-img {
height: 525px;
width: 1300px;
margin: 0 auto;
background-image: url('../../../assets/menu/demand.png');
}