From 988bcf31b1c2515c5f7b7a8f570fa9cdb79af2d8 Mon Sep 17 00:00:00 2001 From: zouap Date: Tue, 28 Jun 2022 16:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=8C=89=E9=92=AE=E4=BD=8D=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- templates/repo/cloudbrain/trainjob/show.tmpl | 18 ++++++++++++++++-- templates/repo/modelarts/trainjob/show.tmpl | 20 ++++++++++++++++++-- 2 files changed, 34 insertions(+), 4 deletions(-) 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 @@
+
+
+ + +