diff --git a/Step/wwwroot/assets/styles/base/head.less b/Step/wwwroot/assets/styles/base/head.less index 2388d402..8bcd68a7 100644 --- a/Step/wwwroot/assets/styles/base/head.less +++ b/Step/wwwroot/assets/styles/base/head.less @@ -393,13 +393,27 @@ .head-production header{ min-height: 96px; + justify-content: start; + .title{ + display: flex; + flex-flow: row; + font-size: 18px; + line-height: 20px; + font-weight: 600; + margin: 8px 0; + width:100%; + } > div { display: flex; flex-flow: row; align-items: center; justify-content: center; + margin-top: 3px; span.process{ - width: 32px; + width: 27px; + font-size: 16px; + height: 27px; + line-height: 27px; } } } diff --git a/Step/wwwroot/assets/styles/style.css b/Step/wwwroot/assets/styles/style.css index 5767ac00..e27761e2 100644 --- a/Step/wwwroot/assets/styles/style.css +++ b/Step/wwwroot/assets/styles/style.css @@ -3212,15 +3212,29 @@ footer .container button.big:before { } .head-production header { min-height: 96px; + justify-content: start; +} +.head-production header .title { + display: flex; + flex-flow: row; + font-size: 18px; + line-height: 20px; + font-weight: 600; + margin: 8px 0; + width: 100%; } .head-production header > div { display: flex; flex-flow: row; align-items: center; justify-content: center; + margin-top: 3px; } .head-production header > div span.process { - width: 32px; + width: 27px; + font-size: 16px; + height: 27px; + line-height: 27px; } .head-production.selected header { min-height: 94px; diff --git a/Step/wwwroot/src/modules/heads/head-production.vue b/Step/wwwroot/src/modules/heads/head-production.vue index 9b24ae09..e998f717 100644 --- a/Step/wwwroot/src/modules/heads/head-production.vue +++ b/Step/wwwroot/src/modules/heads/head-production.vue @@ -2,13 +2,13 @@