标题这里
:show-overflow-tooltip="true"
样式部分
.address {
display: block;
width: 65px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
text-align: left;
color: #0cbafb;
}
标题这里
:show-overflow-tooltip="true"
样式部分
.address {
display: block;
width: 65px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
cursor: pointer;
text-align: left;
color: #0cbafb;
}