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

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2021-11-19 10:55:33
* @LastEditors: gtz
* @LastEditTime: 2021-12-01 09:17:51
* @LastEditTime: 2021-12-16 10:28:34
* @Description:
-->
<template>
@@ -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>