From ada12efca263fa92c299d0edca2516bf1f4f5f91 Mon Sep 17 00:00:00 2001 From: Alessio Date: Tue, 19 May 2020 15:19:13 +0200 Subject: [PATCH] fix preriscaldo dashboard --- .../wwwroot/assets/styles/base/preriscaldo-dashboard.less | 2 +- Thermo.Active/wwwroot/assets/styles/style.css | 2 +- .../preriscaldo-dashboard/preriscaldo-dashboard.ts | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less b/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less index 236ac3a3..eb3bc10c 100644 --- a/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less +++ b/Thermo.Active/wwwroot/assets/styles/base/preriscaldo-dashboard.less @@ -131,7 +131,7 @@ justify-content: center; div{ - margin: 0px 50px; + margin: 0px 70px; display: flex; flex-direction: column; diff --git a/Thermo.Active/wwwroot/assets/styles/style.css b/Thermo.Active/wwwroot/assets/styles/style.css index 5f9d003e..e1215d3e 100644 --- a/Thermo.Active/wwwroot/assets/styles/style.css +++ b/Thermo.Active/wwwroot/assets/styles/style.css @@ -4870,7 +4870,7 @@ justify-content: center; } .preriscaldodashboard section div div { - margin: 0px 50px; + margin: 0px 70px; display: flex; flex-direction: column; } diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/preriscaldo-dashboard/preriscaldo-dashboard.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/preriscaldo-dashboard/preriscaldo-dashboard.ts index 5f2b2f62..c27da3a5 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/preriscaldo-dashboard/preriscaldo-dashboard.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/preriscaldo-dashboard/preriscaldo-dashboard.ts @@ -20,13 +20,13 @@ import { LocalizationService, localizationService } from "@/services/localizatio }) export default class PreriscaldoDashboard extends Vue{ - @Prop({default:0}) + @Prop({default:2}) day:number; - @Prop({default:0}) + @Prop({default:13}) hour:number; - @Prop({default:0}) + @Prop({default:27}) minute:number; - @Prop({default:0}) + @Prop({default:13}) second:number; $store: any;