Browse Source

Merge pull request 'fix #1347 导入新模型时超长训练任务名称显示样式有重叠' (#2551) from fix-1347 into V20220801

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2551
Reviewed-by: zhoupzh <zhoupzh@pcl.ac.cn>
pull/2575/head
zhoupzh 2 years ago
parent
commit
7f0e95a6cf
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      templates/repo/modelmanage/index.tmpl

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

@@ -6,7 +6,8 @@
text-align: right;
}
.inline .ui.dropdown .text {
color: rgba(0, 0, 0, .87) !important
color: rgba(0, 0, 0, .87) !important;
max-width: 360px;
}
.newtext{
left: 15px !important


Loading…
Cancel
Save