fix: 修复可折叠图表组高度问题

This commit is contained in:
chenjinsong
2022-03-11 21:04:51 +08:00
parent c3b7136d3c
commit e8677c02b3
4 changed files with 17 additions and 14 deletions

View File

@@ -30,7 +30,7 @@
justify-content:space-between;
align-items:center;
padding: 10px 20px 10px 18px;
height: 47px;
flex: 0 0 40px;
font-size: 16px;
color: $--color-text-primary;
@@ -214,7 +214,6 @@
position: relative;
border-radius: 2px;
flex-grow: 1;
overflow: auto;
width: 100%;
.chart-drawing {
height: 100%;

View File

@@ -21,7 +21,7 @@
justify-content:space-between;
align-items:center;
padding: 10px 20px 10px 0px;
height: 40px;
flex: 0 0 40px;
font-size: 14px;
color: $--color-text-primary;