This commit is contained in:
Horis
2023-04-14 22:14:04 +08:00
parent 3e0938a2c9
commit 8fa1056af1
23 changed files with 116 additions and 65 deletions

View File

@@ -69,7 +69,12 @@ const { currentSource } = storeToRefs(store);
<style lang="scss" scoped>
:deep(.el-tab-pane) {
height: calc(100vh - 40px);
height: calc(100vh - 55px);
padding-top: 15px;
padding-right: 5px;
overflow-y: auto;
}
:deep(.el-tabs__header) {
margin: 0;
}
</style>