Authored by 王涛

Merge branch 'master-v32-xwx' into 'master'

故障诊断npm卡片名称优化



See merge request !800
@@ -67,7 +67,7 @@ @@ -67,7 +67,7 @@
67 <div v-if="cardOpen" style="margin-top:10px;background-color: whitesmoke;display: flex;justify-content: flex-start;flex-wrap: wrap;padding: 6px;max-height: 380px;overflow-y: auto;"> 67 <div v-if="cardOpen" style="margin-top:10px;background-color: whitesmoke;display: flex;justify-content: flex-start;flex-wrap: wrap;padding: 6px;max-height: 380px;overflow-y: auto;">
68 <div v-for="item in cardData" style="width: 340px;"> 68 <div v-for="item in cardData" style="width: 340px;">
69 <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;"> 69 <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;">
70 - <p style="width: 290px;margin-left: 40px;font-size: 16px">{{item.streamName}}</p> 70 + <div class="text-overflow" style="width: 245px;margin-left: 40px;font-size: 16px">{{item.streamName}}</div>
71 <div style="margin-top: 35px;"> 71 <div style="margin-top: 35px;">
72 <p style="width: 85%;text-align: left;padding-left: 50px;">业务量 72 <p style="width: 85%;text-align: left;padding-left: 50px;">业务量
73 <h class="text-link" style="margin-left: 6px;">{{item.busNum}}</h> 73 <h class="text-link" style="margin-left: 6px;">{{item.busNum}}</h>