This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
提交代码。
Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.7.1
zouap
3 years ago
parent
beb168edd0
commit
8ca13dfad2
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
templates/repo/modelmanage/convertIndex.tmpl
+ 6
- 1
templates/repo/modelmanage/convertIndex.tmpl
View File
@@ -1,6 +1,11 @@
<!-- 头部导航栏 -->
{{template "base/head" .}}
<!-- 弹窗 -->
<style>
.text_color {
color: rgb(0 0 0 / 87%);
}
</style>
<div id="mask">
<div id="loadingPage">
<div class="rect1"></div>
@@ -220,7 +225,7 @@
<div class="unite min_title inline field required">
<label>原模型框架</label>
<span> </span>
<select id="SrcEngine" class="ui search dropdown" placeholder="" style='width:385px' name="SrcEngine">
<select id="SrcEngine" class="ui search dropdown" placeholder="" style='width:385px
;color:#000000;
' name="SrcEngine">
</select>
</div>
Write
Preview
Loading…
Cancel
Save