This commit is contained in:
闫晓茹 2024-07-01 14:10:12 +08:00
parent 8427c4c6e1
commit 9cafe9eeb5
2 changed files with 6 additions and 6 deletions

View File

@ -667,7 +667,7 @@ export default indexjs;
padding: 0 20px 20px;
height: calc(100vh - 347px);
overflow: scroll;
overflow: auto;
.timetitle {
height: 60px;
@ -686,7 +686,7 @@ export default indexjs;
width: 73%;
height: calc(100vh - 347px);
overflow: scroll;
overflow: auto;
background-color: #fff;
}
}
@ -707,7 +707,7 @@ export default indexjs;
padding: 0 20px 20px;
height: calc(100vh - 273px);
overflow: scroll;
overflow: auto;
.timetitle {
height: 60px;
@ -726,7 +726,7 @@ export default indexjs;
width: 73%;
height: calc(100vh - 273px);
overflow: scroll;
overflow: auto;
background-color: #fff;
}
}

View File

@ -1209,7 +1209,7 @@ export default {
padding: 0 20px 20px;
// height: 680px;
height: calc(100vh - 294px);
overflow: scroll;
overflow: auto;
.timetitle {
height: 60px;
@ -1228,7 +1228,7 @@ export default {
width: 73%;
// height: 680px;
height: calc(100vh - 294px);
overflow: scroll;
overflow: auto;
background-color: #fff;
}
}