diff --git a/src/components/Setting/components/History.vue b/src/components/Setting/components/History.vue
index f3b2b34..5c87ff3 100644
--- a/src/components/Setting/components/History.vue
+++ b/src/components/Setting/components/History.vue
@@ -91,9 +91,9 @@
class="right_arrow"
alt=""
/>
+
+
@@ -345,7 +346,7 @@ const showDetailModal = item => {
height: 40px;
position: fixed;
right: 50px;
- bottom: 111px;
+ bottom: 160px;
z-index: 4;
}
.left_arrow {
@@ -353,7 +354,7 @@ const showDetailModal = item => {
height: 40px;
position: fixed;
left: 50px;
- bottom: 111px;
+ bottom: 160px;
z-index: 4;
}
.right_arrow {
@@ -361,12 +362,12 @@ const showDetailModal = item => {
height: 40px;
position: fixed;
right: 126px;
- bottom: 111px;
+ bottom: 160px;
z-index: 4;
}
.table_wrap {
// flex: 1;
- width: 2680px;
+ width: 100%;
height: 580px;
display: flex;
justify-content: space-evenly;
@@ -375,6 +376,7 @@ const showDetailModal = item => {
.table_column {
// height: 500px;
// position: relative;
+ padding : 0 10px;
min-height: 500px;
.title {
height: 80px;
@@ -397,6 +399,7 @@ const showDetailModal = item => {
.first_box {
position: relative;
.content {
+ white-space: nowrap;
height: 60px;
display: flex;
align-items: center;
@@ -422,7 +425,7 @@ const showDetailModal = item => {
display: flex;
align-items: center;
justify-content: flex-end;
- padding: 20px 174px;
+ padding: 20px;
.return_btn {
width: 91px;
height: 40px;