mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-01 19:58:19 +08:00
style: runtime列表样式修改 (#571)
This commit is contained in:
parent
4e20ec1c9b
commit
52030dbea0
1 changed files with 3 additions and 1 deletions
|
|
@ -51,10 +51,12 @@
|
||||||
:label="$t('commons.table.date')"
|
:label="$t('commons.table.date')"
|
||||||
:formatter="dateFormat"
|
:formatter="dateFormat"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
|
min-width="120"
|
||||||
|
fix
|
||||||
/>
|
/>
|
||||||
<fu-table-operations
|
<fu-table-operations
|
||||||
:ellipsis="10"
|
:ellipsis="10"
|
||||||
width="260px"
|
width="120px"
|
||||||
:buttons="buttons"
|
:buttons="buttons"
|
||||||
:label="$t('commons.table.operate')"
|
:label="$t('commons.table.operate')"
|
||||||
fixed="right"
|
fixed="right"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue