<style lang="scss" scoped>
.el-tabs {
height: 100%;
::v-deep .el-tabs__content {
height: calc(100% - 55px);
.el-tab-pane {
height: 100%;
overflow: auto;
}
}
}
</style>
<style lang="scss" scoped>
.el-tabs {
height: 100%;
::v-deep .el-tabs__content {
height: calc(100% - 55px);
.el-tab-pane {
height: 100%;
overflow: auto;
}
}
}
</style>