任务待办
This commit is contained in:
parent
245054714f
commit
14c76bdd5a
@ -588,6 +588,7 @@ export default {
|
||||
}
|
||||
|
||||
.header {
|
||||
height: calc(100vh - 84px);
|
||||
background-color: #f1f3f5;
|
||||
padding-top: 10px;
|
||||
|
||||
@ -600,9 +601,10 @@ export default {
|
||||
}
|
||||
|
||||
.bottomheader {
|
||||
overflow-y: scroll;
|
||||
height: calc(100vh - 274px);
|
||||
overflow-y: auto;
|
||||
width: 99%;
|
||||
height: 67vh;
|
||||
// height: 67vh;
|
||||
background-color: #fff;
|
||||
margin: 10px auto;
|
||||
padding: 10px 20px;
|
||||
|
||||
@ -822,6 +822,7 @@ this.infolistword()
|
||||
}
|
||||
|
||||
.header {
|
||||
height: calc(100vh - 84px);
|
||||
background-color: #f1f3f5;
|
||||
padding-top: 10px;
|
||||
|
||||
@ -834,9 +835,10 @@ this.infolistword()
|
||||
}
|
||||
|
||||
.bottomheader {
|
||||
overflow-y: scroll;
|
||||
height: calc(100vh - 274px);
|
||||
overflow-y: auto;
|
||||
width: 99%;
|
||||
height: 65vh;
|
||||
// height: 65vh;
|
||||
background-color: #fff;
|
||||
margin: 10px auto;
|
||||
padding: 10px 20px;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user