NEZ-626 fix: overview样式修复
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
.list-page {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #f6f6f6;
|
||||
|
||||
.main-list {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user