FIX: Filaments Height when Have too many printers
Change-Id: Iae85d48791cbe6e399b98fd34f041d6b7de9f872
This commit is contained in:
parent
dc31c96e4c
commit
77c0c42f9e
|
@ -32,6 +32,7 @@ input
|
||||||
|
|
||||||
#ItemSelectArea
|
#ItemSelectArea
|
||||||
{
|
{
|
||||||
|
flex: 0 0 40px;
|
||||||
height:40px;
|
height:40px;
|
||||||
border-top: 1px solid #00AE42;
|
border-top: 1px solid #00AE42;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -46,7 +47,7 @@ input
|
||||||
|
|
||||||
#ItemBlockArea
|
#ItemBlockArea
|
||||||
{
|
{
|
||||||
flex: 1;
|
flex: 1 0 236px;
|
||||||
display:flex;
|
display:flex;
|
||||||
overflow-x:auto;
|
overflow-x:auto;
|
||||||
flex-wrap:wrap;
|
flex-wrap:wrap;
|
||||||
|
|
|
@ -19,13 +19,21 @@
|
||||||
<div id="Title">
|
<div id="Title">
|
||||||
<div class="trans" tid="t14">Filament Selection</div>
|
<div class="trans" tid="t14">Filament Selection</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="Content">
|
<div id="Content" class="ZScrol">
|
||||||
|
|
||||||
<div id="MachineList" class="ChooseBlock">
|
<div id="MachineList" class="ChooseBlock">
|
||||||
<div class="CName"><span class="trans" tid="t15">printer</span>:</div>
|
<div class="CName"><span class="trans" tid="t15">printer</span>:</div>
|
||||||
<div class="CValues">
|
<div class="CValues">
|
||||||
<div><input type="checkbox" mode="all" onClick="ChooseAllMachine()" /><span class="trans" tid="t11">all</span></div>
|
<div><input type="checkbox" mode="all" onClick="ChooseAllMachine()" /><span class="trans" tid="t11">all</span></div>
|
||||||
<!-- <div><input type="checkbox" mode="-normal" onChange="SortFilament()" />Bambulab BBL-3DP-001-V4-normal</div>
|
<!-- <div><input type="checkbox" mode="-normal" onChange="SortFilament()" />Bambulab BBL-3DP-001-V4-normal</div>
|
||||||
|
<div><input type="checkbox" />Bambulab BBL-3DP-001-V5-normal</div>
|
||||||
|
<div><input type="checkbox" />Bambulab BBL-3DP-001-V4-normal</div>
|
||||||
|
<div><input type="checkbox" />Bambulab BBL-3DP-001-V4-normal</div>
|
||||||
|
<div><input type="checkbox" />Bambulab BBL-3DP-001-V5-normal</div>
|
||||||
|
<div><input type="checkbox" />Bambulab BBL-3DP-001-V4-normal</div>
|
||||||
|
<div><input type="checkbox" />Bambulab BBL-3DP-001-V4-normal</div>
|
||||||
|
<div><input type="checkbox" />Bambulab BBL-3DP-001-V5-normal</div>
|
||||||
|
<div><input type="checkbox" />Bambulab BBL-3DP-001-V4-normal</div>
|
||||||
<div><input type="checkbox" />Bambulab BBL-3DP-001-V5-normal</div>
|
<div><input type="checkbox" />Bambulab BBL-3DP-001-V5-normal</div>
|
||||||
<div><input type="checkbox" />Bambulab BBL-3DP-001-V4-normal</div>
|
<div><input type="checkbox" />Bambulab BBL-3DP-001-V4-normal</div>
|
||||||
<div><input type="checkbox" />Bambulab BBL-3DP-001-V4-normal</div>
|
<div><input type="checkbox" />Bambulab BBL-3DP-001-V4-normal</div>
|
||||||
|
@ -46,7 +54,13 @@
|
||||||
<div><input type="checkbox" />ABS</div>
|
<div><input type="checkbox" />ABS</div>
|
||||||
<div><input type="checkbox" />TPU</div>
|
<div><input type="checkbox" />TPU</div>
|
||||||
<div><input type="checkbox" />PA6+CF</div>
|
<div><input type="checkbox" />PA6+CF</div>
|
||||||
<div><input type="checkbox" />N/A</div>-->
|
<div><input type="checkbox" />N/A</div>
|
||||||
|
<div><input type="checkbox" filatype="PLA" />PLA</div>
|
||||||
|
<div><input type="checkbox" />PET</div>
|
||||||
|
<div><input type="checkbox" />ABS</div>
|
||||||
|
<div><input type="checkbox" />TPU</div>
|
||||||
|
<div><input type="checkbox" />PA6+CF</div>
|
||||||
|
<div><input type="checkbox" />N/A</div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -55,6 +69,11 @@
|
||||||
<div class="CValues">
|
<div class="CValues">
|
||||||
<div><input type="checkbox" class="trans" tid="t11" onClick="ChooseAllVendor()" /><span class="trans" tid="t11">all</span></div>
|
<div><input type="checkbox" class="trans" tid="t11" onClick="ChooseAllVendor()" /><span class="trans" tid="t11">all</span></div>
|
||||||
<!-- <div><input type="checkbox" vendor="Unknow" />Unknown</div>
|
<!-- <div><input type="checkbox" vendor="Unknow" />Unknown</div>
|
||||||
|
<div><input type="checkbox" />BBL</div>
|
||||||
|
<div><input type="checkbox" />eSUN</div>
|
||||||
|
<div><input type="checkbox" />Kexcelled</div>
|
||||||
|
<div><input type="checkbox" />Polymaker</div>
|
||||||
|
<div><input type="checkbox" vendor="Unknow" />Unknown</div>
|
||||||
<div><input type="checkbox" />BBL</div>
|
<div><input type="checkbox" />BBL</div>
|
||||||
<div><input type="checkbox" />eSUN</div>
|
<div><input type="checkbox" />eSUN</div>
|
||||||
<div><input type="checkbox" />Kexcelled</div>
|
<div><input type="checkbox" />Kexcelled</div>
|
||||||
|
|
|
@ -32,6 +32,7 @@ input
|
||||||
|
|
||||||
#ItemSelectArea
|
#ItemSelectArea
|
||||||
{
|
{
|
||||||
|
flex: 0 0 40px;
|
||||||
height:40px;
|
height:40px;
|
||||||
border-top: 1px solid #00AE42;
|
border-top: 1px solid #00AE42;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -46,7 +47,7 @@ input
|
||||||
|
|
||||||
#ItemBlockArea
|
#ItemBlockArea
|
||||||
{
|
{
|
||||||
flex: 1;
|
flex: 1 0 236px;
|
||||||
display:flex;
|
display:flex;
|
||||||
overflow-x:auto;
|
overflow-x:auto;
|
||||||
flex-wrap:wrap;
|
flex-wrap:wrap;
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<div id="Title">
|
<div id="Title">
|
||||||
<div class="trans" tid="t14">Filament Selection</div>
|
<div class="trans" tid="t14">Filament Selection</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="Content">
|
<div id="Content" class="ZScrol">
|
||||||
|
|
||||||
<div id="MachineList" class="ChooseBlock">
|
<div id="MachineList" class="ChooseBlock">
|
||||||
<div class="CName"><span class="trans" tid="t15">printer</span>:</div>
|
<div class="CName"><span class="trans" tid="t15">printer</span>:</div>
|
||||||
|
|
Loading…
Reference in New Issue