forked from github/dataease
fix: 收藏列表仪表板名称过长展示...
This commit is contained in:
parent
d974e217f3
commit
ddd53d9c69
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user