custom/上海港湾-多语言版本----测试分支
This commit is contained in:
parent
e6623400bc
commit
afa880ff84
|
|
@ -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>)
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue