任务记录
This commit is contained in:
parent
c8b11bbecc
commit
d56fd2c460
@ -690,6 +690,8 @@ export default {
|
|||||||
.header {
|
.header {
|
||||||
background-color: #f1f3f5;
|
background-color: #f1f3f5;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
|
height: calc(100vh - 84px);
|
||||||
|
|
||||||
|
|
||||||
::v-deep .el-tabs__header {
|
::v-deep .el-tabs__header {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
@ -700,9 +702,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bottomheader {
|
.bottomheader {
|
||||||
overflow-y: scroll;
|
height: calc(100vh - 294px);
|
||||||
|
overflow-y: auto;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
height: 67vh;
|
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user