diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 952923d2b..79424b709 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -785,6 +785,8 @@ modelarts.train_job.standard=规格 modelarts.train_job.query_whether_save_parameter=保存作业参数 modelarts.train_job.common_frame=常用框架 modelarts.train_job.amount_of_compute_node=计算节点个数 +modelarts.train_job.job_parameter_name=作业参数名称 +modelarts.train_job.parameter_description=作业参数描述 template.items=模板选项 template.git_content=Git数据(默认分支) diff --git a/templates/repo/modelarts/notebook/index.tmpl b/templates/repo/modelarts/notebook/index.tmpl index e030940a5..c4fb18862 100755 --- a/templates/repo/modelarts/notebook/index.tmpl +++ b/templates/repo/modelarts/notebook/index.tmpl @@ -180,14 +180,15 @@ } .ui.secondary.vertical.pointing.menu{ - border-right-width: 0; - margin-right: 0; - border-right-color: white; - margin-top: 14px; + border-right-width: 0px; } - .ui.secondary.vertical.pointing.menu .active.item { - border-color: none; + .vertical.menu .item { + border-right-color: white !important; + } + + .vertical.menu .activate.item { + font-weight: 700; }
@@ -213,7 +214,7 @@