We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b577e3 commit 432412eCopy full SHA for 432412e
1 file changed
frontend/src/views/host/file-management/index.vue
@@ -540,7 +540,7 @@
540
:label="`${$t('commons.table.user')} / ${$t('file.group')}`"
541
prop="user"
542
show-overflow-tooltip
543
- min-width="150"
+ width="200"
544
>
545
<template #default="{ row }">
546
<el-link underline="never" @click="openChown(row)">
@@ -549,7 +549,7 @@
549
</el-link>
550
</template>
551
</el-table-column>
552
- <el-table-column :label="$t('file.size')" prop="size" width="80" :sortable="'custom'">
+ <el-table-column :label="$t('file.size')" prop="size" width="120" :sortable="'custom'">
553
554
<el-button
555
type="primary"
0 commit comments