|
|
@@ -186,6 +186,7 @@ import * as echarts from "echarts";
|
|
|
import Layout from "@/components/content/Layout";
|
|
|
import Title from "@/components/content/Title";
|
|
|
import { getGroupAnalysis } from "@/network/devcloud/index.js";
|
|
|
+import {getGroupScore} from "@/network/devcloud/index.js";
|
|
|
|
|
|
export default {
|
|
|
components: {
|
|
|
@@ -475,6 +476,11 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style scoped>
|
|
|
+.score-box {
|
|
|
+ width: 20px;
|
|
|
+ height: 10px;
|
|
|
+ background-color: #98e7ff;
|
|
|
+}
|
|
|
.nui-scroll {
|
|
|
margin-top: 5px;
|
|
|
width: 99%;
|
|
|
@@ -521,7 +527,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.box-innercard {
|
|
|
- /* background-color: #F0F2F5; */
|
|
|
+ /*background-color: #1f00f5;*/
|
|
|
}
|
|
|
.pie {
|
|
|
width: 200px;
|
|
|
@@ -530,4 +536,5 @@ export default {
|
|
|
/* .main{
|
|
|
display: flex;
|
|
|
} */
|
|
|
+
|
|
|
</style>
|