Browse Source

fix:修改告警总览字体

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

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

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

Loading…
Cancel
Save