fix(系统设置): 工作空间名称过长使用Tooltip展示

--bug=1028057 --user=王旭 【系统设置】工作空间列表-名称较长-显示全部问题 https://www.tapd.cn/55049933/s/1396507
This commit is contained in:
WangXu10 2023-07-24 14:38:09 +08:00 committed by fit2-zhao
parent 7a1f43e5d6
commit 7592b0bed2
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</template>
<!-- workspace table start -->
<el-table border class="adjust-table ws-table" :data="workspaces" :height="screenHeight">
<el-table-column prop="name" :label="$t('commons.name')"/>
<el-table-column show-overflow-tooltip prop="name" :label="$t('commons.name')"/>
<el-table-column prop="description" :label="$t('commons.description')"/>
<el-table-column :label="$t('commons.member')">
<template v-slot:default="scope">