Skip to content

Commit 432412e

Browse files
authored
ref: Adjust the column widths of the file system (#12141)
1 parent 1b577e3 commit 432412e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • frontend/src/views/host/file-management

frontend/src/views/host/file-management/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@
540540
:label="`${$t('commons.table.user')} / ${$t('file.group')}`"
541541
prop="user"
542542
show-overflow-tooltip
543-
min-width="150"
543+
width="200"
544544
>
545545
<template #default="{ row }">
546546
<el-link underline="never" @click="openChown(row)">
@@ -549,7 +549,7 @@
549549
</el-link>
550550
</template>
551551
</el-table-column>
552-
<el-table-column :label="$t('file.size')" prop="size" width="80" :sortable="'custom'">
552+
<el-table-column :label="$t('file.size')" prop="size" width="120" :sortable="'custom'">
553553
<template #default="{ row }">
554554
<el-button
555555
type="primary"

0 commit comments

Comments
 (0)