|
@@ -87,7 +87,10 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="progress">
|
|
<div class="progress">
|
|
- <el-progress class="circle" type="circle" :percentage="52" />
|
|
|
|
|
|
+ <!-- <el-progress class="circle" type="circle" :percentage="52" /> -->
|
|
|
|
+ <!-- <MyProgress :percentage="52" :gradientStart="'#83804f'" :gradientEnd="'#ffca0c'"></MyProgress> -->
|
|
|
|
+
|
|
|
|
+ <MyProgress :value="50" backgroundColor="#2d4c7f" gradient-start="#83804f" gradient-end="#ffca0c" text-color="#ffffff" stroke-width="8" size="60" ></MyProgress>
|
|
<span class="text">使用率</span>
|
|
<span class="text">使用率</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -110,14 +113,14 @@
|
|
</div>
|
|
</div>
|
|
<!-- <img src="../../../assets/img/连线方向箭头.png" alt="" class="line_img"> -->
|
|
<!-- <img src="../../../assets/img/连线方向箭头.png" alt="" class="line_img"> -->
|
|
<div class="modules_bg_pdqk_body_item">
|
|
<div class="modules_bg_pdqk_body_item">
|
|
- <img src="../../../assets//img/完成指令.png" alt=""/>
|
|
|
|
|
|
+ <img src="../../../assets//img/完成指令.png" alt="" />
|
|
<div>完成指令</div>
|
|
<div>完成指令</div>
|
|
<span>17</span>
|
|
<span>17</span>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="line">
|
|
<div class="line">
|
|
- <img src="../../../assets/img/连线方向箭头.png" alt="" class="line_img1">
|
|
|
|
- <img src="../../../assets/img/连线方向箭头.png" alt="" class="line_img2">
|
|
|
|
|
|
+ <img src="../../../assets/img/连线方向箭头.png" alt="" class="line_img1" />
|
|
|
|
+ <img src="../../../assets/img/连线方向箭头.png" alt="" class="line_img2" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -152,7 +155,9 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="progress">
|
|
<div class="progress">
|
|
- <el-progress class="circle" type="circle" :percentage="52" />
|
|
|
|
|
|
+ <!-- <el-progress class="circle" type="circle" :percentage="52" /> -->
|
|
|
|
+ <!-- <MyProgress :percentage="50" :gradientStart="'#9ee6f6'" :gradientEnd="'#62e3ff'"></MyProgress> -->
|
|
|
|
+ <MyProgress :value="50" backgroundColor="#2d4c7f" gradient-start="#9ee6f6" gradient-end="#62e3ff" text-color="#ffffff" stroke-width="8" size="60" ></MyProgress>
|
|
<span class="text">出动率</span>
|
|
<span class="text">出动率</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -179,7 +184,9 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="progress">
|
|
<div class="progress">
|
|
- <el-progress class="circle" type="circle" :percentage="78" />
|
|
|
|
|
|
+ <!-- <el-progress class="circle" type="circle" :percentage="78" /> -->
|
|
|
|
+ <!-- <MyProgress :percentage="78" :gradientStart="'#ecc5af'" :gradientEnd="'#ff9a62'"></MyProgress> -->
|
|
|
|
+ <MyProgress :value="78" backgroundColor="#2d4c7f" gradient-start="#ecc5af" gradient-end="#ff9a62" text-color="#ffffff" stroke-width="8" size="60" ></MyProgress>
|
|
<span class="text">出动率</span>
|
|
<span class="text">出动率</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -200,6 +207,8 @@ import TowLevelTitle from '../../../components/TowLevelTitle'
|
|
import RiskReport from '../comp/RiskReport.vue'
|
|
import RiskReport from '../comp/RiskReport.vue'
|
|
import RiskTwoView from '../comp/RiskTwoView.vue'
|
|
import RiskTwoView from '../comp/RiskTwoView.vue'
|
|
|
|
|
|
|
|
+import MyProgress from './common/MyProgress'
|
|
|
|
+
|
|
import { ref, nextTick, toRaw, reactive, toRefs, onBeforeMount, onMounted } from 'vue'
|
|
import { ref, nextTick, toRaw, reactive, toRefs, onBeforeMount, onMounted } from 'vue'
|
|
|
|
|
|
// let riskReportObj = ref([{ id: 1, level: 'A', count: 0 }, { id: 2, level: 'B', count: 0 }, { id: 3, level: 'C', count: 0 }, { id: 4, level: 'D', count: 0 },])
|
|
// let riskReportObj = ref([{ id: 1, level: 'A', count: 0 }, { id: 2, level: 'B', count: 0 }, { id: 3, level: 'C', count: 0 }, { id: 4, level: 'D', count: 0 },])
|
|
@@ -453,8 +462,8 @@ function openRiskBigTable() {
|
|
.modules_bg_jcsb {
|
|
.modules_bg_jcsb {
|
|
width: 223px;
|
|
width: 223px;
|
|
height: 126px;
|
|
height: 126px;
|
|
- // padding: 5px 10px 0px;
|
|
|
|
- padding-left: 5px;
|
|
|
|
|
|
+ padding: 5px 5px 0px;
|
|
|
|
+ // padding-left: 5px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
.modules_bg_jcsb_body {
|
|
.modules_bg_jcsb_body {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -500,7 +509,7 @@ function openRiskBigTable() {
|
|
height: 76px;
|
|
height: 76px;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
- // align-items: center;
|
|
|
|
|
|
+ align-items: center;
|
|
// justify-content: center;
|
|
// justify-content: center;
|
|
|
|
|
|
.text {
|
|
.text {
|
|
@@ -559,22 +568,21 @@ function openRiskBigTable() {
|
|
-webkit-background-clip: text;
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
-webkit-text-fill-color: transparent;
|
|
}
|
|
}
|
|
- .line_img{
|
|
|
|
- width: 16px;
|
|
|
|
- height: 16px;
|
|
|
|
-
|
|
|
|
|
|
+ .line_img {
|
|
|
|
+ width: 16px;
|
|
|
|
+ height: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- .line{
|
|
|
|
|
|
+ .line {
|
|
position: absolute;
|
|
position: absolute;
|
|
- top:10px;
|
|
|
|
|
|
+ top: 10px;
|
|
left: 24px;
|
|
left: 24px;
|
|
width: 192px;
|
|
width: 192px;
|
|
height: 16px;
|
|
height: 16px;
|
|
border-bottom: 2px dashed #175a7e;
|
|
border-bottom: 2px dashed #175a7e;
|
|
// position: relative;
|
|
// position: relative;
|
|
- .line_img1{
|
|
|
|
|
|
+ .line_img1 {
|
|
// position: absolute;
|
|
// position: absolute;
|
|
// top:0px;
|
|
// top:0px;
|
|
// left: 0px;
|
|
// left: 0px;
|
|
@@ -583,13 +591,11 @@ function openRiskBigTable() {
|
|
margin-left: 50px;
|
|
margin-left: 50px;
|
|
margin-top: 4px;
|
|
margin-top: 4px;
|
|
margin-right: 70px;
|
|
margin-right: 70px;
|
|
-
|
|
|
|
}
|
|
}
|
|
- .line_img2{
|
|
|
|
|
|
+ .line_img2 {
|
|
margin-top: 4px;
|
|
margin-top: 4px;
|
|
- width: 26px;
|
|
|
|
|
|
+ width: 26px;
|
|
height: 26px;
|
|
height: 26px;
|
|
-
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -599,8 +605,8 @@ function openRiskBigTable() {
|
|
.modules_bg_yjry {
|
|
.modules_bg_yjry {
|
|
width: 322px;
|
|
width: 322px;
|
|
height: 126px;
|
|
height: 126px;
|
|
- // padding: 5px 10px 10px;
|
|
|
|
- padding-left: 10px;
|
|
|
|
|
|
+ padding: 5px 5px 5px;
|
|
|
|
+ // padding-left: 10px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
.modules_bg_yjry_body {
|
|
.modules_bg_yjry_body {
|
|
display: flex;
|
|
display: flex;
|
|
@@ -673,12 +679,11 @@ function openRiskBigTable() {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.progress {
|
|
.progress {
|
|
- margin-top: -5px;
|
|
|
|
width: 54px;
|
|
width: 54px;
|
|
height: 76px;
|
|
height: 76px;
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
- // align-items: center;
|
|
|
|
|
|
+ align-items: center;
|
|
// justify-content: center;
|
|
// justify-content: center;
|
|
|
|
|
|
.text {
|
|
.text {
|