NEZ-664 fix: 列表表头样式错误
This commit is contained in:
@@ -229,6 +229,7 @@
|
|||||||
height: 49px;
|
height: 49px;
|
||||||
border-bottom: 1px solid $--right-box-border-color;
|
border-bottom: 1px solid $--right-box-border-color;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
box-sizing: content-box;
|
||||||
}
|
}
|
||||||
thead {
|
thead {
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|||||||
@@ -20,7 +20,6 @@ export default {
|
|||||||
height: calc(100% - 50px);
|
height: calc(100% - 50px);
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-right: 10px;
|
|
||||||
&>div {
|
&>div {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
.overview {
|
.overview {
|
||||||
height: calc(100% - 20px) !important;
|
height: calc(100% - 20px) !important;
|
||||||
padding: 0 0 0 10px;
|
padding: 0 10px;
|
||||||
background-color: #f6f6f6;
|
background-color: #f6f6f6;
|
||||||
}
|
}
|
||||||
.overview-content-header{
|
.overview-content-header{
|
||||||
|
|||||||
Reference in New Issue
Block a user