Commit 309fabde authored by xiexingan's avatar xiexingan

tj

parent c08ea04f
......@@ -58,7 +58,9 @@
</el-col>
<el-col :span="24" class="map_right_main_col">
<el-image class="place-image" :src="require('@/assets/images/map/place.png')"/>
<div class="tip-label">{{item.lineName+"-"+item.stationName+"-"+item.tierName}}</div>
<el-tooltip :content='item.lineName+"-"+item.stationName+"-"+item.tierName' placement="top">
<div class="tip-label text-nowrap">{{item.lineName+"-"+item.stationName+"-"+item.tierName}}</div>
</el-tooltip>
</el-col>
</el-row>
</div>
......@@ -1272,4 +1274,9 @@ color: #fff;
{
display:none;
}
.text-nowrap{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment