custom/上海港湾-多语言版本----测试分支

This commit is contained in:
黎永顺 2024-04-03 13:44:37 +08:00
parent e6623400bc
commit afa880ff84
2 changed files with 9 additions and 1 deletions

View File

@ -84,7 +84,7 @@ class PlanSetTable extends Component {
com: [{
type: "custom",
key: "custom",
render: text => (<span>{text}</span>)
render: text => (<span title={text} className="ellipsisSpan">{text}</span>)
}]
},
{

View File

@ -175,6 +175,14 @@
overflow-y: auto;
padding: 16px;
.ellipsisSpan {
display: inline-block;
max-width: 84px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wea-search-group, .wea-form-cell {
padding: 0;