diff --git a/src/views/dashboard/components/Chart/PieChart.vue b/src/views/dashboard/components/Chart/PieChart.vue
index 910b1de8..2fb9562e 100644
--- a/src/views/dashboard/components/Chart/PieChart.vue
+++ b/src/views/dashboard/components/Chart/PieChart.vue
@@ -70,7 +70,7 @@ function initChart() {
{
name: 'Nightingale Chart',
type: 'pie',
- radius: [50, 160],
+ radius: [50, 150],
center: ['50%', '50%'],
roseType: 'area',
itemStyle: {
diff --git a/src/views/dashboard/components/Chart/RadarChart.vue b/src/views/dashboard/components/Chart/RadarChart.vue
index b2dc2fae..b7866243 100644
--- a/src/views/dashboard/components/Chart/RadarChart.vue
+++ b/src/views/dashboard/components/Chart/RadarChart.vue
@@ -70,6 +70,7 @@ function initChart() {
},
radar: {
// shape: 'circle',
+ radius: '70%',
indicator: [
{ name: '家用电器', max: 6500 },
{ name: '服装箱包', max: 16000 },
diff --git a/src/views/dashboard/components/Project/index.vue b/src/views/dashboard/components/Project/index.vue
index e6cdc8eb..4b428396 100644
--- a/src/views/dashboard/components/Project/index.vue
+++ b/src/views/dashboard/components/Project/index.vue
@@ -76,7 +76,7 @@ export default {
&__main {
line-height: 28px;
- height: 315px;
+ height: 308.5px;
}
}
diff --git a/src/views/dashboard/components/Team/index.vue b/src/views/dashboard/components/Team/index.vue
index 70d7f3cc..ec1b0085 100644
--- a/src/views/dashboard/components/Team/index.vue
+++ b/src/views/dashboard/components/Team/index.vue
@@ -14,7 +14,8 @@
1. 人品良好、善于思考、执行力强;
-2. 至少给项目提交过一个PR(无论大小);
-3. Git代码库活跃,个人主页、博客完善者优先;
-4. 过份优秀者我们会主动联系您...
+2. 熟悉项目,至少给项目提交一个PR;
+3. Git代码库活跃,个人主页或博客完善者优先;
+4. 过分优秀者我们会主动联系您...
+