fix: 收藏列表仪表板名称过长展示...

This commit is contained in:
fit2cloud-chenyw 2021-08-31 16:14:34 +08:00
parent d974e217f3
commit ddd53d9c69

View File

@ -10,7 +10,7 @@
<el-table-column prop="name" :label="$t('commons.name')">
<template :id="scope.row.storeId" slot-scope="scope">
<div class="start-item">
<div class="filter-db-row star-item-content" @click="showPanel(scope.row)">
<div class="filter-db-row star-item-content" style="white-space:nowrap;overflow:hidden;text-overflow:ellipsis;" @click="showPanel(scope.row)">
<svg-icon icon-class="panel" class="ds-icon-scene" />
<span> {{ scope.row.name }}</span>
</div>