mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 08:19:15 +08:00
fix: 已安装应用的name列加长
This commit is contained in:
parent
7de0284e81
commit
42a9d34e3d
@ -25,7 +25,7 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
</template>
|
||||
<el-table-column :label="$t('app.name')" prop="name">
|
||||
<el-table-column :label="$t('app.name')" prop="name" min-width="150px" show-overflow-tooltip>
|
||||
<template #default="{ row }">
|
||||
{{ row.name }}
|
||||
<el-tag round effect="dark" v-if="row.canUpdate">{{ $t('app.canUpdate') }}</el-tag>
|
||||
|
Loading…
x
Reference in New Issue
Block a user