mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-05 05:29:29 +08:00
fix(系统设置): 工作空间列表描述字段及成员字段宽度调整
--bug=1028136 --user=宋昌昌 【系统设置】工作空间列表-描述字段和成员字段显示问题 https://www.tapd.cn/55049933/s/1397825
This commit is contained in:
parent
d531082510
commit
b17dd5b5c8
@ -10,9 +10,9 @@
|
||||
</template>
|
||||
<!-- workspace table start -->
|
||||
<el-table border class="adjust-table ws-table" :data="workspaces" :height="screenHeight">
|
||||
<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')">
|
||||
<el-table-column show-overflow-tooltip prop="name" :label="$t('commons.name')" min-width="100"/>
|
||||
<el-table-column show-overflow-tooltip prop="description" :label="$t('commons.description')" min-width="100"/>
|
||||
<el-table-column :label="$t('commons.member')" width="150">
|
||||
<template v-slot:default="scope">
|
||||
<el-link
|
||||
type="primary"
|
||||
@ -22,8 +22,8 @@
|
||||
{{ scope.row.memberSize }}
|
||||
</el-link>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('commons.operating')">
|
||||
</el-table-column >
|
||||
<el-table-column :label="$t('commons.operating')" min-width="100">
|
||||
<template v-slot:default="scope">
|
||||
<div>
|
||||
<ms-table-operator
|
||||
|
Loading…
Reference in New Issue
Block a user