mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 03:13:39 +00:00
@@ -32,6 +32,7 @@ input
|
||||
|
||||
#ItemSelectArea
|
||||
{
|
||||
flex: 0 0 40px;
|
||||
height:40px;
|
||||
border-top: 1px solid #009688;
|
||||
display: flex;
|
||||
@@ -46,7 +47,7 @@ input
|
||||
|
||||
#ItemBlockArea
|
||||
{
|
||||
flex: 1;
|
||||
flex: 1 0 236px;
|
||||
display:flex;
|
||||
overflow-x:auto;
|
||||
flex-wrap:wrap;
|
||||
@@ -59,7 +60,7 @@ input
|
||||
|
||||
.MItem
|
||||
{
|
||||
width: 220px;
|
||||
min-width: 220px;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user