fix: npm 概况分数图 No data 占位 ,npm 下钻地图标题
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user