汇总信息中的数值更改为蓝色加下划线,更多、展开增加下划线
Showing
3 changed files
with
11 additions
and
10 deletions
@@ -223,8 +223,9 @@ a { | @@ -223,8 +223,9 @@ a { | ||
223 | .text-link{ | 223 | .text-link{ |
224 | text-decoration: underline; | 224 | text-decoration: underline; |
225 | cursor: pointer; | 225 | cursor: pointer; |
226 | -} | 226 | + color:#1e9fff; |
227 | 227 | ||
228 | +} | ||
228 | .border-solid{ | 229 | .border-solid{ |
229 | border: solid 1px #bbb8b8; | 230 | border: solid 1px #bbb8b8; |
230 | } | 231 | } |
@@ -13,8 +13,8 @@ | @@ -13,8 +13,8 @@ | ||
13 | </el-tooltip> | 13 | </el-tooltip> |
14 | </div> | 14 | </div> |
15 | <div style="width: calc(100% - 250px);line-height: 54px" class="align-right"> | 15 | <div style="width: calc(100% - 250px);line-height: 54px" class="align-right"> |
16 | - <a class="m-r-20" v-if="card && card.length > 0" @click="openMoreDialog">更多</a> | ||
17 | - <a v-model="cardName" v-if="card && card.length > 0" @click="openOrCloseDialtest()">{{cardName}}</a> | 16 | + <a class="m-r-20 text-link" v-if="card && card.length > 0" @click="openMoreDialog">更多</a> |
17 | + <a class="text-link" v-model="cardName" v-if="card && card.length > 0" @click="openOrCloseDialtest()">{{cardName}}</a> | ||
18 | </div> | 18 | </div> |
19 | </div> | 19 | </div> |
20 | <el-divider/> | 20 | <el-divider/> |
@@ -44,13 +44,13 @@ | @@ -44,13 +44,13 @@ | ||
44 | <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;align-items: center;"> | 44 | <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;color: #75af49;align-items: center;"> |
45 | <img src="../src/style/img/fault/success.png" style="width: 22px;height: 22px;"> | 45 | <img src="../src/style/img/fault/success.png" style="width: 22px;height: 22px;"> |
46 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> | 46 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> |
47 | - <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('normal')">{{ getFaultItemValue(dialTest,'normal')}}</h> | 47 | + <h class="text-link" style="font-size: 24px;color: #75af49;" @click="openDiagnosticItem('normal')">{{ getFaultItemValue(dialTest,'normal')}}</h> |
48 | </div> | 48 | </div> |
49 | <span class="flex-border-span">|</span> | 49 | <span class="flex-border-span">|</span> |
50 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;align-items: center;"> | 50 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;color: #febb1a;align-items: center;"> |
51 | <img src="../src/style/img/fault/error.png" style="width: 22px;height: 22px;"> | 51 | <img src="../src/style/img/fault/error.png" style="width: 22px;height: 22px;"> |
52 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> | 52 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> |
53 | - <h class="text-link" style="font-size: 24px" @click="openDiagnosticItem('abnormal')">{{ getFaultItemValue(dialTest,'abnormal') }}</h> | 53 | + <h class="text-link" style="font-size: 24px;color: #febb1a;" @click="openDiagnosticItem('abnormal')">{{ getFaultItemValue(dialTest,'abnormal') }}</h> |
54 | </div> | 54 | </div> |
55 | </div> | 55 | </div> |
56 | </div> | 56 | </div> |
@@ -12,9 +12,9 @@ | @@ -12,9 +12,9 @@ | ||
12 | <i class="iconfont icon-tishi" /> | 12 | <i class="iconfont icon-tishi" /> |
13 | </el-tooltip> | 13 | </el-tooltip> |
14 | </div> | 14 | </div> |
15 | - <div style="width: calc(100% - 220px);line-height: 54px" class="align-right"> | ||
16 | - <a class="m-r-20" v-if="card && card.length > 0" @click="openMoreDialog">更多</a> | ||
17 | - <a v-model="cardName" v-if="card && card.length > 0" @click="openOrCloseNpm()">{{cardName}}</a> | 15 | + <div style="width: calc(100% - 220px);line-height: 54px;" class="align-right"> |
16 | + <a class="m-r-20 text-link" v-if="card && card.length > 0" @click="openMoreDialog">更多</a> | ||
17 | + <a class="text-link" v-model="cardName" v-if="card && card.length > 0" @click="openOrCloseNpm()">{{cardName}}</a> | ||
18 | </div> | 18 | </div> |
19 | </div> | 19 | </div> |
20 | <el-divider/> | 20 | <el-divider/> |
@@ -44,13 +44,13 @@ | @@ -44,13 +44,13 @@ | ||
44 | <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #75af49;"> | 44 | <div style="width: 230px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #75af49;"> |
45 | <img src="../src/style/img/fault/success.png" style="width: 20px;height: 20px"> | 45 | <img src="../src/style/img/fault/success.png" style="width: 20px;height: 20px"> |
46 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> | 46 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px">正常</span> |
47 | - <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h> | 47 | + <h style="font-size: 24px;color: #75af49;" class="text-link" @click="openDiagnosticItem('normal')">{{getFaultItemValue(dialTest,'normal')}}</h> |
48 | </div> | 48 | </div> |
49 | <span class="flex-border-span">|</span> | 49 | <span class="flex-border-span">|</span> |
50 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #febb1a;"> | 50 | <div style="width: 200px;margin-left: 20px;display: flex;align-self: center;align-items:center;color: #febb1a;"> |
51 | <img src="../src/style/img/fault/error.png" style="width: 20px;height: 20px"> | 51 | <img src="../src/style/img/fault/error.png" style="width: 20px;height: 20px"> |
52 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> | 52 | <span style="margin: 0px 6px 0px 6px;width: 105px;font-size: 16px"> 异常</span> |
53 | - <h style="font-size: 24px" class="text-link" @click="openDiagnosticItem('abnormal')">{{getFaultItemValue(dialTest,'abnormal')}}</h> | 53 | + <h style="font-size: 24px;color: #febb1a;" class="text-link" @click="openDiagnosticItem('abnormal')">{{getFaultItemValue(dialTest,'abnormal')}}</h> |
54 | </div> | 54 | </div> |
55 | </div> | 55 | </div> |
56 | </div> | 56 | </div> |
-
Please register or login to post a comment