Merge branch 'master' of http://113.200.75.45:82/monitor_v3/hg-monitor-web into master-v32-xwx
Showing
4 changed files
with
17 additions
and
16 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 | } |
@@ -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> |
@@ -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> |
@@ -71,8 +71,8 @@ | @@ -71,8 +71,8 @@ | ||
71 | <div v-else v-for="item in cardData" style="width: 190px"> | 71 | <div v-else v-for="item in cardData" style="width: 190px"> |
72 | <div style="width: 190px;height: 190px;background: url(../src/style/img/fault/dialtest/disBiz.png) no-repeat;background-size: 100% 100%;padding-top: 10px;"> | 72 | <div style="width: 190px;height: 190px;background: url(../src/style/img/fault/dialtest/disBiz.png) no-repeat;background-size: 100% 100%;padding-top: 10px;"> |
73 | <div :style="{backgroundColor: item.color}" | 73 | <div :style="{backgroundColor: item.color}" |
74 | - style="width: 80px;height: 80px;border-radius: 80px;margin: 20px auto;color: white;line-height: 80px;text-align: center;"> | ||
75 | - <span>{{item.shortName}}</span> | 74 | + style="width: 80px;height: 80px;border-radius: 80px;margin: 20px auto;color: white;font-size:18px;display:flex;align-items:center;justify-content:center;text-align: center;"> |
75 | + <span :style="item.shortName?(item.shortName.length>4?'padding:10px;':'padding:15px;'):''">{{item.shortName}}</span> | ||
76 | </div> | 76 | </div> |
77 | <div class="text-overflow-line2 align-center" style="padding: 0px 25px;"> | 77 | <div class="text-overflow-line2 align-center" style="padding: 0px 25px;"> |
78 | <el-tooltip :content="item.taskName" placement="top" effect="light" :disabled="item.isShowTooltip == undefined || item.isShowTooltip == false"> | 78 | <el-tooltip :content="item.taskName" placement="top" effect="light" :disabled="item.isShowTooltip == undefined || item.isShowTooltip == false"> |
@@ -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