fix layout production

This commit is contained in:
Alessandro Francia
2018-07-04 09:17:41 +02:00
parent f04404a2ce
commit 5a04f2fa34
3 changed files with 10 additions and 3 deletions
@@ -383,9 +383,14 @@
.head-production{
max-width: 530px;
width: 530px;
min-height: 96px;
}
.width-small{
width: 512px;
}
.head-production header{
min-height: 96px;
> div {
+4
View File
@@ -3204,8 +3204,12 @@ footer .container button.big:before {
}
.head-production {
max-width: 530px;
width: 530px;
min-height: 96px;
}
.width-small {
width: 512px;
}
.head-production header {
min-height: 96px;
}
+1 -3
View File
@@ -44,7 +44,7 @@
</div>
<div class="head scrollable">
<head-production :title="h.name" v-for="h in heads" :key="h.id"
:class="{'selected': getHeadsProperty(h.id).isSelected}"
:class="{'selected': getHeadsProperty(h.id).isSelected, 'width-small': heads.length > 3}"
:rpm="getHeadsProperty(h.id).actualSpeed"
:tool="getHeadsProperty(h.id).mountedTool"
:load="getHeadsProperty(h.id).load"
@@ -60,8 +60,6 @@
:isSelected="getHeadsProperty(h.id).isSelected"
:isActive="getHeadsProperty(h.id).isActive"
@click="selectHead(h)"></head-production>
<head-production></head-production>
<head-production></head-production>
</div>
<div class="box-softkeys-prefered">
<div class="box-softkeys-prefered-header">