general fixes
This commit is contained in:
@@ -50,26 +50,27 @@
|
||||
|
||||
.circle1{
|
||||
position: relative;
|
||||
top: 130px;
|
||||
top: 200px;
|
||||
right: 25px;
|
||||
}
|
||||
|
||||
.circle2{
|
||||
position: relative;
|
||||
top: 180px;
|
||||
top: 400px;
|
||||
right: 25px;
|
||||
}
|
||||
|
||||
.circle3{
|
||||
width: 135px;
|
||||
position: relative;
|
||||
top: 175px;
|
||||
top: 545px;
|
||||
right: 410px;
|
||||
}
|
||||
|
||||
.circle4{
|
||||
position: relative;
|
||||
top: 60px;
|
||||
right: 180px;
|
||||
top: 585px;
|
||||
right: 200px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -7,16 +7,24 @@
|
||||
.@{modal}.estrazione-info {
|
||||
width: 1820px;
|
||||
height: 785px;
|
||||
.specific {
|
||||
justify-content: flex-end;
|
||||
.box{
|
||||
background-color: #e5f3ff;
|
||||
}
|
||||
|
||||
}
|
||||
section.body{
|
||||
|
||||
section{
|
||||
|
||||
.specific {
|
||||
justify-content: flex-end;
|
||||
padding-left: 10px;
|
||||
|
||||
.box{
|
||||
margin:0;
|
||||
background-color: #e5f3ff;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
@@ -10,83 +10,84 @@
|
||||
width: 1820px;
|
||||
height: 980px;
|
||||
|
||||
section{
|
||||
|
||||
.specific{
|
||||
width: 470px;
|
||||
@{pirometro-margin}:37%;
|
||||
}
|
||||
|
||||
.termospecific{
|
||||
@{pirometro-margin}:0%;
|
||||
|
||||
.svg-area{
|
||||
padding-left: 90px;
|
||||
width: 1270px;
|
||||
height: 800px;
|
||||
|
||||
.disegnoTermoSuperiore{
|
||||
flex-shrink: 0;
|
||||
width: 1100px;
|
||||
height: 750px;
|
||||
}
|
||||
|
||||
.border-termo-superiore{
|
||||
|
||||
.circle1{
|
||||
position: relative;
|
||||
top: 135px;
|
||||
right: 1150px;
|
||||
}
|
||||
|
||||
.circle2{
|
||||
position: relative;
|
||||
top: 355px;
|
||||
right: 1150px;
|
||||
}
|
||||
|
||||
.circle3{
|
||||
position: relative;
|
||||
top: 425px;
|
||||
right: 1150px;
|
||||
}
|
||||
|
||||
.circle4{
|
||||
position: relative;
|
||||
top: 470px;
|
||||
right: 635px;
|
||||
}
|
||||
|
||||
.circle5{
|
||||
position: relative;
|
||||
top: 400px;
|
||||
right: 255px;
|
||||
}
|
||||
|
||||
.circle6{
|
||||
width: 64px;
|
||||
height: 20px;
|
||||
color:white;
|
||||
object-fit: contain;
|
||||
background-color: #c03d58;
|
||||
position: relative;
|
||||
top: 95px;
|
||||
right: 125px;
|
||||
}
|
||||
|
||||
}
|
||||
section.body{
|
||||
|
||||
section{
|
||||
|
||||
.specific{
|
||||
width: 470px;
|
||||
@{pirometro-margin}:37%;
|
||||
}
|
||||
|
||||
button{
|
||||
margin-left: 5px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
object-fit: contain;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
|
||||
border: solid 1px #001e48;
|
||||
background-image: linear-gradient(to bottom, #1756ad, #002680);
|
||||
.termospecific{
|
||||
@{pirometro-margin}:0%;
|
||||
|
||||
.svg-area{
|
||||
padding-left: 90px;
|
||||
width: 1270px;
|
||||
height: 800px;
|
||||
|
||||
.disegnoTermoSuperiore{
|
||||
flex-shrink: 0;
|
||||
width: 1100px;
|
||||
height: 750px;
|
||||
}
|
||||
|
||||
.border-termo-superiore{
|
||||
|
||||
.circle1{
|
||||
position: relative;
|
||||
top: 135px;
|
||||
right: 1150px;
|
||||
}
|
||||
|
||||
.circle2{
|
||||
position: relative;
|
||||
top: 355px;
|
||||
right: 1150px;
|
||||
}
|
||||
|
||||
.circle3{
|
||||
position: relative;
|
||||
top: 425px;
|
||||
right: 1150px;
|
||||
}
|
||||
|
||||
.circle4{
|
||||
position: relative;
|
||||
top: 470px;
|
||||
right: 635px;
|
||||
}
|
||||
|
||||
.circle5{
|
||||
position: relative;
|
||||
top: 400px;
|
||||
right: 255px;
|
||||
}
|
||||
|
||||
.circle6{
|
||||
width: 100px;
|
||||
background-color: #c03d58;
|
||||
position: relative;
|
||||
top: 87px;
|
||||
right: 150px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
button{
|
||||
margin-left: 5px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
object-fit: contain;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
|
||||
border: solid 1px #001e48;
|
||||
background-image: linear-gradient(to bottom, #1756ad, #002680);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -57,19 +57,6 @@
|
||||
|
||||
.input-circles{
|
||||
|
||||
span{
|
||||
object-fit: contain;
|
||||
font-size: 22px;
|
||||
font-weight: 500;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
letter-spacing: normal;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background-color: #979797;
|
||||
}
|
||||
|
||||
.circle{
|
||||
width: 147px;
|
||||
height: 60px;
|
||||
@@ -187,13 +174,13 @@
|
||||
|
||||
.circle-stampo-10{
|
||||
position: relative;
|
||||
bottom: 557px;
|
||||
bottom: 560px;
|
||||
right: 769px;
|
||||
}
|
||||
|
||||
.circle-stampo-11{
|
||||
position: relative;
|
||||
top: 38px;
|
||||
top: 35px;
|
||||
right: 781px;
|
||||
}
|
||||
|
||||
|
||||
@@ -76,6 +76,19 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
span{
|
||||
object-fit: contain;
|
||||
font-size: 22px;
|
||||
font-weight: 500;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
letter-spacing: normal;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background-color: #979797;
|
||||
}
|
||||
|
||||
.circle {
|
||||
width: 141px;
|
||||
height: 60px;
|
||||
|
||||
@@ -3674,59 +3674,56 @@
|
||||
width: 1820px;
|
||||
height: 980px;
|
||||
}
|
||||
.modal.pirometro-info section .specific {
|
||||
.modal.pirometro-info section.body section .specific {
|
||||
width: 470px;
|
||||
margin-left: 37%;
|
||||
}
|
||||
.modal.pirometro-info section .termospecific {
|
||||
.modal.pirometro-info section.body section .termospecific {
|
||||
margin-left: 0%;
|
||||
}
|
||||
.modal.pirometro-info section .termospecific .svg-area {
|
||||
.modal.pirometro-info section.body section .termospecific .svg-area {
|
||||
padding-left: 90px;
|
||||
width: 1270px;
|
||||
height: 800px;
|
||||
}
|
||||
.modal.pirometro-info section .termospecific .svg-area .disegnoTermoSuperiore {
|
||||
.modal.pirometro-info section.body section .termospecific .svg-area .disegnoTermoSuperiore {
|
||||
flex-shrink: 0;
|
||||
width: 1100px;
|
||||
height: 750px;
|
||||
}
|
||||
.modal.pirometro-info section .termospecific .svg-area .border-termo-superiore .circle1 {
|
||||
.modal.pirometro-info section.body section .termospecific .svg-area .border-termo-superiore .circle1 {
|
||||
position: relative;
|
||||
top: 135px;
|
||||
right: 1150px;
|
||||
}
|
||||
.modal.pirometro-info section .termospecific .svg-area .border-termo-superiore .circle2 {
|
||||
.modal.pirometro-info section.body section .termospecific .svg-area .border-termo-superiore .circle2 {
|
||||
position: relative;
|
||||
top: 355px;
|
||||
right: 1150px;
|
||||
}
|
||||
.modal.pirometro-info section .termospecific .svg-area .border-termo-superiore .circle3 {
|
||||
.modal.pirometro-info section.body section .termospecific .svg-area .border-termo-superiore .circle3 {
|
||||
position: relative;
|
||||
top: 425px;
|
||||
right: 1150px;
|
||||
}
|
||||
.modal.pirometro-info section .termospecific .svg-area .border-termo-superiore .circle4 {
|
||||
.modal.pirometro-info section.body section .termospecific .svg-area .border-termo-superiore .circle4 {
|
||||
position: relative;
|
||||
top: 470px;
|
||||
right: 635px;
|
||||
}
|
||||
.modal.pirometro-info section .termospecific .svg-area .border-termo-superiore .circle5 {
|
||||
.modal.pirometro-info section.body section .termospecific .svg-area .border-termo-superiore .circle5 {
|
||||
position: relative;
|
||||
top: 400px;
|
||||
right: 255px;
|
||||
}
|
||||
.modal.pirometro-info section .termospecific .svg-area .border-termo-superiore .circle6 {
|
||||
width: 64px;
|
||||
height: 20px;
|
||||
color: white;
|
||||
object-fit: contain;
|
||||
.modal.pirometro-info section.body section .termospecific .svg-area .border-termo-superiore .circle6 {
|
||||
width: 100px;
|
||||
background-color: #c03d58;
|
||||
position: relative;
|
||||
top: 95px;
|
||||
right: 125px;
|
||||
top: 87px;
|
||||
right: 150px;
|
||||
}
|
||||
.modal.pirometro-info section .termospecific button {
|
||||
.modal.pirometro-info section.body section .termospecific button {
|
||||
margin-left: 5px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
@@ -4142,6 +4139,18 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.setup .modal section.body section .specific .svg-area .input-circles span {
|
||||
object-fit: contain;
|
||||
font-size: 22px;
|
||||
font-weight: 500;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
letter-spacing: normal;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background-color: #979797;
|
||||
}
|
||||
.setup .modal section.body section .specific .svg-area .input-circles .circle {
|
||||
width: 141px;
|
||||
height: 60px;
|
||||
@@ -4460,23 +4469,24 @@
|
||||
}
|
||||
.modal.ciclo-info section .specific .svg-area .input-circles .circle1 {
|
||||
position: relative;
|
||||
top: 130px;
|
||||
top: 200px;
|
||||
right: 25px;
|
||||
}
|
||||
.modal.ciclo-info section .specific .svg-area .input-circles .circle2 {
|
||||
position: relative;
|
||||
top: 180px;
|
||||
top: 400px;
|
||||
right: 25px;
|
||||
}
|
||||
.modal.ciclo-info section .specific .svg-area .input-circles .circle3 {
|
||||
width: 135px;
|
||||
position: relative;
|
||||
top: 175px;
|
||||
top: 545px;
|
||||
right: 410px;
|
||||
}
|
||||
.modal.ciclo-info section .specific .svg-area .input-circles .circle4 {
|
||||
position: relative;
|
||||
top: 60px;
|
||||
right: 180px;
|
||||
top: 585px;
|
||||
right: 200px;
|
||||
}
|
||||
.modal.ciclo-info section .specific .box {
|
||||
margin-bottom: 10px;
|
||||
@@ -4765,18 +4775,6 @@
|
||||
width: 1156px;
|
||||
height: 800px;
|
||||
}
|
||||
.modal.quote-velocita-info section .specific .svg-area .input-circles span {
|
||||
object-fit: contain;
|
||||
font-size: 22px;
|
||||
font-weight: 500;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
line-height: normal;
|
||||
letter-spacing: normal;
|
||||
text-align: center;
|
||||
color: white;
|
||||
background-color: #979797;
|
||||
}
|
||||
.modal.quote-velocita-info section .specific .svg-area .input-circles .circle {
|
||||
width: 147px;
|
||||
height: 60px;
|
||||
@@ -4874,12 +4872,12 @@
|
||||
}
|
||||
.modal.quote-velocita-info section .specific .svg-area .input-circles .circle-stampo-10 {
|
||||
position: relative;
|
||||
bottom: 557px;
|
||||
bottom: 560px;
|
||||
right: 769px;
|
||||
}
|
||||
.modal.quote-velocita-info section .specific .svg-area .input-circles .circle-stampo-11 {
|
||||
position: relative;
|
||||
top: 38px;
|
||||
top: 35px;
|
||||
right: 781px;
|
||||
}
|
||||
.modal.quote-velocita-info section .specific .svg-area .input-circles .circle-controstampo-1 {
|
||||
@@ -5002,10 +5000,12 @@
|
||||
width: 1820px;
|
||||
height: 785px;
|
||||
}
|
||||
.modal.estrazione-info .specific {
|
||||
.modal.estrazione-info section.body section .specific {
|
||||
justify-content: flex-end;
|
||||
padding-left: 10px;
|
||||
}
|
||||
.modal.estrazione-info .specific .box {
|
||||
.modal.estrazione-info section.body section .specific .box {
|
||||
margin: 0;
|
||||
background-color: #e5f3ff;
|
||||
}
|
||||
.scheda .body {
|
||||
|
||||
+3
-3
@@ -6,11 +6,11 @@ import {Prop} from 'vue-property-decorator';
|
||||
export default class SVGCaricatore extends Vue{
|
||||
@Prop({default:1600})
|
||||
dxalto:number;
|
||||
@Prop({default:0})
|
||||
@Prop({default:610})
|
||||
dxbasso:number;
|
||||
@Prop({default:0})
|
||||
@Prop({default:1030})
|
||||
basso:number;
|
||||
@Prop({default:0})
|
||||
@Prop({default:1360})
|
||||
volante:number;
|
||||
|
||||
minoreuguale:string="<=";
|
||||
|
||||
+4
-4
@@ -2,10 +2,10 @@
|
||||
<div class="svg-area">
|
||||
<img class="disegnoCaricatore" src="assets/icons/svg/disegno-caricatore.svg">
|
||||
<div class="input-circles">
|
||||
<label class="circle1">{{dxalto}} mm</label>
|
||||
<label class="circle2">{{dxbasso}} mm</label>
|
||||
<label class="circle3">{{minoreuguale}} {{basso}} mm</label>
|
||||
<label class="circle4">{{volante}} mm</label>
|
||||
<span class="circle1">{{dxalto}} mm</span>
|
||||
<span class="circle2">{{dxbasso}} mm</span>
|
||||
<span class="circle3">{{minoreuguale}} {{basso}} mm</span>
|
||||
<span class="circle4">{{volante}} mm</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@
|
||||
</aside>
|
||||
<hr>
|
||||
<div class="specific">
|
||||
<scheda></scheda>
|
||||
<scheda></scheda>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
+17
@@ -5,4 +5,21 @@ import {Prop} from 'vue-property-decorator';
|
||||
@Component({name:'svgtermosuperiore'})
|
||||
export default class SVGTermoregolazioneSuperiore extends Vue{
|
||||
|
||||
@Prop({default:0})
|
||||
max:number;
|
||||
@Prop({default:0})
|
||||
min:number;
|
||||
@Prop({default:0})
|
||||
inizio:number;
|
||||
@Prop({default:0})
|
||||
fine:number;
|
||||
@Prop({default:0})
|
||||
perc_riposo:number;
|
||||
|
||||
mock_max:number=this.max
|
||||
mock_min:number=this.min
|
||||
mock_inizio:number=this.inizio
|
||||
mock_fine:number=this.fine
|
||||
mock_perc_riposo:number=this.perc_riposo
|
||||
|
||||
}
|
||||
+6
-8
@@ -3,30 +3,28 @@
|
||||
<img class="disegnoTermoSuperiore" src="assets/icons/svg/disegno-termosuperiore.svg">
|
||||
<div class="input-circles border-termo-superiore">
|
||||
<div class="circle circle1">
|
||||
<!-- <input v-model=""> -->
|
||||
<input v-model="mock_max">
|
||||
<label>%</label>
|
||||
</div>
|
||||
<div class="circle circle2">
|
||||
<!-- <input v-model=""> -->
|
||||
<input v-model="mock_min">
|
||||
<label>%</label>
|
||||
</div>
|
||||
<div class="circle circle3">
|
||||
<!-- <input v-model=""> -->
|
||||
<input v-model="mock_perc_riposo">
|
||||
<label>%</label>
|
||||
</div>
|
||||
<div class="circle circle4">
|
||||
<img src="assets/icons/png/temperatura.png">
|
||||
<!-- <input v-model=""> -->
|
||||
<input v-model="mock_inizio">
|
||||
<label>°C</label>
|
||||
</div>
|
||||
<div class="circle circle5">
|
||||
<img src="assets/icons/png/temperatura.png">
|
||||
<!-- <input v-model=""> -->
|
||||
<input v-model="mock_fine">
|
||||
<label>°C</label>
|
||||
</div>
|
||||
<div class="circle6">
|
||||
270 °C
|
||||
</div>
|
||||
<span class="circle6">270 °C</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
+6
-3
@@ -4,11 +4,14 @@ import {Prop} from 'vue-property-decorator';
|
||||
|
||||
@Component({})
|
||||
export default class QuoteVelocita extends Vue{
|
||||
|
||||
@Prop({default:0})
|
||||
x:number;
|
||||
corsa:number;
|
||||
@Prop({default:0})
|
||||
y:number;
|
||||
vel_salita:number;
|
||||
@Prop({default:0})
|
||||
spes:number;
|
||||
vel_salita_lenta:number;
|
||||
@Prop({default:0})
|
||||
rall_salita:number;
|
||||
|
||||
}
|
||||
+11
-16
@@ -5,72 +5,67 @@
|
||||
<div class="circle circle1">
|
||||
<div>
|
||||
<img src="assets/icons/png/salita.png">
|
||||
<input v-model="spes">
|
||||
<input v-model="rall_salita">
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/bassa.png">
|
||||
<!-- <label>486 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<input v-model="vel_salita_lenta">
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle2">
|
||||
<div>
|
||||
<img src="assets/icons/png/salita.png">
|
||||
<input v-model="x">
|
||||
<input v-model="corsa">
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/alta.png">
|
||||
<!-- <label>486 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<input v-model="vel_salita">
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle3">
|
||||
<div>
|
||||
<img src="assets/icons/png/discesa.png">
|
||||
<input v-model="y">
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/alta.png">
|
||||
<!-- <label>486 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle4">
|
||||
<div>
|
||||
<img src="assets/icons/png/quota.png">
|
||||
<input v-model="y">
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle5">
|
||||
<div>
|
||||
<img src="assets/icons/png/discesa.png">
|
||||
<input v-model="y">
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/alta.png">
|
||||
<!-- <label>486 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle6">
|
||||
<div>
|
||||
<img src="assets/icons/png/discesa.png">
|
||||
<input v-model="y">
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/bassa.png">
|
||||
<!-- <label>486 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+6
-3
@@ -4,11 +4,14 @@ import {Prop} from 'vue-property-decorator';
|
||||
|
||||
@Component({})
|
||||
export default class QuoteVelocita extends Vue{
|
||||
|
||||
@Prop({default:0})
|
||||
x:number;
|
||||
corsa:number;
|
||||
@Prop({default:0})
|
||||
y:number;
|
||||
vel_salita:number;
|
||||
@Prop({default:0})
|
||||
spes:number;
|
||||
vel_salita_lenta:number;
|
||||
@Prop({default:0})
|
||||
rall_salita:number;
|
||||
|
||||
}
|
||||
+13
-22
@@ -5,92 +5,83 @@
|
||||
<div class="circle circle-stampo-1">
|
||||
<div>
|
||||
<img src="assets/icons/png/salita.png">
|
||||
<input v-model="spes">
|
||||
<input v-model="rall_salita">
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/bassa.png">
|
||||
<!-- <label>30 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<input v-model="vel_salita_lenta">
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-stampo-2">
|
||||
<div>
|
||||
<img src="assets/icons/png/salita.png">
|
||||
<input v-model="x">
|
||||
<input v-model="corsa">
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/alta.png">
|
||||
<!-- <label>100 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<input v-model="vel_salita">
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-stampo-3">
|
||||
<div>
|
||||
<img src="assets/icons/png/discesa.png">
|
||||
<input v-model="y">
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/alta.png">
|
||||
<!-- <label>30 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-stampo-4">
|
||||
<div>
|
||||
<img src="assets/icons/png/quota.png">
|
||||
<!-- <label>64 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-stampo-5">
|
||||
<div>
|
||||
<img src="assets/icons/png/discesa.png">
|
||||
<input v-model="y">
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/alta.png">
|
||||
<!-- <label>100 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-stampo-6">
|
||||
<div>
|
||||
<img src="assets/icons/png/quota.png">
|
||||
<!-- <label>486 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-stampo-7">
|
||||
<div>
|
||||
<img src="assets/icons/png/quota.png">
|
||||
<!-- <label>70 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-stampo-8">
|
||||
<div>
|
||||
<img src="assets/icons/png/quota.png">
|
||||
<!-- <label>214 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-stampo-9">
|
||||
<div>
|
||||
<img src="assets/icons/png/quota.png">
|
||||
<!-- <label>50 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+5
-3
@@ -5,10 +5,12 @@ import {Prop} from 'vue-property-decorator';
|
||||
@Component({})
|
||||
export default class Controstamposvg extends Vue{
|
||||
@Prop({default:0})
|
||||
x:number;
|
||||
corsa:number;
|
||||
@Prop({default:0})
|
||||
y:number;
|
||||
vel_discesa:number;
|
||||
@Prop({default:0})
|
||||
spes:number;
|
||||
vel_discesa_lenta:number;
|
||||
@Prop({default:0})
|
||||
rall_discesa:number;
|
||||
|
||||
}
|
||||
+9
-13
@@ -5,59 +5,55 @@ e<template>
|
||||
<div class="circle circle-controstampo-1">
|
||||
<div>
|
||||
<img src="assets/icons/png/salita.png">
|
||||
<input v-model="spes">
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/alta.png">
|
||||
<!-- <label>30 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-controstampo-2">
|
||||
<div>
|
||||
<img src="assets/icons/png/salita.png">
|
||||
<input v-model="x">
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/bassa.png">
|
||||
<!-- <label>100 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-controstampo-3">
|
||||
<div>
|
||||
<img src="assets/icons/png/discesa.png">
|
||||
<input v-model="y">
|
||||
<input v-model="rall_discesa">
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/bassa.png">
|
||||
<!-- <label>100 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<input v-model="vel_discesa_lenta">
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-controstampo-4">
|
||||
<div>
|
||||
<img src="assets/icons/png/discesa.png">
|
||||
<input v-model="y">
|
||||
<input v-model="corsa">
|
||||
<label>mm</label>
|
||||
</div>
|
||||
<div>
|
||||
<img src="assets/icons/png/alta.png">
|
||||
<!-- <label>8 mm/s</label>
|
||||
<input v-model=""> -->
|
||||
<input v-model="vel_discesa">
|
||||
<label>mm/s</label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="circle circle-controstampo-5">
|
||||
<div>
|
||||
<img src="assets/icons/png/quota.png">
|
||||
<input v-model="y">
|
||||
<!-- <input v-model=""> mancante -->
|
||||
<label>mm</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user