sige 1 year ago
parent
commit
ff4a4283f8
  1. 10
      src/components/Setting/components/History.vue

10
src/components/Setting/components/History.vue

@ -345,8 +345,8 @@ const showDetailModal = item => {
width: 40px; width: 40px;
height: 40px; height: 40px;
position: fixed; position: fixed;
right: 50px;
bottom: 160px;
right: 160px;
bottom: 111px;
z-index: 4; z-index: 4;
} }
.left_arrow { .left_arrow {
@ -354,15 +354,15 @@ const showDetailModal = item => {
height: 40px; height: 40px;
position: fixed; position: fixed;
left: 50px; left: 50px;
bottom: 160px;
bottom: 111px;
z-index: 4; z-index: 4;
} }
.right_arrow { .right_arrow {
width: 40px; width: 40px;
height: 40px; height: 40px;
position: fixed; position: fixed;
right: 126px;
bottom: 160px;
right: 220px;
bottom: 111px;
z-index: 4; z-index: 4;
} }
.table_wrap { .table_wrap {

Loading…
Cancel
Save