fix:修改panel到顶部高度,修改overview到左侧的距离

This commit is contained in:
zhangyu
2020-10-12 14:23:14 +08:00
parent 1c6f4b6bdc
commit 5fdcd89e2d
3 changed files with 5 additions and 2 deletions

View File

@@ -2086,3 +2086,6 @@ li{
/deep/ .el-input--mini .el-input__icon{
line-height: 24px;
}
.content-row-box .content-col-box:first-child{
margin-left: 0;
}

View File

@@ -1,7 +1,7 @@
<style scoped>
.chartBox {
float:left;
padding: 10px 10px 0 0;
padding: 0px 10px 10px 0;
position:relative;
box-sizing: border-box;
}

View File

@@ -763,7 +763,7 @@
/* begin-chart list*/
.table-list {
margin-top: 6px;
margin-top: 0px;
overflow-y: auto;
height: calc(100% - 92px);
}