mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 00:09:16 +08:00
parent
0449868d3b
commit
3652c46ac9
@ -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…
x
Reference in New Issue
Block a user