|
@@ -534,7 +534,7 @@ const handleChartClick = (data) => {
|
|
|
background-color: rgba(0, 43, 84, 0.8);
|
|
|
border: 1px solid rgba(15, 84, 155, 0.8);
|
|
|
border-radius: 4px;
|
|
|
- height: calc(37vh - 17px); // 修改固定高度为动态高度
|
|
|
+ height: calc(37vh - 27px); // 修改固定高度为动态高度
|
|
|
padding: 14px;
|
|
|
}
|
|
|
.bg-box-card-title{
|