diff --git a/templates/repo/modelarts/notebook/index.tmpl b/templates/repo/modelarts/notebook/index.tmpl index c4fb18862..2d6dbadd9 100755 --- a/templates/repo/modelarts/notebook/index.tmpl +++ b/templates/repo/modelarts/notebook/index.tmpl @@ -180,7 +180,7 @@ } .ui.secondary.vertical.pointing.menu{ - border-right-width: 0px; + border-right-width: 0px !important; } .vertical.menu .item { diff --git a/templates/repo/modelarts/trainjob/index.tmpl b/templates/repo/modelarts/trainjob/index.tmpl index 9c05a05c8..ce91fb50d 100755 --- a/templates/repo/modelarts/trainjob/index.tmpl +++ b/templates/repo/modelarts/trainjob/index.tmpl @@ -5,7 +5,7 @@ } .ui.secondary.vertical.pointing.menu{ - border-right-width: 0px; + border-right-width: 0px !important; } .vertical.menu .item { @@ -129,133 +129,3 @@ $(this).addClass("activate") }) {{template "base/head" .}} - -