Browse Source

fix: 已安装应用的name列加长

pull/58/head
zhengkunwang223 2 years ago committed by zhengkunwang223
parent
commit
42a9d34e3d
  1. 2
      frontend/src/views/app-store/installed/index.vue

2
frontend/src/views/app-store/installed/index.vue

@ -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…
Cancel
Save