Browse Source

style: 容器列表页面适配手机端 (#3616)

pull/3617/head
zhengkunwang 10 months ago committed by GitHub
parent
commit
33910f7993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/views/container/container/index.vue

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

@ -284,7 +284,7 @@
:ellipsis="2"
:buttons="buttons"
:label="$t('commons.table.operate')"
fixed="right"
:fixed="mobile ? 'auto' : 'right'"
/>
</ComplexTable>
</template>

Loading…
Cancel
Save