fix:修改chart group切换时分组显示的不对的问题

This commit is contained in:
zhangyu
2021-04-09 17:04:30 +08:00
parent 57b8d2d4a8
commit 47c8119eaa
5 changed files with 2161 additions and 2125 deletions

View File

@@ -790,6 +790,8 @@ export default {
<style scoped lang="scss">
.panel {
height: 100%;
display: flex;
flex-direction:column;
}
.panel .el-table {
@@ -855,6 +857,7 @@ export default {
margin-top: 0px;
overflow-y: auto;
height: calc(100% - 50px);
flex: 1;
}
.box-content {