@@ -47,6 +47,8 @@
}
.el-table thead th {
+ background: rgba(0, 251, 251, .051) !important;
+ color: #FFF;
padding: 0;
height: 34px;
border-color: rgba(0, 250, 251, 0.20) !important;
@@ -89,7 +91,7 @@
body,
#app {
width: 100%;
- height: 100%;
+ height: calc(100vh - 60px);
margin: 0;