This commit is contained in:
liuye
2022-01-25 10:18:30 +08:00
parent 62bdef50b1
commit 1da7f2482f
3 changed files with 11 additions and 9 deletions

View File

@@ -217,7 +217,7 @@ export default {
margin-left: 32px;
border-bottom: 1px solid #e4e5e6;
.applicationNames {
width: calc(100% - 56px);
width: calc(100% - 100px);
font-size: 36px;
font-weight: 500;
color: #333333;
@@ -226,9 +226,10 @@ export default {
white-space:nowrap;
}
.imgs {
width: 40px;
height: 40px;
width: 60px;
height: 60px;
vertical-align: middle;
margin-right: 32px;
}
}
}