Browse Source

fix the min height of monitor list

pull/38/merge
LouisLam 4 years ago
parent
commit
6251f47050
  1. 2
      src/pages/Dashboard.vue

2
src/pages/Dashboard.vue

@ -99,7 +99,7 @@ export default {
.list {
margin-top: 25px;
height: auto;
min-height: calc(100vh - 200px);
min-height: calc(100vh - 240px);
.item {
display: block;

Loading…
Cancel
Save