任务记录

This commit is contained in:
shidongli 2024-07-01 16:03:14 +08:00
parent c8b11bbecc
commit d56fd2c460

View File

@ -690,6 +690,8 @@ export default {
.header {
background-color: #f1f3f5;
padding-top: 10px;
height: calc(100vh - 84px);
::v-deep .el-tabs__header {
margin: 0 !important;
@ -700,9 +702,9 @@ export default {
}
.bottomheader {
overflow-y: scroll;
height: calc(100vh - 294px);
overflow-y: auto;
width: 99%;
height: 67vh;
background-color: #fff;
margin: 10px auto;
padding: 10px 20px;