@@ -444,6 +444,8 @@ export default {
.content {
flex: 1;
overflow: hidden;
+ padding-bottom: 20px;
+ background: #fff;
.el-table {
height: 100%;
@@ -528,6 +530,9 @@ export default {
.elTreeTable .el-table__expand-icon {
float: right;
+ .el-icon-arrow-right {
+ vertical-align: -2px;
+ }
}
</style>