From a1a7810ebd0dfb0d15865fa89dc59522b24d9bbe Mon Sep 17 00:00:00 2001 From: Alessio Date: Fri, 10 Apr 2020 14:38:17 +0200 Subject: [PATCH 01/42] fix quote velocita --- .../assets/styles/base/quote-velocita.less | 16 +++++++++++++--- Thermo.Active/wwwroot/assets/styles/style.css | 8 ++++++-- .../components/SVG_Components/quote-velocita.vue | 2 ++ 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/Thermo.Active/wwwroot/assets/styles/base/quote-velocita.less b/Thermo.Active/wwwroot/assets/styles/base/quote-velocita.less index 6b7459d3..112181cd 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/quote-velocita.less +++ b/Thermo.Active/wwwroot/assets/styles/base/quote-velocita.less @@ -12,11 +12,13 @@ .specific{ .svg-area{ + width: 750px; + height: 750px; .disegnoQuoteVelocita{ - margin-left: 200px; - width: 750px; - height: 750px; + margin-left: 500px; + width: 800px; + height: 800px; } .input-circles{ @@ -43,6 +45,14 @@ .circle6{ } + .circle7{ + + } + + .circle8{ + + } + } } diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 8d04901d..8a9a3737 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -4644,11 +4644,15 @@ img { width: 1820px; height: 980px; } -.modal.quote-velocita-info .specific .svg-area .disegnoQuoteVelocita { - margin-left: 200px; +.modal.quote-velocita-info .specific .svg-area { width: 750px; height: 750px; } +.modal.quote-velocita-info .specific .svg-area .disegnoQuoteVelocita { + margin-left: 500px; + width: 800px; + height: 800px; +} .modal.quote-velocita-info .specific .svg-area .input-circles .circle { flex-direction: column; } diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/quote-velocita/components/SVG_Components/quote-velocita.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/quote-velocita/components/SVG_Components/quote-velocita.vue index 21a97536..21e2b705 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/quote-velocita/components/SVG_Components/quote-velocita.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/quote-velocita/components/SVG_Components/quote-velocita.vue @@ -58,6 +58,8 @@ + 123 mm + 0 mm From 1f9b64991761ffa5d17624f9e8244a2eed73f855 Mon Sep 17 00:00:00 2001 From: Alessio Date: Fri, 10 Apr 2020 15:17:23 +0200 Subject: [PATCH 02/42] fix ciclo modal --- .../wwwroot/assets/styles/base/ciclo.less | 16 ++++++++++++++++ Thermo.Active/wwwroot/assets/styles/style.css | 3 +++ .../SVG-Components/SVGcaricatore.vue | 4 ++-- .../components/base-components/caricatore.vue | 6 +++--- .../setup/ciclo/components/show-ciclo-info.vue | 2 +- 5 files changed, 25 insertions(+), 6 deletions(-) diff --git a/Thermo.Active/wwwroot/assets/styles/base/ciclo.less b/Thermo.Active/wwwroot/assets/styles/base/ciclo.less index 514177fc..b785a3a4 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/ciclo.less +++ b/Thermo.Active/wwwroot/assets/styles/base/ciclo.less @@ -6,6 +6,22 @@ .@{modal}.ciclo-info { + .specific{ + + .disegno{ + + .disegnoCaricatore{ + + } + + } + + div{ + display: flex; + } + + } + .presenter { display: flex; flex-flow: column; diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 8a9a3737..38d46fd7 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -4506,6 +4506,9 @@ img { margin: auto; display: flex; } +.modal.ciclo-info .specific div { + display: flex; +} .modal.ciclo-info .presenter { display: flex; flex-flow: column; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/SVG-Components/SVGcaricatore.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/SVG-Components/SVGcaricatore.vue index 5e192c0f..5f137a87 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/SVG-Components/SVGcaricatore.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/SVG-Components/SVGcaricatore.vue @@ -1,6 +1,6 @@ From 58127d06561b8fbb532b362aca8a25ebe5812a68 Mon Sep 17 00:00:00 2001 From: Alessio Date: Fri, 10 Apr 2020 15:47:56 +0200 Subject: [PATCH 03/42] fix svg --- .../assets/styles/base/quote-velocita.less | 49 ++++++++++++++- Thermo.Active/wwwroot/assets/styles/style.css | 60 +++++++++++++++++++ 2 files changed, 107 insertions(+), 2 deletions(-) diff --git a/Thermo.Active/wwwroot/assets/styles/base/quote-velocita.less b/Thermo.Active/wwwroot/assets/styles/base/quote-velocita.less index 112181cd..2c723b5d 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/quote-velocita.less +++ b/Thermo.Active/wwwroot/assets/styles/base/quote-velocita.less @@ -16,6 +16,7 @@ height: 750px; .disegnoQuoteVelocita{ + flex-shrink: 0; margin-left: 500px; width: 800px; height: 800px; @@ -23,34 +24,78 @@ .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: 141px; + height: 60px; flex-direction: column; + + div{ + margin: auto; + display: flex; + flex-direction: row; + } + } .circle1{ + position: relative; + top: 120px; + right: 500px; } .circle2{ + position: relative; + top: 140px; + right: 750px; } .circle3{ + position: relative; + top: 140px; + right: 300px; } .circle4{ + position: relative; + top: 395px; + right: 400px; } .circle5{ + position: relative; + top: 240px; + right: 650px; } .circle6{ + position: relative; + top: 305px; + right: 550px; } .circle7{ - + position: relative; + bottom: 380px; + right: 250px; } .circle8{ - + position: relative; + top: 320px; + right: 220px; } } diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 8a9a3737..825d8a58 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -4649,13 +4649,73 @@ img { height: 750px; } .modal.quote-velocita-info .specific .svg-area .disegnoQuoteVelocita { + flex-shrink: 0; margin-left: 500px; width: 800px; height: 800px; } +.modal.quote-velocita-info .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 .specific .svg-area .input-circles .circle { + width: 141px; + height: 60px; flex-direction: column; } +.modal.quote-velocita-info .specific .svg-area .input-circles .circle div { + margin: auto; + display: flex; + flex-direction: row; +} +.modal.quote-velocita-info .specific .svg-area .input-circles .circle1 { + position: relative; + top: 120px; + right: 500px; +} +.modal.quote-velocita-info .specific .svg-area .input-circles .circle2 { + position: relative; + top: 140px; + right: 750px; +} +.modal.quote-velocita-info .specific .svg-area .input-circles .circle3 { + position: relative; + top: 140px; + right: 300px; +} +.modal.quote-velocita-info .specific .svg-area .input-circles .circle4 { + position: relative; + top: 395px; + right: 400px; +} +.modal.quote-velocita-info .specific .svg-area .input-circles .circle5 { + position: relative; + top: 240px; + right: 650px; +} +.modal.quote-velocita-info .specific .svg-area .input-circles .circle6 { + position: relative; + top: 305px; + right: 550px; +} +.modal.quote-velocita-info .specific .svg-area .input-circles .circle7 { + position: relative; + bottom: 380px; + right: 250px; +} +.modal.quote-velocita-info .specific .svg-area .input-circles .circle8 { + position: relative; + top: 320px; + right: 220px; +} .modal.quote-velocita-info .specific button { margin-left: 10px; width: 48px; From 830806c721de59ba176016fa4304ce3b38825295 Mon Sep 17 00:00:00 2001 From: Alessio Date: Tue, 14 Apr 2020 08:58:00 +0200 Subject: [PATCH 04/42] fix general css on setup.less for the scrollbar style --- .../wwwroot/assets/styles/base/formato.less | 14 ------------ .../wwwroot/assets/styles/base/setup.less | 15 +++++++++++++ Thermo.Active/wwwroot/assets/styles/style.css | 22 +++++++++---------- .../components/discesa-cornice.vue | 2 +- 4 files changed, 27 insertions(+), 26 deletions(-) diff --git a/Thermo.Active/wwwroot/assets/styles/base/formato.less b/Thermo.Active/wwwroot/assets/styles/base/formato.less index f31d189e..9e5e664c 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/formato.less +++ b/Thermo.Active/wwwroot/assets/styles/base/formato.less @@ -202,20 +202,6 @@ overflow-x: auto; -webkit-overflow-scrolling: touch; - &::-webkit-scrollbar { - width: 10px; - height: 10px; - } - - &::-webkit-scrollbar-thumb { - background: @color-silver; - border-radius: 10px; - } - - &::-webkit-scrollbar-track { - background: transparent; - } - img { flex-shrink: 0; width: 215px; diff --git a/Thermo.Active/wwwroot/assets/styles/base/setup.less b/Thermo.Active/wwwroot/assets/styles/base/setup.less index afcf6ef1..c86e40e2 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/setup.less +++ b/Thermo.Active/wwwroot/assets/styles/base/setup.less @@ -46,6 +46,21 @@ flex: 0 0 520px; overflow-y: scroll; padding-right: 10px; + + &::-webkit-scrollbar { + width: 10px; + height: 10px; + } + + &::-webkit-scrollbar-thumb { + background: @color-silver; + border-radius: 10px; + } + + &::-webkit-scrollbar-track { + background: transparent; + } + } .specific { diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 825d8a58..17d1f75a 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -3992,17 +3992,6 @@ img { overflow-x: auto; -webkit-overflow-scrolling: touch; } -.modal.formato-info .specific .slides::-webkit-scrollbar { - width: 10px; - height: 10px; -} -.modal.formato-info .specific .slides::-webkit-scrollbar-thumb { - background: #bbbcbc; - border-radius: 10px; -} -.modal.formato-info .specific .slides::-webkit-scrollbar-track { - background: transparent; -} .modal.formato-info .specific .slides img { flex-shrink: 0; width: 215px; @@ -4224,6 +4213,17 @@ img { overflow-y: scroll; padding-right: 10px; } +.setup .modal section.body section aside::-webkit-scrollbar { + width: 10px; + height: 10px; +} +.setup .modal section.body section aside::-webkit-scrollbar-thumb { + background: #bbbcbc; + border-radius: 10px; +} +.setup .modal section.body section aside::-webkit-scrollbar-track { + background: transparent; +} .setup .modal section.body section .specific { display: flex; flex-direction: column; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/quote-velocita/components/discesa-cornice.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/quote-velocita/components/discesa-cornice.vue index 8b28057d..aeb183a5 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/quote-velocita/components/discesa-cornice.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/quote-velocita/components/discesa-cornice.vue @@ -1,6 +1,6 @@ diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue index 3826f876..9b7d6bc0 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue @@ -35,11 +35,11 @@
-
- -
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue index 667ca689..bd889444 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue @@ -1,6 +1,6 @@ diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-acrilico.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-acrilico.ts index f3383cac..2803f7f8 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-acrilico.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-acrilico.ts @@ -2,11 +2,12 @@ import Vue from 'vue'; import Component from 'vue-class-component'; import { Prop } from 'vue-property-decorator'; import Slider from "@/app_modules_thermo/components/slider.vue"; +import ToggleButton from "@/components/toggleButton.vue"; -@Component({ components: { slider: Slider } }) +@Component({ components: { slider: Slider, ToggleButton } }) export default class MascheraAcrilico extends Vue { - + enabling:boolean=true; @Prop({ default: 0 }) durata: number; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-acrilico.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-acrilico.vue index 312d3ab0..9163cfad 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-acrilico.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-acrilico.vue @@ -4,6 +4,10 @@
+
+ + +
{{durata}} s
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-cristallizzazione.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-cristallizzazione.ts index edaf51a5..0c655d35 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-cristallizzazione.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-cristallizzazione.ts @@ -2,11 +2,12 @@ import Vue from 'vue'; import Component from 'vue-class-component'; import { Prop } from 'vue-property-decorator'; import Slider from "@/app_modules_thermo/components/slider.vue"; +import ToggleButton from "@/components/toggleButton.vue"; -@Component({ components: { slider: Slider } }) +@Component({ components: { slider: Slider, ToggleButton } }) export default class MascheraCristallizzazione extends Vue { - + enabling:boolean=true; @Prop({ default: 0 }) durata: number; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-cristallizzazione.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-cristallizzazione.vue index 0cc681a6..9c253bb6 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-cristallizzazione.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/formatura-cristallizzazione.vue @@ -4,6 +4,10 @@
+
+ + +
{{durata}} s
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts index da371163..5db91d45 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts @@ -11,7 +11,7 @@ import Caricatore from "./base-components/caricatore.vue"; @Component({ components: { modal: Modal, slider: Slider, stepfooter: StepFooter, caricatore: Caricatore, cicloformatura: CicloFormatura } }) export default class ShowCicloInfo extends Vue { - show: string = "formatura"; + show: string = "caricatore"; annulla() { ModalHelper.HideModal(); From e00862bbd3afd340f489e076f4d2d8c2184e9090 Mon Sep 17 00:00:00 2001 From: Alessio Date: Tue, 14 Apr 2020 10:44:33 +0200 Subject: [PATCH 07/42] set aside scrollable --- .../setup/ciclo/components/base-components/caricatore.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue index 9b7d6bc0..bab3849c 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/caricatore.vue @@ -1,6 +1,6 @@ From c10df963870e65265ded70480bc255622fa8fa0a Mon Sep 17 00:00:00 2001 From: Alessio Date: Wed, 15 Apr 2020 09:00:18 +0200 Subject: [PATCH 14/42] fix pirometro modal --- .../wwwroot/assets/styles/base/pirometro.less | 205 +----------------- .../wwwroot/assets/styles/base/setup.less | 1 - Thermo.Active/wwwroot/assets/styles/style.css | 161 +------------- .../components/base-components/pirometro.vue | 2 +- 4 files changed, 10 insertions(+), 359 deletions(-) diff --git a/Thermo.Active/wwwroot/assets/styles/base/pirometro.less b/Thermo.Active/wwwroot/assets/styles/base/pirometro.less index ff2e0d22..a021aa12 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/pirometro.less +++ b/Thermo.Active/wwwroot/assets/styles/base/pirometro.less @@ -9,206 +9,13 @@ width: 1820px; height: 980px; - header { - background-color: @color-white; - color: @color-darkish-blue; + section{ + + .specific{ + width: 470px; + margin-left: 37%; + } - font-weight: 600; - font-size: 24px; - text-align: left; - padding: 0px 23px; } -} -//images -img { - width: 36px; - height: 36px; - object-fit: contain; -} - -.clessidra { - width: 23px; - height: 23px; -} - - - -.btn-switch-on { - position: relative; - left: 41px; - top: 3px; - border: none; - width: 34px; - height: 34px; - border-radius: 20px; - background-color: @color-darkish-blue; -} - -.btn-switch-off { - position: relative; - left: 3px; - top: 3px; - border: none; - width: 34px; - height: 34px; - border-radius: 20px; - background-color: @color-darkish-blue; -} - -//divs -.switch-on { - width: 112px; - height: 40px; - border-radius: 20px; - box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); - background-color: @color-clear-blue; -} - -.switch-off { - width: 112px; - height: 40px; - border-radius: 20px; - box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); - background-color: @color-label-grey; -} - -// .rectdato { -// display: flex; -// flex-direction: column; -// justify-content: center; -// width: 63px; -// height: 48px; -// border-radius: 2px; -// box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); -// } -//labels -.ON { - position: relative; - bottom: 4.5px; - left: 22px; - width: 29px; - height: 18px; - - font-size: 18px; - font-weight: bold; - font-stretch: normal; - font-style: normal; - line-height: 1; - letter-spacing: normal; - text-align: center; - color: @color-white; -} - -.OFF { - position: relative; - bottom: 4.5px; - left: 19px; - width: 29px; - height: 18px; - - font-size: 18px; - font-weight: bold; - font-stretch: normal; - font-style: normal; - line-height: 1; - letter-spacing: normal; - text-align: center; - color: @color-white; -} - -.Ritardo { - width: 77px; - height: 29px; - - font-size: 24px; - font-weight: 500; - font-stretch: normal; - font-style: normal; - line-height: normal; - letter-spacing: normal; - text-align: center; - color: @color-darkish-blue; -} - -.Set-point { - margin-right: 10px; - width: 96px; - height: 29px; - - font-size: 24px; - font-weight: 500; - font-stretch: normal; - font-style: normal; - line-height: normal; - letter-spacing: normal; - text-align: center; - color: @color-darkish-blue; -} - -.mock { - margin-left: 25px; - width: 30px; - height: 22px; - - font-size: 18px; - font-weight: bold; - font-stretch: normal; - font-style: normal; - line-height: normal; - letter-spacing: normal; - color: @color-silver; -} - - -.Piro { - width: 177px; - height: 65px; -} - -.P { - width: 177px; -} - -.TRiscSup { - width: 437px; - height: 65px; -} - -.TRS { - width: 437px; -} - -.TRiscInf { - width: 427px; - height: 65px; -} - -.TRI { - width: 427px; -} - -.DivP { - display: flex; - justify-content: center; -} - -.divPiro { - display: flex; - flex-direction: column; - margin-top: 45px; -} - -.datiP { - margin-top: 35px; - display: flex; - justify-content: center; -} - -.ritardo { - margin-right: 10px; -} - -.Step { - margin-top: 990px; } \ No newline at end of file diff --git a/Thermo.Active/wwwroot/assets/styles/base/setup.less b/Thermo.Active/wwwroot/assets/styles/base/setup.less index 716111d1..c327652a 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/setup.less +++ b/Thermo.Active/wwwroot/assets/styles/base/setup.less @@ -30,7 +30,6 @@ height: 100%; display: flex; flex-flow: row nowrap; - padding: 14px; display: flex; justify-content: flex-start; diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 59b9f24c..76c5c49e 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -3674,164 +3674,9 @@ width: 1820px; height: 980px; } -.modal.pirometro-info header { - background-color: #fff; - color: #002680; - font-weight: 600; - font-size: 24px; - text-align: left; - padding: 0px 23px; -} -img { - width: 36px; - height: 36px; - object-fit: contain; -} -.clessidra { - width: 23px; - height: 23px; -} -.btn-switch-on { - position: relative; - left: 41px; - top: 3px; - border: none; - width: 34px; - height: 34px; - border-radius: 20px; - background-color: #002680; -} -.btn-switch-off { - position: relative; - left: 3px; - top: 3px; - border: none; - width: 34px; - height: 34px; - border-radius: 20px; - background-color: #002680; -} -.switch-on { - width: 112px; - height: 40px; - border-radius: 20px; - box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); - background-color: #1791ff; -} -.switch-off { - width: 112px; - height: 40px; - border-radius: 20px; - box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5); - background-color: #979797; -} -.ON { - position: relative; - bottom: 4.5px; - left: 22px; - width: 29px; - height: 18px; - font-size: 18px; - font-weight: bold; - font-stretch: normal; - font-style: normal; - line-height: 1; - letter-spacing: normal; - text-align: center; - color: #fff; -} -.OFF { - position: relative; - bottom: 4.5px; - left: 19px; - width: 29px; - height: 18px; - font-size: 18px; - font-weight: bold; - font-stretch: normal; - font-style: normal; - line-height: 1; - letter-spacing: normal; - text-align: center; - color: #fff; -} -.Ritardo { - width: 77px; - height: 29px; - font-size: 24px; - font-weight: 500; - font-stretch: normal; - font-style: normal; - line-height: normal; - letter-spacing: normal; - text-align: center; - color: #002680; -} -.Set-point { - margin-right: 10px; - width: 96px; - height: 29px; - font-size: 24px; - font-weight: 500; - font-stretch: normal; - font-style: normal; - line-height: normal; - letter-spacing: normal; - text-align: center; - color: #002680; -} -.mock { - margin-left: 25px; - width: 30px; - height: 22px; - font-size: 18px; - font-weight: bold; - font-stretch: normal; - font-style: normal; - line-height: normal; - letter-spacing: normal; - color: #bbbcbc; -} -.Piro { - width: 177px; - height: 65px; -} -.P { - width: 177px; -} -.TRiscSup { - width: 437px; - height: 65px; -} -.TRS { - width: 437px; -} -.TRiscInf { - width: 427px; - height: 65px; -} -.TRI { - width: 427px; -} -.DivP { - display: flex; - justify-content: center; -} -.divPiro { - display: flex; - flex-direction: column; - margin-top: 45px; -} -.datiP { - margin-top: 35px; - display: flex; - justify-content: center; -} -.ritardo { - margin-right: 10px; -} -.Step { - margin-top: 990px; +.modal.pirometro-info section .specific { + width: 470px; + margin-left: 37%; } .modal.riscaldi-info .presenter { position: relative; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/pirometro.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/pirometro.vue index 3302704c..46f98756 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/pirometro.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/pirometro.vue @@ -21,7 +21,7 @@
-
+ From 2ebe927fc163d9b217c8e198534f3e982a9a28a7 Mon Sep 17 00:00:00 2001 From: Alessio Date: Wed, 15 Apr 2020 09:15:23 +0200 Subject: [PATCH 15/42] general fix for various modal --- .../ciclo/components/base-components/ciclo-formatura.vue | 4 ++-- .../ciclo/components/base-components/formatura-acrilico.vue | 2 +- .../base-components/formatura-cristallizzazione.vue | 2 +- .../ciclo/components/base-components/formatura-riscaldo.vue | 2 +- .../app_modules_thermo/setup/formato/components/cornice.vue | 4 ++-- .../app_modules_thermo/setup/formato/components/lastra.vue | 2 +- .../setup/formato/components/piastra_riduzione.vue | 2 +- .../setup/pirometro/components/base-components/pirometro.vue | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue index bd889444..63275983 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/base-components/ciclo-formatura.vue @@ -3,8 +3,8 @@