27361
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user