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;