diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini
index 4e73fbad5..fb85f6dfa 100755
--- a/options/locale/locale_zh-CN.ini
+++ b/options/locale/locale_zh-CN.ini
@@ -2922,3 +2922,5 @@ cpu_num = CPU数
memory = 内存
shared_memory = 共享内存
+[mirror]
+imageMirror = 云脑镜像
diff --git a/templates/admin/cloudbrain/list.tmpl b/templates/admin/cloudbrain/list.tmpl
index 39b2c21de..2d291d97e 100644
--- a/templates/admin/cloudbrain/list.tmpl
+++ b/templates/admin/cloudbrain/list.tmpl
@@ -315,15 +315,28 @@
{{template "base/footer" .}}
diff --git a/templates/base/footer_content_fluid.tmpl b/templates/base/footer_content_fluid.tmpl
index 6d3cada9e..7926e9fe1 100644
--- a/templates/base/footer_content_fluid.tmpl
+++ b/templates/base/footer_content_fluid.tmpl
@@ -19,7 +19,7 @@
-
{{.LangName}}
+
{{.LangName}}
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/templates/explore/data_analysis.tmpl b/templates/explore/data_analysis.tmpl
index 34ad3f018..f041c2914 100755
--- a/templates/explore/data_analysis.tmpl
+++ b/templates/explore/data_analysis.tmpl
@@ -8,8 +8,11 @@
\ No newline at end of file
diff --git a/templates/explore/datasets.tmpl b/templates/explore/datasets.tmpl
index ff18a3da3..6f5b86b04 100644
--- a/templates/explore/datasets.tmpl
+++ b/templates/explore/datasets.tmpl
@@ -216,3 +216,18 @@
{{template "base/footer" .}}
+
+
diff --git a/templates/repo/datasets/index.tmpl b/templates/repo/datasets/index.tmpl
index a38e86525..7a021eb56 100755
--- a/templates/repo/datasets/index.tmpl
+++ b/templates/repo/datasets/index.tmpl
@@ -344,3 +344,18 @@
{{template "base/delete_modal_actions" .}}
{{template "base/footer" .}}
+
+
\ No newline at end of file
diff --git a/web_src/js/components/Contributors.vue b/web_src/js/components/Contributors.vue
index cd85f6ae9..380617515 100644
--- a/web_src/js/components/Contributors.vue
+++ b/web_src/js/components/Contributors.vue
@@ -36,7 +36,20 @@
+
-
-
+ .colorChange {
+ background-color: #1684FC;
+ color: #FFFF;
+ cursor: default;
+ }
+ .items{
+ text-align: center;
+ border-right:1px solid rgba(219, 219, 219, 100);
+ }
+ .item_l{
+ margin-right: 5px;
+ border:1px solid rgba(219, 219, 219, 100);
+ height: 370px;
+ width: 100%;
+ }
+ .item_r{
+ margin-right:5px;
+ border:1px solid rgba(219, 219, 219, 100);
+ height: 370px;
+ overflow:auto
+ }
+ .item_echart{
+ margin-top: 10px;
+ margin-right: 5px;
+ border:1px solid rgba(219, 219, 219, 100);
+ height: 350px;
+ width: 100%;
+ }
+ .item_content{
+ color:#0366D6;
+ margin-top: 10px;
+ font-weight:bold;
+ }
+
diff --git a/web_src/js/components/UserAnalysis.vue b/web_src/js/components/UserAnalysis.vue
index 682dbc78c..2b579fd16 100755
--- a/web_src/js/components/UserAnalysis.vue
+++ b/web_src/js/components/UserAnalysis.vue
@@ -159,6 +159,19 @@