Browse Source

fix #1347 导入新模型时超长训练任务名称显示样式有重叠

tags/v1.22.7.2^2
chenshihai 3 years ago
parent
commit
ed85b1d84a
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; text-align: right;
} }
.inline .ui.dropdown .text { .inline .ui.dropdown .text {
color: rgba(0, 0, 0, .87) !important
color: rgba(0, 0, 0, .87) !important;
max-width: 360px;
} }
.newtext{ .newtext{
left: 15px !important left: 15px !important


Loading…
Cancel
Save