Merge branch 'master' of http://113.200.75.45:82/monitor_v3/hg-monitor-web
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -69,7 +69,7 @@ | @@ -69,7 +69,7 @@ | ||
69 | </div> | 69 | </div> |
70 | <div v-else v-for="item in cardData" style="width: 340px;"> | 70 | <div v-else v-for="item in cardData" style="width: 340px;"> |
71 | <div style="width: 340px;min-height: 184px;background: url('../src/style/img/fault/npm/npmCard.png') no-repeat;background-size: 100% 100%;padding-top: 20px;margin-bottom: 26px;box-sizing: border-box;"> | 71 | <div style="width: 340px;min-height: 184px;background: url('../src/style/img/fault/npm/npmCard.png') no-repeat;background-size: 100% 100%;padding-top: 20px;margin-bottom: 26px;box-sizing: border-box;"> |
72 | - <div class="text-overflow" style="width: 245px;margin-left: 40px;font-size: 16px">{{item.streamName}}</div> | 72 | + <div class="text-overflow" style="width: 220px;margin-left: 40px;font-size: 16px">{{item.streamName}}</div> |
73 | <div style="margin-top: 35px;"> | 73 | <div style="margin-top: 35px;"> |
74 | <p style="width: 85%;text-align: left;padding-left: 50px;">业务量 | 74 | <p style="width: 85%;text-align: left;padding-left: 50px;">业务量 |
75 | <h class="text-link" style="margin-left: 6px;">{{item.busNum}}</h> | 75 | <h class="text-link" style="margin-left: 6px;">{{item.busNum}}</h> |
-
Please register or login to post a comment