Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1845/head
zouap 3 years ago
parent
commit
120c60b272
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      templates/repo/modelarts/notebook/show.tmpl

+ 3
- 1
templates/repo/modelarts/notebook/show.tmpl View File

@@ -119,9 +119,11 @@ td, th {
white-space: nowrap; white-space: nowrap;
} }
.text-span-new { .text-span-new {
width: 450px;
width: 800px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
height: 120px;
word-break: break-all;
} }
.redo-color{ .redo-color{
color: #3291F8; color: #3291F8;


Loading…
Cancel
Save