|
|
|
@ -2946,14 +2946,14 @@ export default { |
|
|
|
|
margin-top: -5vh; |
|
|
|
|
max-height: 30vh; |
|
|
|
|
min-height: 30vh; |
|
|
|
|
//overflow: auto; |
|
|
|
|
overflow: auto; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: space-around; |
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
.box{ |
|
|
|
|
border: 2px solid #e6e6e6; |
|
|
|
|
width: 45%; |
|
|
|
|
min-height: 300px; |
|
|
|
|
min-height: 280px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
padding: 10px; |
|
|
|
|
} |
|
|
|
@ -2961,6 +2961,9 @@ export default { |
|
|
|
|
display: flex; |
|
|
|
|
width: 50%; |
|
|
|
|
flex-wrap: wrap; |
|
|
|
|
max-height: 30vh; |
|
|
|
|
min-height: 30vh; |
|
|
|
|
overflow: auto; |
|
|
|
|
.file { |
|
|
|
|
position: relative; |
|
|
|
|
width: 140px; |
|
|
|
@ -3099,7 +3102,7 @@ export default { |
|
|
|
|
border: 2px solid #e6e6e6; |
|
|
|
|
height: 2vh; |
|
|
|
|
width: 45%; |
|
|
|
|
min-height: 300px; |
|
|
|
|
min-height: 280px; |
|
|
|
|
border-radius: 10px; |
|
|
|
|
padding: 10px; |
|
|
|
|
} |
|
|
|
|