mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
ref: Adjust the column widths of the file system (#12141)
This commit is contained in:
@@ -540,7 +540,7 @@
|
||||
:label="`${$t('commons.table.user')} / ${$t('file.group')}`"
|
||||
prop="user"
|
||||
show-overflow-tooltip
|
||||
min-width="150"
|
||||
width="200"
|
||||
>
|
||||
<template #default="{ row }">
|
||||
<el-link underline="never" @click="openChown(row)">
|
||||
@@ -549,7 +549,7 @@
|
||||
</el-link>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<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'">
|
||||
<template #default="{ row }">
|
||||
<el-button
|
||||
type="primary"
|
||||
|
||||
Reference in New Issue
Block a user