This commit is contained in:
shijingjing
2022-01-25 09:33:50 +08:00
parent 89e260e227
commit 21db0a9c2d
2 changed files with 3 additions and 1 deletions

View File

@@ -147,6 +147,8 @@ export default {
width: 25%;
height: 150px;
text-align: center;
padding-top: 20px;
box-sizing: border-box;
.app-img {
width: 72px;

View File

@@ -113,7 +113,7 @@ export default {
position: absolute;
top: 180px;
left: 32px;
width: 686px;
width: calc(100% - 64px);
height: 320px;
background-color: #FFFFFF;
border-radius: 12px;