FIX: Filaments Height when Have too many printers

Change-Id: Iae85d48791cbe6e399b98fd34f041d6b7de9f872
This commit is contained in:
zorro.zhang 2023-06-14 17:55:48 +08:00 committed by Lane.Wei
parent dc31c96e4c
commit 77c0c42f9e
4 changed files with 28 additions and 7 deletions

View file

@ -32,6 +32,7 @@ input
#ItemSelectArea
{
flex: 0 0 40px;
height:40px;
border-top: 1px solid #00AE42;
display: flex;
@ -46,7 +47,7 @@ input
#ItemBlockArea
{
flex: 1;
flex: 1 0 236px;
display:flex;
overflow-x:auto;
flex-wrap:wrap;