From b0aa56d06dae670d5e8d22b9b40234e6c760cd22 Mon Sep 17 00:00:00 2001 From: Giuseppe Marazzita Date: Fri, 5 Feb 2021 09:27:50 +0100 Subject: [PATCH 1/8] fix [ciclo] [misurazioni] [riscaldi] --- .../tables/assi-table/assi-table.less | 4 - .../InputOutput/components/io/io.less | 4 +- .../log-ciclo-automatico.less | 20 +- .../log-ciclo-automatico.vue | 2 +- .../log-ciclo-automatico-table.less | 198 ++------------ .../log-ciclo-automatico-table.vue | 51 ++-- .../log-misurazioni/log-misurazioni.vue | 2 +- .../log-misurazioni-table.less | 168 +----------- .../log-misurazioni-table.vue | 20 +- .../Riscaldi/components/riscaldi/riscaldi.vue | 2 +- .../tables/riscaldi-table/riscaldi-table.less | 254 ++---------------- .../tables/riscaldi-table/riscaldi-table.vue | 71 +++-- .../sotto-cofano/menu-sx/menu-sx.vue | 8 +- .../sotto-cofano/sotto-cofano.less | 21 ++ 14 files changed, 185 insertions(+), 640 deletions(-) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/Assi/components/tables/assi-table/assi-table.less b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/Assi/components/tables/assi-table/assi-table.less index b172d8df..8dd0121b 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/Assi/components/tables/assi-table/assi-table.less +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/Assi/components/tables/assi-table/assi-table.less @@ -1,9 +1,5 @@ @import "../../../../variable.less"; -span { - display: inline-block; -} - .log-assi-table { width: 1384px; height: 886px; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/InputOutput/components/io/io.less b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/InputOutput/components/io/io.less index 2e1f861e..ea8d48d5 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/InputOutput/components/io/io.less +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/InputOutput/components/io/io.less @@ -1,7 +1,5 @@ @import "../../../variable.less"; -span { - display: inline-block; -} + .column-page-header { width: 672px; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/log-ciclo-automatico/log-ciclo-automatico.less b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/log-ciclo-automatico/log-ciclo-automatico.less index a74c201f..93e93a32 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/log-ciclo-automatico/log-ciclo-automatico.less +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/log-ciclo-automatico/log-ciclo-automatico.less @@ -1,9 +1,25 @@ @import "../../../variable.less"; -span { - display: inline-block; + +.button-details { + width: 93px; + padding: 14px 0px 13px 0px; + display: flex; + justify-content: center; + align-items: center; + border-radius: 2px; + box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4); + background-image: linear-gradient(to bottom, #818a8f 0%, #42494e 98%); + cursor: pointer; + > label { + font-size: 18px; + font-weight: 500; + color: @very-light-pink; + } } + + .log-ciclo-automatico-table { tbody tr:nth-child(odd) { background-color: @fill-under-grey-3-2; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/log-ciclo-automatico/log-ciclo-automatico.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/log-ciclo-automatico/log-ciclo-automatico.vue index 0c7c55b4..c85e3931 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/log-ciclo-automatico/log-ciclo-automatico.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/sotto-cofano/LogCicloAutomatico/components/log-ciclo-automatico/log-ciclo-automatico.vue @@ -1,6 +1,6 @@