CN-649 feat: Dahsboard - npm - location六个折线图开发

This commit is contained in:
@changcode
2022-07-29 15:15:36 +08:00
parent 415f6c31b5
commit efa3d03f51
6 changed files with 143 additions and 12 deletions

View File

@@ -69,6 +69,7 @@
height: 100%;
border: 1px solid #E2E5EC;
border-radius: 4px;
padding: 1px;
.app-table.el-table {
.el-table__header-wrapper {
tr th {

View File

@@ -1,6 +1,6 @@
.npm-event {
height: calc(100% - 24px);
width: 100%;
height: 100%;
.npm-event-title {
font-family: NotoSansHans-Medium;
font-size: 14px;
@@ -10,7 +10,7 @@
}
.npm-event-pie {
width: 100%;
height: 100%;
height: calc(100% - 30px);
border: 1px solid #E2E5EC;
border-radius: 4px;
display: flex;

View File

@@ -1,5 +1,6 @@
.npm-recent {
height: calc(100% - 24px);
height: 100%;
width: 100%;
.npm-recent-title {
font-family: NotoSansHans-Medium;
font-size: 14px;
@@ -8,11 +9,13 @@
margin-bottom: 10px;
}
.npm-recent-table {
height: calc(100% - 30px) !important;
border: 1px solid #E2E5EC;
border-radius: 4px;
padding: 1px;
.el-table__header-wrapper {
tr th {
padding: 5px 0;
padding: 4px 0;
.data-column__span {
font-family: NotoSansHans-Medium;
font-size: 12px;
@@ -23,7 +26,7 @@
}
.el-table__body-wrapper.is-scrolling-none {
tr td {
padding: 7px 0;
padding: 7.5px 0;
}
}
}