修改
This commit is contained in:
parent
8427c4c6e1
commit
9cafe9eeb5
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user