diff --git a/Step/wwwroot/assets/styles/base/production.less b/Step/wwwroot/assets/styles/base/production.less index 6f180e02..002e6f09 100644 --- a/Step/wwwroot/assets/styles/base/production.less +++ b/Step/wwwroot/assets/styles/base/production.less @@ -137,7 +137,7 @@ } } .head{ - height: 408px; + height: 416px; width: 530px; float: right; display: flex; @@ -153,7 +153,7 @@ .box-softkeys-prefered{ margin-top: 16px; width: 530px; - height: 456px; + height: 448px; display: flex; flex-flow: column; background-color: @color-background-white; diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index dce61dd5..1a1e0af9 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -9867,7 +9867,7 @@ footer .container button.big:before { margin-top: 16px; } .production-container .production-box .head { - height: 408px; + height: 416px; width: 530px; float: right; display: flex; @@ -9883,7 +9883,7 @@ footer .container button.big:before { .production-container .production-box .box-softkeys-prefered { margin-top: 16px; width: 530px; - height: 456px; + height: 448px; display: flex; flex-flow: column; background-color: #fff; diff --git a/Step/wwwroot/src/components/production.vue b/Step/wwwroot/src/components/production.vue index 90ab26a6..9158bca4 100644 --- a/Step/wwwroot/src/components/production.vue +++ b/Step/wwwroot/src/components/production.vue @@ -47,7 +47,7 @@