mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-10 19:50:53 +08:00
pref: 优化容器列表选项列选项 (#3775)
This commit is contained in:
parent
13a69fa1ed
commit
edc3540e67
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,7 @@
|
|||
min-width="100"
|
||||
prop="name"
|
||||
sortable
|
||||
fix
|
||||
:fixed="mobile ? 'false' : 'left'"
|
||||
>
|
||||
<template #default="{ row }">
|
||||
|
|
@ -291,6 +292,7 @@
|
|||
prop="runTime"
|
||||
/>
|
||||
<fu-table-operations
|
||||
fix
|
||||
width="180px"
|
||||
:ellipsis="2"
|
||||
:buttons="buttons"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue