From ff4a4283f81bd472663de050091f66d6f7a3a6ec Mon Sep 17 00:00:00 2001 From: sige Date: Sat, 18 May 2024 21:02:16 +0800 Subject: [PATCH] ~ --- src/components/Setting/components/History.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Setting/components/History.vue b/src/components/Setting/components/History.vue index 2834b44..2553de3 100644 --- a/src/components/Setting/components/History.vue +++ b/src/components/Setting/components/History.vue @@ -345,8 +345,8 @@ const showDetailModal = item => { width: 40px; height: 40px; position: fixed; - right: 50px; - bottom: 160px; + right: 160px; + bottom: 111px; z-index: 4; } .left_arrow { @@ -354,15 +354,15 @@ const showDetailModal = item => { height: 40px; position: fixed; left: 50px; - bottom: 160px; + bottom: 111px; z-index: 4; } .right_arrow { width: 40px; height: 40px; position: fixed; - right: 126px; - bottom: 160px; + right: 220px; + bottom: 111px; z-index: 4; } .table_wrap {