Authored by 王涛

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

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



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