From 33910f7993390a505d4865f5c8800a5acd0cdb89 Mon Sep 17 00:00:00 2001 From: zhengkunwang <31820853+zhengkunwang223@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:16:15 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=AE=B9=E5=99=A8=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=80=82=E9=85=8D=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=20(#3616)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/container/container/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/container/container/index.vue b/frontend/src/views/container/container/index.vue index 2eb4ded92..2b29f69d7 100644 --- a/frontend/src/views/container/container/index.vue +++ b/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'" />