NEZ-626 fix: overview样式修复

This commit is contained in:
chenjinsong
2021-05-18 20:57:51 +08:00
parent 63ba0189a5
commit c2aefa0208
2 changed files with 5 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
.list-page {
height: 100%;
width: 100%;
box-sizing: border-box;
background-color: #f6f6f6;
.main-list {

View File

@@ -1,6 +1,6 @@
.overview {
height: 100%;
padding: 0 10px;
height: calc(100% - 20px) !important;
padding: 0 0 0 10px;
background-color: #f6f6f6;
}
.overview-content-header{
@@ -71,10 +71,10 @@
color: #666666;
}
.overview-content {
padding: 0 10px 15px;
padding: 0 10px;
background-color: white;
box-sizing: border-box;
height: calc(100% - 42px);
height: calc(100% - 50px);
width: 100%;
}
.overview-content .content-row-box {