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 {