This commit is contained in:
liuye
2022-02-14 09:41:32 +08:00
parent 91315a74eb
commit 10e5464b50

View File

@@ -282,7 +282,7 @@ export default {
width: 74px; width: 74px;
height: 74px; height: 74px;
border-radius: 8px; border-radius: 8px;
margin-left: 36px; margin: 0 20px 0 36px;
} }
} }
img { img {
@@ -291,13 +291,13 @@ export default {
border-radius: 8px; border-radius: 8px;
} }
.rightes { .rightes {
width: calc(100% - 140px); width: calc(100% - 178px);
display: flex; // display: flex;
justify-content: space-between; // justify-content: space-between;
align-items: center; // align-items: center;
margin-left: 32px;
border-bottom: 1px solid #e4e5e6; border-bottom: 1px solid #e4e5e6;
.applicationNames { .applicationNames {
display: inline-block;
width: calc(100% - 100px); width: calc(100% - 100px);
font-size: 36px; font-size: 36px;
font-weight: 500; font-weight: 500;
@@ -305,17 +305,18 @@ export default {
overflow:hidden; overflow:hidden;
text-overflow:ellipsis; text-overflow:ellipsis;
white-space:nowrap; white-space:nowrap;
vertical-align: bottom;
} }
.right-icon{ .right-icon{
display: inline-block;
width: 100px; width: 100px;
padding-right: 32px;
box-sizing: border-box; box-sizing: border-box;
text-align: right; text-align: center;
} }
.imgs { .imgs {
width: 40px; width: 40px;
height: 40px; height: 40px;
margin-right: 20px; margin-right: 0;
vertical-align: middle; vertical-align: middle;
} }
} }