任务待办

This commit is contained in:
shidongli 2024-07-01 15:45:05 +08:00
parent 245054714f
commit 14c76bdd5a
2 changed files with 8 additions and 4 deletions

View File

@ -588,6 +588,7 @@ export default {
} }
.header { .header {
height: calc(100vh - 84px);
background-color: #f1f3f5; background-color: #f1f3f5;
padding-top: 10px; padding-top: 10px;
@ -600,9 +601,10 @@ export default {
} }
.bottomheader { .bottomheader {
overflow-y: scroll; height: calc(100vh - 274px);
overflow-y: auto;
width: 99%; width: 99%;
height: 67vh; // height: 67vh;
background-color: #fff; background-color: #fff;
margin: 10px auto; margin: 10px auto;
padding: 10px 20px; padding: 10px 20px;

View File

@ -822,6 +822,7 @@ this.infolistword()
} }
.header { .header {
height: calc(100vh - 84px);
background-color: #f1f3f5; background-color: #f1f3f5;
padding-top: 10px; padding-top: 10px;
@ -834,9 +835,10 @@ this.infolistword()
} }
.bottomheader { .bottomheader {
overflow-y: scroll; height: calc(100vh - 274px);
overflow-y: auto;
width: 99%; width: 99%;
height: 65vh; // height: 65vh;
background-color: #fff; background-color: #fff;
margin: 10px auto; margin: 10px auto;
padding: 10px 20px; padding: 10px 20px;