update tab_item

This commit is contained in:
2021-12-16 10:29:09 +08:00
parent 7f4d5b0ff8
commit 741a7a8995
11 changed files with 65 additions and 46 deletions

View File

@@ -725,10 +725,12 @@ export default {
</style>
<style lang="scss">
.el-tabs__item{
height: 120px;
}
.el-tabs__nav-next, .el-tabs__nav-prev {
line-height: 120px;
.chart-container {
.el-tabs__item{
height: 120px;
}
.el-tabs__nav-next, .el-tabs__nav-prev {
line-height: 120px;
}
}
</style>