fix the min height of monitor list

pull/185/head
LouisLam 3 years ago
parent dffe3cf8f2
commit 6251f47050

@ -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