This commit is contained in:
liuye
2022-01-17 14:11:48 +08:00
parent 52ec12369d
commit 0073e30a2b
2 changed files with 12 additions and 2 deletions

View File

@@ -210,16 +210,20 @@ export default {
border-radius: 8px;
}
.rightes {
width: 100%;
width: calc(100% - 188px);
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 32px;
border-bottom: 1px solid #e4e5e6;
.applicationNames {
width: calc(100% - 56px);
font-size: 36px;
font-weight: 500;
color: #333333;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.imgs {
width: 40px;