Authored by 王涛

Merge branch 'master-v32-lushangqing' into 'master'

apm的数值更改为蓝色加下划线,更多、展开增加下划线



See merge request !822
@@ -3,8 +3,8 @@ @@ -3,8 +3,8 @@
3 <img src="../src/style/img/fault/apm.gif" style="object-fit: contain"> 3 <img src="../src/style/img/fault/apm.gif" style="object-fit: contain">
4 <h3 style="margin-left: 10px;color: #666666;font-size: 18px">APM</h3> 4 <h3 style="margin-left: 10px;color: #666666;font-size: 18px">APM</h3>
5 <div style="width: calc(100% - 200px);line-height: 54px;font-size: 14px" class="align-right"> 5 <div style="width: calc(100% - 200px);line-height: 54px;font-size: 14px" class="align-right">
6 - <a class="m-r-20" v-if="card && card.length > 0" @click="openMoreDialog">更多</a>  
7 - <a v-model="cardName" v-if="card && card.length > 0" @click="openOrCloseApm()">{{cardName}}</a> 6 + <a class="m-r-20 text-link" v-if="card && card.length > 0" @click="openMoreDialog">更多</a>
  7 + <a class="text-link" v-model="cardName" v-if="card && card.length > 0" @click="openOrCloseApm()">{{cardName}}</a>
8 </div> 8 </div>
9 </div> 9 </div>
10 <el-divider/> 10 <el-divider/>
@@ -34,13 +34,13 @@ @@ -34,13 +34,13 @@
34 <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #75af49;"> 34 <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #75af49;">
35 <img src="../src/style/img/fault/success.png" style="width: 22px;height: 22px;"> 35 <img src="../src/style/img/fault/success.png" style="width: 22px;height: 22px;">
36 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> 36 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span>
37 - <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h> 37 + <h class="text-link" style="font-size: 24px;color: #75af49;" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h>
38 </div> 38 </div>
39 <span class="flex-border-span">|</span> 39 <span class="flex-border-span">|</span>
40 <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #febb1a;"> 40 <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #febb1a;">
41 <img src="../src/style/img/fault/error.png" style="width: 22px;height: 22px;"> 41 <img src="../src/style/img/fault/error.png" style="width: 22px;height: 22px;">
42 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> 42 <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span>
43 - <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('abnormal')">{{getFaultItemValue(dialTest,'abnormal')}}</h> 43 + <h class="text-link" style="font-size: 24px;color: #febb1a;" @click="openDiagnosticItem('abnormal')">{{getFaultItemValue(dialTest,'abnormal')}}</h>
44 </div> 44 </div>
45 </div> 45 </div>
46 </div> 46 </div>