Browse Source

修改样式。

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

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

@@ -6,6 +6,9 @@
width: 100% !important; width: 100% !important;
text-align: right; text-align: right;
} }
.inline .ui.dropdown .text {
color: rgba(0, 0, 0, .87) !important
}
.text_color { .text_color {
color: rgb(0 0 0 / 87%); color: rgb(0 0 0 / 87%);
} }


+ 1
- 1
templates/repo/modelmanage/convertshowinfo.tmpl View File

@@ -363,7 +363,7 @@ td, th {


<td class="ti-text-form-content"> <td class="ti-text-form-content">
<div class="text-span text-span-w"> <div class="text-span text-span-w">
{{if eq .SrcEngine 0}}Pytorch {{else if eq .SrcEngine 1}}Tensorflow{{else if eq .SrcEngine 2}}MindSpore {{end}}
{{if eq .SrcEngine 0}}PyTorch {{else if eq .SrcEngine 1}}Tensorflow{{else if eq .SrcEngine 2}}MindSpore {{end}}
</div> </div>
</td> </td>
</tr> </tr>


Loading…
Cancel
Save