diff --git a/src/components/Setting/components/History.vue b/src/components/Setting/components/History.vue index 6e7f33b..0af3ac7 100644 --- a/src/components/Setting/components/History.vue +++ b/src/components/Setting/components/History.vue @@ -366,7 +366,7 @@ const showDetailModal = item => { } .table_wrap { // flex: 1; - width: 3500px; + width: 100%; height: 580px; display: flex; justify-content: space-evenly; @@ -374,7 +374,7 @@ const showDetailModal = item => { overflow: scroll; .table_column { // height: 500px; - // position: relative; + padding : 0 10px; min-height: 500px; .title { height: 80px; @@ -397,6 +397,7 @@ const showDetailModal = item => { .first_box { position: relative; .content { + white-space: nowrap; height: 60px; display: flex; align-items: center;