Browse Source

修改样式。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.7.1
zouap 3 years ago
parent
commit
4c68665dea
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      templates/repo/modelmanage/convertIndex.tmpl
  2. +1
    -0
      templates/repo/modelmanage/index.tmpl

+ 1
- 0
templates/repo/modelmanage/convertIndex.tmpl View File

@@ -366,6 +366,7 @@
data['inputshape']= $('#inputshape').val();

if(inputshapeNotValid(data['inputshape'])){
$('.ui.error.message').text("格式输入错误,请输入如:1,1,32,32,与输入数据格式对应。")
$("#inputshape_div").addClass("error")
return false
}else{


+ 1
- 0
templates/repo/modelmanage/index.tmpl View File

@@ -149,6 +149,7 @@
</div>
</div>
<label for="VersionName">版本</label>
<span>&nbsp;</span>
<div class="ui dropdown selection search" id="choice_version">
<input type="hidden" id="VersionName" name="VersionName" required>
<div class="default text">选择版本</div>


Loading…
Cancel
Save