mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-11-24 17:58:56 +08:00
style: 容器列表页面适配手机端 (#3618)
This commit is contained in:
parent
4891de0a8a
commit
f89365106a
1 changed files with 1 additions and 1 deletions
|
|
@ -284,7 +284,7 @@
|
|||
:ellipsis="2"
|
||||
:buttons="buttons"
|
||||
:label="$t('commons.table.operate')"
|
||||
:fixed="mobile ? 'auto' : 'right'"
|
||||
:fixed="mobile ? false : 'right'"
|
||||
/>
|
||||
</ComplexTable>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue