Browse Source

提交代码。修正按钮位置。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2480/head
zouap 3 years ago
parent
commit
988bcf31b1
2 changed files with 34 additions and 4 deletions
  1. +16
    -2
      templates/repo/cloudbrain/trainjob/show.tmpl
  2. +18
    -2
      templates/repo/modelarts/trainjob/show.tmpl

+ 16
- 2
templates/repo/cloudbrain/trainjob/show.tmpl View File

@@ -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%);
}
</style>
<div id="mask">
@@ -515,9 +525,10 @@
</div>
</div>
</div>
<!--
<div id="menuContent" class="menuContent" style="display:none; position: absolute;z-index:9999">
<ul id="treeDemo" class="ztree" style="margin-top:0; width: 83%; height: 100%;"></ul>
</div>
</div> -->
<!-- 创建模型 -->
<div id="newmodel">
<div class="ui modal second">
@@ -567,6 +578,9 @@
<div class="unite min_title inline field required">
<label>模型文件</label>
<input id="modelSelectedFile" type="text" style="width: 83%;" readonly required onclick="showMenu();" name="modelSelectedFile" >
<div id="menuContent" class="menuContent" style="display:none;">
<ul id="treeDemo" class="ztree"></ul>
</div>
</div>
<div class="inline field">
<label>模型标签</label>


+ 18
- 2
templates/repo/modelarts/trainjob/show.tmpl View File

@@ -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%);
}
</style>
<div id="mask">
@@ -568,9 +578,10 @@
</div>
</div>
</div>
<!--
<div id="menuContent" class="menuContent" style="display:none; position: absolute;z-index:9999">
<ul id="treeDemo" class="ztree" style="margin-top:0; width: 83%; height: 100%;"></ul>
</div>
</div> -->
<!-- 创建模型 -->
<div id="newmodel">
<div class="ui modal second">
@@ -613,7 +624,12 @@
</div>
<div class="unite min_title inline field required">
<label>模型文件</label>
<input id="modelSelectedFile" type="text" style="width: 83%;" readonly required onclick="showMenu();" name="modelSelectedFile" >
<div id="menuContent" class="menuContent" style="display:none;">
<ul id="treeDemo" class="ztree"></ul>
</div>
</div>
<div class="inline field">
<label>模型标签</label>


Loading…
Cancel
Save