mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 23:17:21 +08:00
parent
0449868d3b
commit
3652c46ac9
1 changed files with 2 additions and 2 deletions
|
@ -98,12 +98,12 @@
|
|||
<el-table-column type="selection" />
|
||||
<el-table-column
|
||||
:label="$t('commons.table.name')"
|
||||
:width="mobile ? 300 : '200'"
|
||||
:width="mobile ? 300 : 200"
|
||||
min-width="100"
|
||||
prop="name"
|
||||
sortable
|
||||
fix
|
||||
:fixed="mobile ? 'false' : 'left'"
|
||||
:fixed="mobile ? false : 'left'"
|
||||
>
|
||||
<template #default="{ row }">
|
||||
<Tooltip @click="onInspect(row.containerID)" :text="row.name" />
|
||||
|
|
Loading…
Add table
Reference in a new issue