|
|
@ -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; |
|
|
|