diff --git a/back/src/assets/img/排行榜背景图.png b/back/src/assets/img/排行榜背景图.png new file mode 100644 index 00000000..8377a1ff Binary files /dev/null and b/back/src/assets/img/排行榜背景图.png differ diff --git a/back/src/views/modules/abilityStatistics/applicationResources.vue b/back/src/views/modules/abilityStatistics/applicationResources.vue index 49826e38..2c24531a 100644 --- a/back/src/views/modules/abilityStatistics/applicationResources.vue +++ b/back/src/views/modules/abilityStatistics/applicationResources.vue @@ -98,7 +98,7 @@ export default { }, axisLine:{ lineStyle:{ - color:"#ebebeb" + color:"#f5f5f5" } }, axisLabel: {//y轴文字的配置 @@ -133,11 +133,25 @@ export default { }, }, series: [ + { + data: [5, 5, 5, 5, 5, 5], + type: 'bar', + barWidth: 14, + stack: '1', + itemStyle: { + barBorderRadius: [20,20,20,20], + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ + { offset: 0, color: 'rgba(178, 189, 255,0)' }, + // { offset: 0.5, color: '#188df0' }, + { offset: 1, color: 'rgba(82, 106, 255,0)' } + ]) + }, + }, { data: [60, 90, 50, 80], type: 'bar', barWidth: 14, - + stack: '1', itemStyle: { barBorderRadius: [20,20,20,20], color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ @@ -285,11 +299,25 @@ export default { }, }, series: [ + { + data: [5, 5, 5, 5], + type: 'bar', + barWidth: 14, + stack: '1', + itemStyle: { + barBorderRadius: [20,20,20,20], + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ + { offset: 0, color: 'rgba(178, 189, 255,0)' }, + // { offset: 0.5, color: '#188df0' }, + { offset: 1, color: 'rgba(82, 106, 255,0)' } + ]) + }, + }, { data: [60, 90, 50, 80], type: 'bar', barWidth: 14, - + stack: '1', itemStyle: { barBorderRadius: [20,20,20,20], color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ @@ -317,9 +345,9 @@ export default { type: 'category', data: ['组件名称1', '组件名称2', '组件名称3', '组件名称4', '组件名称5', '组件名称6'], color:['#f5f5f5'], - axisTick:{ - show:false,//不显示坐标轴刻度线 - }, + axisTick: { // 坐标轴 刻度 + show: false, // 是否显示 + }, splitLine: { show: true, color:['#f5f5f5'] @@ -362,10 +390,24 @@ export default { }, series: [ { + data: [5, 5, 5, 5, 5, 5], + type: 'bar', + barWidth: 14, + stack: '1', + itemStyle: { + barBorderRadius: [20,20,20,20], + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ + { offset: 0, color: 'rgba(178, 189, 255,0)' }, + // { offset: 0.5, color: '#188df0' }, + { offset: 1, color: 'rgba(82, 106, 255,0)' } + ]) + }, + }, + { data: [60, 90, 50, 80, 50, 80], type: 'bar', barWidth: 14, - + stack: '1', itemStyle: { barBorderRadius: [20,20,20,20], color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ @@ -374,7 +416,7 @@ export default { { offset: 1, color: 'rgba(82, 106, 255,0.8)' } ]) }, - } + }, ] }; diff --git a/back/src/views/modules/abilityStatistics/componentServices.vue b/back/src/views/modules/abilityStatistics/componentServices.vue index 40117e32..8d754469 100644 --- a/back/src/views/modules/abilityStatistics/componentServices.vue +++ b/back/src/views/modules/abilityStatistics/componentServices.vue @@ -358,6 +358,7 @@ export default { padding-left: 20px; margin-top: 20px; margin-right: 20px; + /* background-image:url("../../../assets/img/排行榜背景图.png"); */ } .container-body5{ width:640px; diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index eece6ba4..fad985c5 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -2,10 +2,13 @@
+ 备选 + {{ dataSource.length }} + 个 +
+ ++ 已选 + 22 + 个 +
+