feat(接口定义):细节调整

This commit is contained in:
fit2-zhao 2020-11-26 18:41:05 +08:00
parent bc4aba0210
commit 4871c9864a
2 changed files with 6 additions and 6 deletions

View File

@ -240,7 +240,7 @@
.ms-api-buttion { .ms-api-buttion {
position: absolute; position: absolute;
top: 100px; top: 100px;
right: 20px; right: 4px;
padding: 0; padding: 0;
background: 0 0; background: 0 0;
border: none; border: none;
@ -251,10 +251,10 @@
} }
/deep/ .el-tabs__header { /deep/ .el-tabs__header {
margin-right: 82px; margin: 0 0 5px;
}
/deep/ .el-main{
overflow: hidden;
} }
/deep/ .el-main {
overflow: hidden;
}
</style> </style>

View File

@ -142,7 +142,7 @@
currentPage: 1, currentPage: 1,
pageSize: 10, pageSize: 10,
total: 0, total: 0,
screenHeight: document.documentElement.clientHeight - 350,// screenHeight: document.documentElement.clientHeight - 330,//
} }
}, },
props: { props: {