Browse Source

fix:修改告警总览字体

temp
zhaohy 3 weeks ago
parent
commit
15e6e51f1b
  1. 14
      hx-ai-intelligent/src/view/alarmManagement/alarmOverview/index.vue

14
hx-ai-intelligent/src/view/alarmManagement/alarmOverview/index.vue

@ -16,7 +16,7 @@
</div>
<div class="item-box-left">
<div class="iem-box-left-number">
{{ item.todayProcessing }} / {{ item.total }}
{{ item.todayProcessing }}/{{ item.total }}
<span
v-if="item.liftRatio"
style="font-size: 12px; margin-left: 5px; font-weight: 700; font-style: normal"
@ -27,7 +27,7 @@
>
<img
v-if="item.liftRatio"
style="width: 12px; margin-top: 6px"
style="width: 12px; margin-top: 12px"
:src="item.liftRatio > 0 ? rise : decline" />
<span
v-if="item.liftRatio === 0"
@ -36,7 +36,7 @@
</span>
</div>
<div class="item-box-left-title"
><span style="color: rgba(0, 0, 0, 1); font-size: 16px; font-weight: 700">{{
><span style="color: rgba(0, 0, 0, 1); font-size: 16px; font-weight: 500">{{
item.title
}}</span>
<span style="margin-left: 6px; font-size: 12px"> 今日处理 / 总数</span>
@ -739,10 +739,10 @@
}
.iem-box-left-number {
color: #000000;
font-weight: 400;
font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
font-style: normal;
font-size: 30px;
// font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
// font-style: normal;
font-size: 40px;
font-weight: 700;
}
}
.item-box-right {

Loading…
Cancel
Save