mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-12 04:30: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"
|
min-width="100"
|
||||||
prop="name"
|
prop="name"
|
||||||
sortable
|
sortable
|
||||||
|
fix
|
||||||
:fixed="mobile ? 'false' : 'left'"
|
:fixed="mobile ? 'false' : 'left'"
|
||||||
>
|
>
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
|
|
@ -291,6 +292,7 @@
|
||||||
prop="runTime"
|
prop="runTime"
|
||||||
/>
|
/>
|
||||||
<fu-table-operations
|
<fu-table-operations
|
||||||
|
fix
|
||||||
width="180px"
|
width="180px"
|
||||||
:ellipsis="2"
|
:ellipsis="2"
|
||||||
:buttons="buttons"
|
:buttons="buttons"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue