fix(系统设置): 工作空间名称过长使用Tooltip展示
--bug=1028057 --user=王旭 【系统设置】工作空间列表-名称较长-显示全部问题 https://www.tapd.cn/55049933/s/1396507
This commit is contained in:
parent
7a1f43e5d6
commit
7592b0bed2
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue