feat(接口定义):细节调整
This commit is contained in:
parent
bc4aba0210
commit
4871c9864a
|
@ -240,7 +240,7 @@
|
|||
.ms-api-buttion {
|
||||
position: absolute;
|
||||
top: 100px;
|
||||
right: 20px;
|
||||
right: 4px;
|
||||
padding: 0;
|
||||
background: 0 0;
|
||||
border: none;
|
||||
|
@ -251,10 +251,10 @@
|
|||
}
|
||||
|
||||
/deep/ .el-tabs__header {
|
||||
margin-right: 82px;
|
||||
}
|
||||
/deep/ .el-main{
|
||||
overflow: hidden;
|
||||
margin: 0 0 5px;
|
||||
}
|
||||
|
||||
/deep/ .el-main {
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -142,7 +142,7 @@
|
|||
currentPage: 1,
|
||||
pageSize: 10,
|
||||
total: 0,
|
||||
screenHeight: document.documentElement.clientHeight - 350,//屏幕高度
|
||||
screenHeight: document.documentElement.clientHeight - 330,//屏幕高度
|
||||
}
|
||||
},
|
||||
props: {
|
||||
|
|
Loading…
Reference in New Issue