|
@@ -316,7 +316,8 @@ export default {
|
|
|
// width: 45vw;
|
|
|
width: 52vw;
|
|
|
height: 330px;
|
|
|
- top: calc(100% - 360px);
|
|
|
+ // top: calc(100% - 360px);
|
|
|
+ top: calc(100% - 372px);
|
|
|
// left: 600px;
|
|
|
// left: 31.2vw;
|
|
|
left: 24vw;
|
|
@@ -371,6 +372,7 @@ export default {
|
|
|
}
|
|
|
.newContainer {
|
|
|
top: 40px !important;
|
|
|
+ height: calc(100% - 82px) !important;
|
|
|
}
|
|
|
</style>
|
|
|
<style lang="scss">
|
|
@@ -393,7 +395,6 @@ export default {
|
|
|
.headerCheck {
|
|
|
width: 520px;
|
|
|
height: 50px;
|
|
|
- // background: rgba(255, 192, 203, 0.379);
|
|
|
position: absolute;
|
|
|
left:35vw;
|
|
|
top: 3vh;
|