Browse Source

pref: 优化容器列表选项列选项 (#3775)

pull/3776/head
ssongliu 10 months ago committed by GitHub
parent
commit
edc3540e67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/src/views/container/container/index.vue

2
frontend/src/views/container/container/index.vue

@ -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…
Cancel
Save