fix: npm 概况分数图 No data 占位 ,npm 下钻地图标题

This commit is contained in:
@changcode
2022-10-10 17:18:23 +08:00
parent 65dd58305c
commit c95cce51b6
4 changed files with 24 additions and 3 deletions

View File

@@ -8,6 +8,9 @@
height: 100%;
display: flex;
flex: 1;
.npm-app-letter-no-data.npm-app-letter {
min-width: 500px;
}
.npm-app-letter {
display: flex;
flex-direction: column-reverse;

View File

@@ -1,3 +1,12 @@
.cn-chart__map-title {
font-size: 14px;
color: #353636;
font-weight: 600;
margin-bottom: 10px;
}
.cn-chart__map-drilldown.cn-chart__map {
height: calc(100% - 30px);
}
.cn-chart__map {
height: 100%;
width: 100%;