mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
parent
7739252711
commit
604851fc9c
4 changed files with 274 additions and 16 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue