diff --git a/front/src/views/abilityStatistics/components/AbilityRanking.vue b/front/src/views/abilityStatistics/components/AbilityRanking.vue
index 2ae1a5ab..33aaac78 100644
--- a/front/src/views/abilityStatistics/components/AbilityRanking.vue
+++ b/front/src/views/abilityStatistics/components/AbilityRanking.vue
@@ -273,7 +273,7 @@
flex-wrap: wrap;
justify-content: center;
align-items: center;
- margin-bottom: 26px;
+ margin-bottom: -10px;
.line {
width: 34px;
height: 3px;
@@ -356,6 +356,8 @@
color: #734204;
}
.content-neirong {
+ font-size: 18px;
+ font-weight: 600;
width: 215px;
text-overflow: -o-ellipsis-lastline;
overflow: hidden;
diff --git a/front/src/views/abilityStatistics/components/CapabilityRequirements.vue b/front/src/views/abilityStatistics/components/CapabilityRequirements.vue
index b2d4c45c..a87451ea 100644
--- a/front/src/views/abilityStatistics/components/CapabilityRequirements.vue
+++ b/front/src/views/abilityStatistics/components/CapabilityRequirements.vue
@@ -31,7 +31,11 @@
查看更多
-
+
@@ -92,6 +96,7 @@
dataList.value[index].photo = photo.value[4]
break
}
+ dataList.value = []
})
console.log('123123123qwee', dataList.value)
diff --git a/front/src/views/abilityStatistics/components/ResourceAggregation.vue b/front/src/views/abilityStatistics/components/ResourceAggregation.vue
index 5673f65f..93158c84 100644
--- a/front/src/views/abilityStatistics/components/ResourceAggregation.vue
+++ b/front/src/views/abilityStatistics/components/ResourceAggregation.vue
@@ -475,7 +475,7 @@
barGap: '-100%',
itemStyle: {
normal: {
- color: '#C1232B',
+ color: '#ECB53F',
},
},
// data: [5, 20, 36, 10, 10, 20]
@@ -488,7 +488,7 @@
barGap: '-100%',
itemStyle: {
normal: {
- color: '#B5C334',
+ color: '#FE845E',
},
},
// data: [5, 20, 36, 10, 10, 20]
@@ -501,7 +501,7 @@
barGap: '-100%',
itemStyle: {
normal: {
- color: '#FCCE10',
+ color: '#6CC95A',
},
},
// data: [5, 20, 36, 10, 10, 20]
@@ -514,7 +514,7 @@
barGap: '-100%',
itemStyle: {
normal: {
- color: '#E87C25',
+ color: '#02D1B0',
},
},
// data: [5, 20, 36, 10, 10, 20]
@@ -527,20 +527,7 @@
barGap: '-100%',
itemStyle: {
normal: {
- color: '#27727B',
- },
- },
- // data: [5, 20, 36, 10, 10, 20]
- data: [],
- },
- {
- name: '',
- type: 'bar',
- barWidth: 35,
- barGap: '-100%',
- itemStyle: {
- normal: {
- color: '#FE8463',
+ color: '#1772FF',
},
},
// data: [5, 20, 36, 10, 10, 20]
@@ -558,6 +545,7 @@
for (let i = 0; i < 5; i++) {
if (i == index) {
arr.push(val.value)
+ // arr.push(10) // 方便更改样式
} else {
arr.push(0)
}
diff --git a/front/src/views/abilityStatistics/components/SharingSituation.vue b/front/src/views/abilityStatistics/components/SharingSituation.vue
index 3ec8b807..54fe719b 100644
--- a/front/src/views/abilityStatistics/components/SharingSituation.vue
+++ b/front/src/views/abilityStatistics/components/SharingSituation.vue
@@ -8,9 +8,17 @@
-
日平均浏览量 {{ browseAvg }}次
+
+ 日平均浏览量
+ {{ browseAvg }}
+ 次
+
-
日最大浏览量{{ browseMax }}次
+
+ 日最大浏览量
+ {{ browseMax }}
+ 次
+
@@ -61,12 +72,12 @@
backgroundImage: `url(${item.photo}) `,
}"
>
-
{{ item.type }}
-
{{ item.amount }}
+
{{ item.type }}
+
{{ item.amount }}
-
{{ item.amount }}
-
{{ item.type }}
+
{{ item.amount }}
+
{{ item.type }}