|
@@ -449,8 +449,8 @@ export default {
|
|
box-shadow: 0px 2px 15px 0px rgba(31, 36, 41, 0.08);
|
|
box-shadow: 0px 2px 15px 0px rgba(31, 36, 41, 0.08);
|
|
}
|
|
}
|
|
.add-img-container {
|
|
.add-img-container {
|
|
- width: 560px;
|
|
|
|
- max-height: 768px;
|
|
|
|
|
|
+ width: 898px;
|
|
|
|
+ max-height: 674px;
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
-webkit-box-shadow: 0px 2px 8px 0px rgba(31, 36, 41, 0.06);
|
|
-webkit-box-shadow: 0px 2px 8px 0px rgba(31, 36, 41, 0.06);
|
|
@@ -460,7 +460,7 @@ export default {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: 48px;
|
|
right: 48px;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
- padding: 20px;
|
|
|
|
|
|
+ padding: 24px 20px;
|
|
&::-webkit-scrollbar {
|
|
&::-webkit-scrollbar {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
@@ -487,7 +487,8 @@ export default {
|
|
margin-left: 0 !important;
|
|
margin-left: 0 !important;
|
|
}
|
|
}
|
|
#equipment .eq-bottom .eq-right .eq-right-bottom .eq-content .additional-box .add-img-container {
|
|
#equipment .eq-bottom .eq-right .eq-right-bottom .eq-content .additional-box .add-img-container {
|
|
- max-height: 546px;
|
|
|
|
|
|
+ width: 640px;
|
|
|
|
+ max-height: 480px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|