fix: npm => overview 应用评分图 左侧增加 no data 占位

This commit is contained in:
changcode
2022-09-06 14:20:38 +08:00
parent 8bbbfc8970
commit 5d2fa26ab6
2 changed files with 8 additions and 5 deletions

View File

@@ -2,10 +2,11 @@
$grey:#353636;
height: 100%;
width: 100%;
position: relative;
display: flex;
.npm-app-left {
height: 100%;
display: flex;
flex: 1;
.npm-app-letter {
display: flex;
flex-direction: column-reverse;
@@ -62,10 +63,7 @@
}
}
.npm-app-right {
position: absolute;
width: calc(100% - 500px);
right: 0;
top: 0;
height: 100%;
border: 1px solid #E2E5EC;
border-radius: 4px;