fix:修改告警总览字体
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="item-box-left">
|
<div class="item-box-left">
|
||||||
<div class="iem-box-left-number">
|
<div class="iem-box-left-number">
|
||||||
{{ item.todayProcessing }} / {{ item.total }}
|
{{ item.todayProcessing }}/{{ item.total }}
|
||||||
<span
|
<span
|
||||||
v-if="item.liftRatio"
|
v-if="item.liftRatio"
|
||||||
style="font-size: 12px; margin-left: 5px; font-weight: 700; font-style: normal"
|
style="font-size: 12px; margin-left: 5px; font-weight: 700; font-style: normal"
|
||||||
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user