diff --git a/templates/repo/cloudbrain/trainjob/show.tmpl b/templates/repo/cloudbrain/trainjob/show.tmpl
index a69f3bfa1..412a0f8ea 100755
--- a/templates/repo/cloudbrain/trainjob/show.tmpl
+++ b/templates/repo/cloudbrain/trainjob/show.tmpl
@@ -202,7 +202,17 @@
padding-top: 0.5rem;
}
.menuContent{
- background:#ffffff
+ position: absolute;
+ background: #ffffff;
+ left: 0;
+ right: 26px;
+ top: 36px;
+ z-index:999;
+ border: 1px solid #96c8da;
+ border-top: 0;
+ border-bottom-right-radius: 4px;
+ border-bottom-left-radius: 4px;
+ box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%);
}
@@ -515,9 +525,10 @@
+
@@ -567,6 +578,9 @@
+
diff --git a/templates/repo/modelarts/trainjob/show.tmpl b/templates/repo/modelarts/trainjob/show.tmpl
index 8f4ba1c63..622b61097 100755
--- a/templates/repo/modelarts/trainjob/show.tmpl
+++ b/templates/repo/modelarts/trainjob/show.tmpl
@@ -202,7 +202,17 @@
padding-top: 0.5rem;
}
.menuContent{
- background:#ffffff
+ position: absolute;
+ background: #ffffff;
+ left: 0;
+ right: 26px;
+ top: 36px;
+ z-index:999;
+ border: 1px solid #96c8da;
+ border-top: 0;
+ border-bottom-right-radius: 4px;
+ border-bottom-left-radius: 4px;
+ box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%);
}
@@ -568,9 +578,10 @@
+
@@ -613,7 +624,12 @@
+
+
+