Commit d0adff14 authored by 李苏's avatar 李苏 💬

FME指标盘 标准

parent 7f052b00
......@@ -37,6 +37,7 @@
{{yearItem.oneywsj||0}}
</div>
<div class="standards" >(x<1绿;x>=1红)</div>
</div>
......@@ -52,6 +53,8 @@
{{yearItem.twoywsj||0}}
</div>
<div class="standards" >(x<4绿;x>=4 x<=6黄;x>6红)</div>
</div>
......@@ -67,6 +70,8 @@
<div class="showYearBodyItemValue flex-center">
{{yearItem.wbyrywsj||0}}
</div>
<div class="standards" >(x<6绿;x>=6 x<=12黄;x>12红)</div>
</div>
......@@ -81,6 +86,7 @@
<div class="showYearBodyItemValue flex-center">
{{yearItem.rlkkx||0}}
</div>
<div class="standards" >(x<1绿;x==1黄;x>1红)</div>
</div>
......@@ -106,7 +112,7 @@
<div class="showYearBodyItemValue flex-center">
{{monthItem.oneywsj||0}}
</div>
<div class="standards" >(x<1绿;x>=1红)</div>
</div>
<div class="showYearBodyItem flex1" :class="{
......@@ -122,6 +128,7 @@
<div class="showYearBodyItemValue flex-center">
{{monthItem.twoywsj||0}}
</div>
<div class="standards" >(x<1绿;x==1黄;x>1红)</div>
</div>
......@@ -138,6 +145,7 @@
<div class="showYearBodyItemValue flex-center">
{{monthItem.wbyrywsj||0}}
</div>
<div class="standards" >(x<3绿;x>=3 x<=6黄;x>6红)</div>
</div>
......@@ -154,6 +162,7 @@
<div class="showYearBodyItemValue flex-center">
{{monthItem.dbrwcq||0}}
</div>
<div class="standards" >(x<1绿;x==1黄;x>1红)</div>
</div>
......@@ -171,6 +180,7 @@
<div class="showYearBodyItemValue flex-center">
{{monthItem.yhrwcq||0}}
</div>
<div class="standards" >(x<1绿;x>=1 x<3黄;x>3红)</div>
</div>
......@@ -185,6 +195,7 @@
<div class="showYearBodyItemValue flex-center">
{{monthItem.lhqx||0}}
</div>
<div class="standards" >(x<1绿;x>=1 x<3黄;x>=3红)</div>
</div>
......@@ -199,6 +210,7 @@
<div class="showYearBodyItemValue flex-center">
{{monthItem.sjtbyc||0}}
</div>
<div class="standards" >(x<1绿;x>=1 x<3黄;x>=3红)</div>
</div>
......@@ -213,6 +225,7 @@
<div class="showYearBodyItemValue flex-center">
{{monthItem.sjgbcq||0}}
</div>
<div class="standards" >(x<1绿;x>=1 x<3黄;x>=3红)</div>
</div>
......@@ -412,7 +425,7 @@
}
.showYearBodyItemTitle {
line-height: 40px;
line-height: 30px;
width: 100%;
font-size: 15px;
color: #39d4ff;
......@@ -421,9 +434,16 @@
}
.showYearBodyItemValue {
height: calc(100% - 40px);
height: calc(100% - 65px);
font-size: 34px;
}
.standards{
width: 100%;
text-align: center;
font-size: 12px;
line-height: 35px;
color: #888;
}
.bg-red {
background-color: red;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment