diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini
index fc5f89ccb..e93266cef 100755
--- a/options/locale/locale_zh-CN.ini
+++ b/options/locale/locale_zh-CN.ini
@@ -226,7 +226,7 @@ contributors=贡献者
contributor=贡献者
page_title=探索更好的AI
-page_small_title=启智AI开发协作平台
+page_small_title=启智AI协作平台
page_description=面向AI领域的一站式协同开发环境,提供集代码开发、数据管理、模型调试、推理和评测为一体的AI开发流水线
page_use=立即使用
page_only_dynamic=仅展示开源项目动态
diff --git a/templates/user/dashboard/dashboard.tmpl b/templates/user/dashboard/dashboard.tmpl
index ffe6835c1..a2ac61a04 100644
--- a/templates/user/dashboard/dashboard.tmpl
+++ b/templates/user/dashboard/dashboard.tmpl
@@ -10,9 +10,9 @@
{{.i18n.Tr "home.wecome_AI_plt"}}
-
{{.i18n.Tr "home.explore_AI"}} {{.i18n.Tr "home.repositories"}} {{.i18n.Tr "home.or_t"}} {{.i18n.Tr "home.datasets"}}
-
{{.i18n.Tr "home.use_plt__fuction"}} {{.i18n.Tr "repo.create_repo"}}
-
{{.i18n.Tr "home.provide_resoure"}}
+
{{.i18n.Tr "home.explore_AI"}} {{.i18n.Tr "home.repositories"}} {{.i18n.Tr "home.or_t"}} {{.i18n.Tr "home.datasets"}}
+
{{.i18n.Tr "home.use_plt__fuction"}} {{.i18n.Tr "repo.create_repo"}}
+
{{.i18n.Tr "home.provide_resoure"}}
{{.i18n.Tr "custom.Platform_Tutorial"}}
@@ -66,19 +66,12 @@
}
.w_title{
padding-top: 25px;
+ margin-bottom: 20px;
color: rgba(16, 16, 16, 100);
font-size: 20px;
text-align: left;
font-weight: 700;
}
- .content{
- color: rgba(80, 85, 89, 100);
- font-size: 14px;
- text-align: left;
- font-family: SourceHanSansSC-regular;
- margin-top: 20px;
- }
-
.guide{
margin-top:30px;
padding-bottom: 30px;
diff --git a/templates/user/dashboard/feeds.tmpl b/templates/user/dashboard/feeds.tmpl
index 171287acb..060aa4efd 100755
--- a/templates/user/dashboard/feeds.tmpl
+++ b/templates/user/dashboard/feeds.tmpl
@@ -6,7 +6,7 @@
-
+
{{if gt .ActUser.ID 0}}
{{.GetDisplayName}}
{{else}}
diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less
index fbc40980a..c78179d45 100644
--- a/web_src/less/_dashboard.less
+++ b/web_src/less/_dashboard.less
@@ -82,6 +82,10 @@
line-height: 1.2;
+ p {
+ max-width: 100%;
+ }
+
> .ui.grid {
margin-left: auto;
margin-right: auto;