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