CN-722 fix:1. 部分样式调整2.部分图表环比调整

This commit is contained in:
@changcode
2022-09-17 14:27:13 +08:00
parent dfff3422f1
commit a16c7b452c
6 changed files with 92 additions and 25 deletions

View File

@@ -7,6 +7,13 @@
font-weight: 600;
margin-bottom: 10px;
}
.npm-recent-table-ten.npm-recent-table {
.el-table__body-wrapper.is-scrolling-none {
tr td {
padding: 6.3px 0;
}
}
}
.npm-recent-table {
height: calc(100% - 30px) !important;
border: 1px solid #E2E5EC;
@@ -24,7 +31,7 @@
}
.el-table__body-wrapper.is-scrolling-none {
tr td {
padding: 7.5px 0;
padding: 6.75px 0;
}
.el-table__empty-block .el-table__empty-text {
line-height: 25px;