diff --git a/components/distribution/performanceDistribution.vue b/components/distribution/performanceDistribution.vue
index 08bf740..b9ff709 100644
--- a/components/distribution/performanceDistribution.vue
+++ b/components/distribution/performanceDistribution.vue
@@ -1,300 +1,307 @@
-
-
-
-
-
- {{whatYear}}年
-
-
-
-
-
-
-
-
-
- {{whatMounth}}月
-
-
-
-
-
-
-
+
+
+
+
+
+ {{ whatYear }}年
+
+
+
+
+
+
+
+ {{ whatMounth }}月
+
+
+
+
+
-
-
+
-
-
+
+
+
+ 左区业绩
+ {{ achieveData.leftAchieve || 0 }}
+
+
+ 左区血缘业绩
+ {{ achieveData.leftDirectAchieve || 0 }}
+
+
+ 左区人数
+ {{ achieveData.leftCoun || 0 }}
+
+
-
- 左区业绩
- {{ achieveData.leftAchieve || 0 }}
-
-
- 左区血缘业绩
- {{ achieveData.leftDirectAchieve || 0 }}
-
-
- 左区人数
- {{ achieveData.leftCoun || 0 }}
-
-
-
-
-
- 血缘业绩
- {{ achieveData.directAchieve || 0 }}
-
-
-
-
-
- 右区业绩
- {{ achieveData.rightAchieve || 0 }}
-
-
-
- 右区血缘业绩
- {{ achieveData.rightDirectAchieve || 0 }}
-
-
- 右区人数
- {{ achieveData.rightCount || 0 }}
-
-
-
-
-
+
+
+ 血缘业绩
+ {{ achieveData.directAchieve || 0 }}
+
+
+
+
+ 右区业绩
+ {{ achieveData.rightAchieve || 0 }}
+
+
+ 右区血缘业绩
+ {{ achieveData.rightDirectAchieve || 0 }}
+
+
+ 右区人数
+ {{ achieveData.rightCount || 0 }}
+
+
+
\ No newline at end of file
+.bg3 {
+ background: linear-gradient(180deg, #677af9 0%, #697bf2 100%);
+}
+