diff --git a/src/apps/AppGridManagement/SetGird.vue b/src/apps/AppGridManagement/SetGird.vue index 4cfbc53e..a8fe0f00 100644 --- a/src/apps/AppGridManagement/SetGird.vue +++ b/src/apps/AppGridManagement/SetGird.vue @@ -18,7 +18,9 @@
{{ item.girdName }}
- +
+ +
@@ -289,7 +291,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; @@ -297,6 +299,12 @@ export default { text-overflow:ellipsis; white-space:nowrap; } + .right-icon{ + width: 100px; + padding-right: 32px; + box-sizing: border-box; + text-align: right; + } .imgs { width: 40px; height: 40px;